This may be in the wrong forum, but here goes.
How can I display an alert in the users browser window from an asp page.
For example, a welcome message. I know I can do this with response.write,
but I'd like to have a general method of displaying messages to the user.
Thanks a lot all.
How can I display an alert in the users browser window from an asp page.
For example, a welcome message. I know I can do this with response.write,
but I'd like to have a general method of displaying messages to the user.
Thanks a lot all.
Comment