Preserved Topic: full refresh from frame |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Pa, US |
posted 06-24-2002 20:32
hey guys: |
Bipolar (III) Inmate From: Berlin (almost) |
posted 06-24-2002 21:09
Use <a href="whatever.html" target="_top">Link to another frameset</a>. |
Nervous Wreck (II) Inmate From: Pa, US |
posted 06-25-2002 23:04
ok, but how would I do that with javascript? Im using it in a js function called from an onClick event. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-26-2002 03:06
top.location.href = "topframeset.html"; |
Nervous Wreck (II) Inmate From: Pa, US |
posted 06-26-2002 18:20
cool, thats what im looking for thanks guys |