|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
WML form posting
How do you create a "post" form button???
I cannot get a WML form working...... Regards Nick |
|
#2
|
|||
|
|||
|
I dont think this is possible - I think you can only enable the select button on the phone rather than creating an actual button like in HTML.
Go to the following page and select Variable from the picklist to see an example of a WML form submit: URL |
|
#3
|
|||
|
|||
|
WML - sorted!
I managed to do it with a 'send' command to another wml file ....... unfortunaltely it only transfers a certain number of charactors........... 40 or so I think....... but it works!
|
|
#4
|
|||
|
|||
|
how did u manage it?
![]() |
|
#5
|
|||
|
|||
|
oh my god! tell us how you did that kss!!!!!
PLEASE OH PLEASE!! |
|
#6
|
|||
|
|||
|
I've a similar problem....
<p> Select a room:<br/> <select name="room" title="Select Room"> <option value="haslegrave">haslegrave</option> <option value="n002">N002</option> <option value="n003">N003</option> <option value="n018">N018</option> </select> <do type="accept" name="next" label="Find Code"> <go href="<?php echo $_SERVER['PHP_SELF'] . "#roomCode";?>" method="post"> <postfield name="door" value="$room"/> </go> </do> </p> is my code at the moment, and it works, however on nokias, you have to go into the options menu with a softkey after you've selected from the list, to actually submit the value chosen from the list. this is a really difficult and awkward way. is there a way of botching an <a href> link to do the <do> and <go> functions? thanks in advance!! ![]() |
|
#7
|
|||
|
|||
|
Hi,
I just did this POST: <a href="s.php?room=$(room)&var=<?php echo $_GET['foo] ?>">Go</a> etc etc Ian
__________________
_________________________ Triangle Solutions Ltd http://www.triangle-solutions.com/ |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > WML form posting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|