Reply
Radio button jump on submit
Old 01-09-2004, 07:41 AM Radio button jump on submit
Guerrilla's Avatar
Ultra Talker

Posts: 429
Trades: -1
Hello there,

If anyone can help me solve this problem I will be very grateful.

I want to have 3 radio buttons in a form selectiong 3 payment options.

I want when the user clicks submit that the go to the link that is set for the radio button they selected.

All the scripts, ive seen for radio jump buttons, jump as soon as you click the radio button not when you click submit.

Any ideas?

G
Guerrilla is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 01-18-2004, 03:01 PM
ACJavascript's Avatar
Humble Mod

Posts: 548
Location: CT, USA
Trades: 0
Sure,

what language are you working with?

javascript, php, perl?
__________________
CYTech-services.com - 100 Satisfied Customers - Custom Programming and Web Development
ACJavascript is offline
Reply With Quote
View Public Profile Visit ACJavascript's homepage!
 
Old 02-02-2004, 08:59 AM
Guerrilla's Avatar
Ultra Talker

Posts: 429
Trades: -1
JavaScript would probably be easiest but if you know of a php or perl script that would be good as well.
Guerrilla is offline
Reply With Quote
View Public Profile
 
Old 02-02-2004, 06:34 PM
ACJavascript's Avatar
Humble Mod

Posts: 548
Location: CT, USA
Trades: 0
Can it be checkboxs ?
or does it have to be radio hehe
__________________
CYTech-services.com - 100 Satisfied Customers - Custom Programming and Web Development
ACJavascript is offline
Reply With Quote
View Public Profile Visit ACJavascript's homepage!
 
Old 02-02-2004, 09:45 PM
Webmaster Talker

Posts: 588
Trades: 0
I dont think you can do that in javascript, I am pretty sure it can be done with php because that updates. Im not totally sure do some searching around hotscripts.com
__________________
A Webmaster Forum - Please we need webmasters to help get the ball rolling!
Poker Forum, Teeth Whitening
thevirus is offline
Reply With Quote
View Public Profile
 
Old 02-02-2004, 09:47 PM
ACJavascript's Avatar
Humble Mod

Posts: 548
Location: CT, USA
Trades: 0
I can do it in javascript with checkboxs, but the radio buttons just dont want to coroperate with me hehehe
__________________
CYTech-services.com - 100 Satisfied Customers - Custom Programming and Web Development
ACJavascript is offline
Reply With Quote
View Public Profile Visit ACJavascript's homepage!
 
Old 02-03-2004, 06:21 AM
Guerrilla's Avatar
Ultra Talker

Posts: 429
Trades: -1
Have been searching for a script for some time now. I can make it so that when i click the button it takes me there but not when i click submit. I have tried messing with OnSubmit but with no joy

__________________
Endless Loop: n., see Loop, Endless.
Loop, Endless: n., see Endless Loop.
Guerrilla is offline
Reply With Quote
View Public Profile
 
Old 02-04-2004, 05:41 PM
ACJavascript's Avatar
Humble Mod

Posts: 548
Location: CT, USA
Trades: 0
To have it go to another page (normaly a script) after hitting submit you can do this:

<form action="SCRIPT" rest of form tag>

As for doing it in javascript.

document.FORMSNAME.submit();
__________________
CYTech-services.com - 100 Satisfied Customers - Custom Programming and Web Development
ACJavascript is offline
Reply With Quote
View Public Profile Visit ACJavascript's homepage!
 
Old 02-09-2004, 07:48 AM
Guerrilla's Avatar
Ultra Talker

Posts: 429
Trades: -1
Thanks I'll try that
__________________
Endless Loop: n., see Loop, Endless.
Loop, Endless: n., see Endless Loop.
Guerrilla is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Radio button jump on submit
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.12894 seconds with 13 queries