I've got this Javascript HREF:
<a
href="javascrip t:void(window.o pen('print_Mile age.aspx?id=<%# sID%>&emp=<%#sE mp%>'))">Printe r
Friendly Page</a>
The variables sID and sEmp are populated when the page loads. However when I
hover over the link for this, the variables are not populated in the
querystring.
I tried doing a Page.Databind at page_load, but I had an erroneous error
that only disappeared once I removed the line.
I know I've done this before, but I can't remember how - - - - What am I
missing here?
<a
href="javascrip t:void(window.o pen('print_Mile age.aspx?id=<%# sID%>&emp=<%#sE mp%>'))">Printe r
Friendly Page</a>
The variables sID and sEmp are populated when the page loads. However when I
hover over the link for this, the variables are not populated in the
querystring.
I tried doing a Page.Databind at page_load, but I had an erroneous error
that only disappeared once I removed the line.
I know I've done this before, but I can't remember how - - - - What am I
missing here?
Comment