OT, I know, but help me out with a simple webpage thing..

zCypher

Diamond Member
Aug 18, 2002
6,115
171
116
I need to know how to make the page reload with new contents upon clicking a radio button, rather than clicking a submit button.

How do I do this? Javascript, php, css? Someone help me out!

<---- n00b
 

Adul

Elite Member
Oct 9, 1999
32,999
44
91
danny.tangtam.com
exactly what kind of content, based on what?

if option a is chosen on a radial button do u want it to load a different page? then you would use javascript for that
 

zCypher

Diamond Member
Aug 18, 2002
6,115
171
116
I'm not comfortable with either, I know nothing.

It would be a rating system. You rate one thing, and upon rating you're presented with the next thing to rate.
 

pillage2001

Lifer
Sep 18, 2000
14,038
1
81
Originally posted by: zCypher
I'm not comfortable with either, I know nothing.

It would be a rating system. You rate one thing, and upon rating you're presented with the next thing to rate.

I think I would have to go with java then. :)
 

zCypher

Diamond Member
Aug 18, 2002
6,115
171
116
Originally posted by: pillage2001
Originally posted by: zCypher
I'm not comfortable with either, I know nothing.

It would be a rating system. You rate one thing, and upon rating you're presented with the next thing to rate.

I think I would have to go with java then. :)
I thought java!=JS :p
anyway... so it's JS then. so what to do... If ALL I have for my form is this, what do I do?

<form method="POST" action="submit? web address? something?">
<p align="left">
Vote:</p>
<p align="left"><input type="radio" value="V1" checked name="R1"><--1

<input type="radio" name="R1" value="V2"><--2

<input type="radio" name="R1" value="V3"><--3

<input type="radio" name="R1" value="V4"><--4

<input type="radio" name="R1" value="V5"><--5

<input type="radio" name="R1" value="V6"><--6

<input type="radio" name="R1" value="V7"><--7

<input type="radio" name="R1" value="V8"><--8

<input type="radio" name="R1" value="V11"><--9

<input type="radio" name="R1" value="V10"><--10</p>
</form>
 

pillage2001

Lifer
Sep 18, 2000
14,038
1
81
Originally posted by: zCypher
Originally posted by: pillage2001
Originally posted by: zCypher
I'm not comfortable with either, I know nothing.

It would be a rating system. You rate one thing, and upon rating you're presented with the next thing to rate.

I think I would have to go with java then. :)
I thought java!=JS :p

Java Script?? :)
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
java and javascript are alike in name only, and xml is not a programming language
rolleye.gif