|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
wap form problems?
i am using the following code below, but the Locate button is displayed on the menu, how do i display this under the form field
<wml> <card id="card2" title="Find"> <p>Enter Your Reference: <input name="bat" size="15"/><br/><br/></p> <do type="accept" label="Locate" name="OK"> <go href="thispage.asp" method="post"> <postfield name="bat" value="$(bat)"/> <postfield name="OK" value="OK"/> </go> </do><br/> i am using an asp page with the following header stuff <% Response.ContentType = "text/vnd.wap.wml" %><?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> thanks! |
|
#2
|
|||
|
|||
|
Hi I'm having the same problems you are/were having did you find a solution?
Thanks gumma Quote:
|
|
#3
|
|||
|
|||
|
<wml>
<card id="card2" title="Find"> <p>Enter Your Reference: <input name="bat" size="15"/><br/><br/></p> <anchor> <go href="thispage.asp" method="post"> <postfield name="bat" value="$(bat)"/> <postfield name="OK" value="OK"/> </go> Locate </anchor> </do><br/> You can try the above code. "Locate" should now appear as a link under the form field. (Reference: http://www.developershome.com/wap/w...SendingData.asp) |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > wap form problems? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|