Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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.

Latest threads

New Articles From Microcontroller Tips

Back
Top