Help - Search - Members - Calendar
Full Version: IE Pop Ups
HTMLHelp Forums > Programming > Client-side Scripting
Suzy
I have been to several web pages that have a cute little IE pop up with personalized info on it, how would one do this? I'd really like to add one to my page. Any help greatly appreciated smile.gif
John Pozadzides
QUOTE(Suzy @ Aug 31 2006, 05:09 PM) *

I have been to several web pages that have a cute little IE pop up with personalized info on it, how would one do this? I'd really like to add one to my page. Any help greatly appreciated smile.gif

Suzy, can you give us an example of a site? I'm not sure that this is something that actually requires flash or multi media, so we might move this thread to the HTML area.

If all you want to do is cause another window to pop open with some information in it, you can accomplish that with simple HTML. This might be the answer you are looking for: http://htmlhelp.com/faq/html/links.html#new-window

Please let us know if you have other examples or mean something different.

John
Suzy
Thank you for you quick reply...I will try this, ofcourse now that I want to find a page with that on, I can't...I will look some more if this doesn't work I appreciate your help.
Suzy
I did find one, but you'd be unable to view unless a member, so I did take a screen shot to show you. Thanx again!
Suzy


IPB Image

Christian J
That's a javascript alert box, its exact appearance depends on the browser. Here's a basic one:

CODE
<script type="text/javascript">
alert('Hi');
</script>


To make line breaks etc, see http://members.aol.com/grassblad/html/alerttricks1.html

I should add that returning visitors will soon get tired of it.
Suzy
Thank you so very much I'm sure it will get old fast, but something different (for now) and I have the need to learn all of this stuff LOL You don't know how much I appreciate your help. Thanx again,
pandy
That's right, Suzy. When learning you should use all the stuff, the good and the bad. Besides, alerts are good for debugging JavaScript code so you have to know how to use one. happy.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.