OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
WML woes
This page's ID:
11178
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
How the heck do I get this to submit, so the post variable is passed to my target page? I figured that there would be some kind of a button or something that would be clickable on the phone(actually a phone/wap emulation). I can fill in the feild, but nothing happens, no matter what I click on or push. here is the code: [code] <?php header("Content-Type: text/vnd.wap.wml"); echo "<?xml version=\"1.0\"?>"; echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\" \"http://www.wapforum.org/DTD/wml_1.1.xml\">"; ?> <wml> <card id="start"> <p> Enter Last Name:<br/> <input title="Last Name" name="name" maxlength="40"/> </p> <do type="accept"> <go href="wireDap.wml" method="post"> <postfield name="name" value="$name"/> </go> </do> </card> </wml> [/code] any one got a clue what is wrong?
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »