Option Of Searching

User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Option Of Searching

Post by Thunderstone »



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


User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Option Of Searching

Post by Thunderstone »



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>