Hi,
Do anyone have any idea make the below code work?
It does process ProcessRegister.asp when I press Register. Instead, I was prompt to download the code in the emulator. Is there any settings i forgotten to set? I am using 6230i SDK
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Registration" newcontext="true">
<p>
UserID : <input type="text" name="userID"/>
Password: <input type="password" name="password1"/>
Confirm Password: <input type="password" name="password2"/>
<do type="ACCEPT" label="Register!">
<go href="ProcessRegister.asp"/>
</do>
</p>
</card>
</wml>
Thanks

Reply With Quote

