Nochurch
08-24-2002, 09:10 PM
Hi,
I've got a form in frame 'X' and in frame 'Y' I want to use the value of that form in an IF-statement in order to display file 1 or file 2 depending on the size of the value (asp).
So if form.value= > 0 then .... etc.
If I use the following an error occurs:
var a = top.x.form.name.value
It does not recognize the 'top' function within the asp-marks.
How to solve?
I've got a form in frame 'X' and in frame 'Y' I want to use the value of that form in an IF-statement in order to display file 1 or file 2 depending on the size of the value (asp).
So if form.value= > 0 then .... etc.
If I use the following an error occurs:
var a = top.x.form.name.value
It does not recognize the 'top' function within the asp-marks.
How to solve?