Apr 25, 2003 #1 techskool Technical User Jun 20, 2002 151 GB Can you make a centralised pop up window with asp?? ...or a pop up window at all? I nkow how to do this in JavaScript, but i would like to with asp. (Dont worry about this being server side intensive) Cheers Dave
Can you make a centralised pop up window with asp?? ...or a pop up window at all? I nkow how to do this in JavaScript, but i would like to with asp. (Dont worry about this being server side intensive) Cheers Dave
Apr 25, 2003 #2 ABC11 Programmer Mar 5, 2003 3 IN You can write a function in Javascript and call the function in asp Upvote 0 Downvote
Apr 25, 2003 #3 JamesLean Programmer Dec 13, 2002 3,059 GB You cannot popup a window using ASP! ASP is executed on the server. It has no access to the client system. This is why any popping-up is done using client-side script such as Javascript. --James Upvote 0 Downvote
You cannot popup a window using ASP! ASP is executed on the server. It has no access to the client system. This is why any popping-up is done using client-side script such as Javascript. --James
Apr 25, 2003 Thread starter #4 techskool Technical User Jun 20, 2002 151 GB Thanks guys. Thats cleared that up Dave Upvote 0 Downvote