Thunderstone
Site Admin
Posts: 2504 Joined: Wed Jun 07, 2000 6:20 pm
Post
by Thunderstone » Wed Aug 25, 1999 11:48 am
Is there any possible way of making a HTML form that lets you have the option
to search different vortex web scripts from one RADIO style text input form?
Markst150@aol.com
Thunderstone
Site Admin
Posts: 2504 Joined: Wed Jun 07, 2000 6:20 pm
Post
by Thunderstone » Wed Aug 25, 1999 12:54 pm
You can't call different vortex scripts based on form inputs, but you
can call different functions within a script by using the "cmd" variable.
See
http://www.thunderstone.com/vortexman/node55.html
Func1:<input type=radio name=cmd value=func1>
Func2:<input type=radio name=cmd value=func2>