JeroenDortmans
Technical User
Hi,
I have a database result page where I have a number which I send to another page in a new window by a hyperlink. The number is send by asp code like this: <a href="Write_BAT.asp?Drawing_number=<%=FP_FieldURL(fp_rs,"Drawing_number"
%>
Now I want to open this new window as fast as possible and when the script which runs in this new window is "ready" the new window must be closed. For opening this window fast, I don't want to include a menubar, statusbar, toolbar and so on. How can I open the new window like this and send the parameter to the new page? What is the JavaScript code to close a window?
I have a database result page where I have a number which I send to another page in a new window by a hyperlink. The number is send by asp code like this: <a href="Write_BAT.asp?Drawing_number=<%=FP_FieldURL(fp_rs,"Drawing_number"
Now I want to open this new window as fast as possible and when the script which runs in this new window is "ready" the new window must be closed. For opening this window fast, I don't want to include a menubar, statusbar, toolbar and so on. How can I open the new window like this and send the parameter to the new page? What is the JavaScript code to close a window?