[thelist] Input forms and wml

Steve Cook sck at biljettpoolen.se
Mon Oct 2 06:08:12 CDT 2000


Found this post on my WAP support site (plug plug), which discusses just
that (Thanks to Espen Lyngaas - the WapFAQ maintainer -
http://allnetdevices.com/faq). The original post is here -
http://www.wap-dev.net/archive/display.php?IDNum=372

------------------------------------
The format for using the request method (GET) is along the lines of:

<p><input name="var1" type="text"/></p>
<p><input name="var2" type="text"/></p>
<anchor>GET it
<go method="get" href="somescript?var1=$(var1)&amp;var2=$(var2)"/>
</anchor>

(No, <anchor isn't required :-)

And for the post method (POST):

<p><input name="var1" type="text"/></p>
<p><input name="var2" type="text"/></p>
<anchor>POST something
<go method="post" href="somescript">
<postfield name="var1" value="$(var1)"/>
<postfield name="var2" value="$(var2)"/>
</go>
</anchor>

(<anchor still isn't required)
------------------------------------

Hope this helps.

.steve


----------------------------------
   WapWarp - http://wapwarp.com
 Wap-Dev - http://www.wap-dev.net
 Cookstour - http://cookstour.org
----------------------------------

> -----Original Message-----
> From: Daniel Wood [mailto:dwood at worldsport.com]
> Sent: den 2 oktober 2000 12:07
> To: thelist at lists.evolt.org
> Subject: [thelist] Input forms and wml
> 
> 
> Does anyone know about passing input variables between cards 
> and decks in
> WML? Is there such a thing as a form within WML or are inputs 
> specified with
> just the input tag?
> 
> Thanks,
> Daniel
> 
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt ! 
> 




More information about the thelist mailing list