[thelist] Generating Pop-ups in ASP or HTML

Ken Schaefer ken at adOpenStatic.com
Wed Sep 24 21:08:08 CDT 2003


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Venkat Rajan B" <bvenkatrajan at yahoo.com>
Subject: [thelist] Generating Pop-ups in ASP or HTML


: Can anyone tell me how to generate a pop-up in ASP
: or HTML to give the user an alert message with maybe
: some details printed on the same. Any help will be welcome.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

ASP runs entirely on the server. It can't do anything on the browser. Pop-up
windows are activated, typically, using client-side Javascript. At best, you
can use ASP to "write out" some javascript to send to the client.

HTML alone won't open windows for you either.

You can get some information on opening windows with javascript here:
http://www.w3schools.com/js/js_window.asp

(or google for info...)

Cheers
Ken



More information about the thelist mailing list