Variable Help
am 16.03.2007 14:50:02 von ManglerI have a quick lookup page that opens in a small window and when the
form on that page is submitted the results page is open in a smaller
window as well. I have everything working except passing the variable
to the results page. Hopefully someone can help me here:
Code...
onsubmit="MM_openMDialog('showsku.asp','','center:yes;help:n o;resizable:no;scroll:yes;status:no;dialogWidth:
450px;dialogHeight:300px')">
The field "sku" will not pass to the next page, even if I add:
onsubmit="MM_openMDialog('showsku.asp?sku=<%=Request.Form("sku")%>'
Any suggestions?