Preserved Topic: three state button and multiple target frames .... (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: victoria, bc |
posted 09-10-2001 05:49
i 'm designing a new layout for my webpage, and while i can either get a three state button (off, on and selected) and i can target multiple frames to update on single button clicks, i can't seem to get both scripts to work at once. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 09-10-2001 07:16
<A HREF="javascript:;" ONCLICK="top.frames['frame1'].location = 'file2.html'; top.frames['frame2'].location = 'file1.html';" ONMOUSEOVER="" ONMOUSEDOWN="" ONMOUSEOUT="">GO!!!</A> |
Nervous Wreck (II) Inmate From: victoria, bc |
posted 09-10-2001 09:32
its a beautiful thing! |
Maniac (V) Mad Scientist From: TipToToe |
posted 09-10-2001 12:04
Yah you need to toggle them. Thats your swap script. Onclick swap all your button images back to thier OFF state + set the button you clicked to its on state. |