I am going to pass a value from child to parent window, however, the value cannot be pass through the link below:
Child Window
<a href="pgAttendList.asp?vStaff=<%request.form("cboClientStaff")%>" onClick="javascript:window.opener.location.href(this.href);window.opener.location.reload();window.close();" target="_parent">
Parent Window
vStaff = request.querystring ("vStaff")
This just doesn't work. What am I doing wrong? Any help would be very much appreciated.
Thank you.
Child Window
<a href="pgAttendList.asp?vStaff=<%request.form("cboClientStaff")%>" onClick="javascript:window.opener.location.href(this.href);window.opener.location.reload();window.close();" target="_parent">
Parent Window
vStaff = request.querystring ("vStaff")
This just doesn't work. What am I doing wrong? Any help would be very much appreciated.
Thank you.