JohannIcon
Programmer
Hi All,
Let me give you my scenario. The user is presented with a list of articles and basically, he can amend these and add new articles. What I am doing is that when the user chooses to add an article, a pop up window is displayed and the user can enter data. Then when the user presses add article in this popup window, I am inserting the new data into the database and then I wish to close the window, however I do not know how to do this. I did a simple Javascript :-
<SCRIPT LANGUAGE="JScript">
function closeWindow() {
window.close();}
</SCRIPT>
How can I call this from the ASP now?
Thanks for your help
Let me give you my scenario. The user is presented with a list of articles and basically, he can amend these and add new articles. What I am doing is that when the user chooses to add an article, a pop up window is displayed and the user can enter data. Then when the user presses add article in this popup window, I am inserting the new data into the database and then I wish to close the window, however I do not know how to do this. I did a simple Javascript :-
<SCRIPT LANGUAGE="JScript">
function closeWindow() {
window.close();}
</SCRIPT>
How can I call this from the ASP now?
Thanks for your help