Can anybody help a newbie?!
I have created an ASP page which lists all the current jobs in an Access database with a reference number for applicants to quote when making about the job.
When the user clicks on the enquire button next to the job, an enquiry form pops up. I would like this enquiry form to already have the job reference number entered.
The code for the enquire button is as follows;
<a href="javascript:;" onClick="MM_openBrWindow('sallie_enquire.htm','','width=320,height=380')"><img src="enquire.gif" border="0"></a></div>
The code for the input box on the enquiry page is as follows;
<input type="text" class="box" name="RefNo" maxlength="10" size="20" >
I understand that I need to use session variables but do not know how to structure the code. I'd be really grateful for any advice as I am tearing my hair out!
I have created an ASP page which lists all the current jobs in an Access database with a reference number for applicants to quote when making about the job.
When the user clicks on the enquire button next to the job, an enquiry form pops up. I would like this enquiry form to already have the job reference number entered.
The code for the enquire button is as follows;
<a href="javascript:;" onClick="MM_openBrWindow('sallie_enquire.htm','','width=320,height=380')"><img src="enquire.gif" border="0"></a></div>
The code for the input box on the enquiry page is as follows;
<input type="text" class="box" name="RefNo" maxlength="10" size="20" >
I understand that I need to use session variables but do not know how to structure the code. I'd be really grateful for any advice as I am tearing my hair out!