SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
Thread: Javascript/Ajax Popups
-
Aug 10, 2007, 13:58 #1
- Join Date
- Jul 2002
- Location
- England
- Posts
- 430
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Javascript/Ajax Popups
Hi all,
I'm trying to find out how to make popups with javascript/ajax. I don't mean just basic popups, I mean ones like you can see at the top of wickedfire.com. When you click on "Job Board" for example, the background darkens and a popup appears.
Could anyone point me in the right direction of how to do this? Is it complicated?
Thanks,
Mike
-
Aug 10, 2007, 16:47 #2
- Join Date
- Dec 2002
- Location
- Alabama, USA
- Posts
- 2,560
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi Mike
Here's a simple example: xModalDialog.Cross-Browser.com, Home of the X Library
-
Aug 10, 2007, 17:59 #3
- Join Date
- Aug 2007
- Location
- San Francisco, CA
- Posts
- 65
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Here is another one:
http://prototype-window.xilinus.com/index.htmlComments, Review, Forum Widgets: http://www.nuharbor.com
-
Aug 10, 2007, 18:07 #4
- Join Date
- Jul 2006
- Location
- Victoria, Australia
- Posts
- 4,122
- Mentioned
- 29 Post(s)
- Tagged
- 2 Thread(s)
Ajax is not needed, the example you wanted to mimic is using a javascript called lightbox and
it's used just for presenting images.
If you need other content than images / description in the popup then you can look at the alternatives above.
-
Aug 11, 2007, 13:23 #5
- Join Date
- Jul 2002
- Location
- England
- Posts
- 430
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks guys
Bookmarks