T
theroo
Hi there,
I am driving myself crazy over this problem.
I have used this very same function in another page without any
problems, but now I am experiencing the "Error: Expected ';'" when i
try and run it, and it doesn't fire (obviously, because there is an
error).
The code is:
function SetDetailValue(i) {
opener.document.<%=Request("tbm")%>.value = i;
window.close();
}
the variable i is passed a string ('d1','d2' etc)
The error occurs (apparently) on the first line.
Please will someone help me with this.
I think maybe I am making a mistake in how I am assigning the variable
into the form value.
Thanks in advance
Andrew
I am driving myself crazy over this problem.
I have used this very same function in another page without any
problems, but now I am experiencing the "Error: Expected ';'" when i
try and run it, and it doesn't fire (obviously, because there is an
error).
The code is:
function SetDetailValue(i) {
opener.document.<%=Request("tbm")%>.value = i;
window.close();
}
the variable i is passed a string ('d1','d2' etc)
The error occurs (apparently) on the first line.
Please will someone help me with this.
I think maybe I am making a mistake in how I am assigning the variable
into the form value.
Thanks in advance
Andrew