Click to See Complete Forum and Search --> : change form action with checkbox??


sanjuT
11-19-2004, 10:12 AM
i have a search page, and it searches using a servlet.

i want to be able to search using an asp code if the user checks off a radio button.

this means i need to change the form action when the user checks off the checkbox.

is this possible? i am thinking i could do this with javascript, but not sure.

any help would be greatly appreciated.

thanks!!!

sciguyryan
11-20-2004, 05:36 AM
Like this:

http://ryanj.xignahosting.com/Tests/Web_Dev/sanjuT/index.html


RyanJ

sanjuT
11-22-2004, 08:43 AM
Thanks a lot!

I'll take a look at it. :D