programmher
Programmer
I am attempting to pass a variable from my main form into a pop-up window. My main form needs to remain open. I am passing the variable using <a href>. I see the actual value of my variable at the bottom of my main form; but, when I select my link, I get an "error on the page" message. Below is my code:
<a href="javascriptpenPopUpWin()?#customer_name#">View Customer Details Here</a>
Can anyone lend any assistance? I am looking through other messages in hopes of finding a similar question...
<a href="javascriptpenPopUpWin()?#customer_name#">View Customer Details Here</a>
Can anyone lend any assistance? I am looking through other messages in hopes of finding a similar question...