Print Page | Close Window

Double radio button links

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=8721
Printed Date: 31 March 2026 at 1:17am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Double radio button links
Posted By: Lucent
Subject: Double radio button links
Date Posted: 09 January 2004 at 6:12pm

Is it possible to creat 2 group of radio button that generates hard coded link?

For example 

__________________________________

Group 1 [A, B, C, D, E] radio button

Group 2 [I, II, III, IV, V] radio button

___________________________________

When I select B and III, and click on the go button, it goes to the link I hard coded for B + III.

 

 

 




Replies:
Posted By: Scotty32
Date Posted: 09 January 2004 at 6:43pm

wot would you like to use?

ASP or Javascripts?

am personally better with ASP then Javascripts

but heres a javascript:

<script>
Function exitsite(){

a1 = "page1.htm"
a2 = "page2.htm"
a3 = "page3.htm"
b1 = "page4.htm"
b2 = "page5.htm"
b3 = "page6.htm"

window.location = document.form.section1.value + document.form.section2.value
}
</script>

<form name="form">
A: <input type="radio" name="section1" value="a">
B: <input type="radio" name="section1" value="b">
C: <input type="radio" name="section1" value="c">
<br>
1: <input type="radio" name="section2" value="1">
2: <input type="radio" name="section2" value="2">
3: <input type="radio" name="section2" value="3">

<input type="button" value="Click" onClick="javascript:exitsite()">

</form>

now i know this doesnt work, i tested it and dont get it, maybe sumone could edit it



-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net