I have a java pop up script...
Now I want this java script to carry over a variable to the pop up window.
Based on that variable the pop up window displays a picture.
the href is <a href="javascript:doPopUp()">Click Here</a>
How would I get it to carry over ?id=01
I tried
<a href="javascript:doPopUp()?id=01">Click Here</a>
But that didn't work....any ideas??