Hello All,
First I want to apologize if this has been asked but my searches didn't return exactly what I needed. I have a simple form with two date values and two text values. I have the code for my form:
<form name=frmEntry Action=runreport.asp .... >
The submit button executes the runreport.asp passing my values with no problems. Now I like to convert the runreport into a popup window.
So in my submit button I have onclick=window.open('runreport.asp'....). This works fine now it doesn't take none of my values that I know are the same ones that I can run previously they all are passing blanks when I use
request.form("..."
etc..
I am looking for examples how to pass values from a parent form to a popup window. Any links or assistance will be greatly appreciated. Have a great day.
First I want to apologize if this has been asked but my searches didn't return exactly what I needed. I have a simple form with two date values and two text values. I have the code for my form:
<form name=frmEntry Action=runreport.asp .... >
The submit button executes the runreport.asp passing my values with no problems. Now I like to convert the runreport into a popup window.
So in my submit button I have onclick=window.open('runreport.asp'....). This works fine now it doesn't take none of my values that I know are the same ones that I can run previously they all are passing blanks when I use
request.form("..."
I am looking for examples how to pass values from a parent form to a popup window. Any links or assistance will be greatly appreciated. Have a great day.