Help create code for login and password!

Status
Not open for further replies.

coolboy8505

New Member
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.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…