Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > General Electronics Chat


General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion?

Reply
 
Thread Tools Display Modes
Old 17th March 2006, 03:27 AM   (permalink)
Default Help create code for login and password!

Can anyone help me to do "Login and Password" code in the Openwave V7 software. (.asp and .wml) form.
I need in urgent... Thank you all....
I only can write until here... See below, Thx.

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC
"-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card title="USER LOGIN">



Login: <input name="login"/></p>


Password: <input name="password"/></p>


<do type="accept" label="Submit">
<go href="http://127.0.0.1:8080/examples/servlet/wapClient" method="post">
<postfield name="l" value="$(login)"/>
<postfield name="p" value="$(password)"/>
</go>
</do>


<do type="reset" label="Reset">
<refresh>
<setvar name="login" value=""/>
<setvar name="password" value=""/>
</refresh>
</do>
</card>
</wml>

Please help me finish it, Thank you.. I cannot use wapClient.java program.
If have any wrong, please repair it also. Thanks.
coolboy8505 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 02:21 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.