Featured Site
» Posted in the Flash Kit Links section
» Title: Atlantis Media Ltd
» Comments: Greg Rudman new media creative & website design - Atlantis Media Ltd
BBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.
Using javascript to open, close and control browser windows
Here's the scenario:
Your site's default start page is a splash screen, this screen gives links to obtain the various pluggins and software that are needed to view your site. It also has a link to enter your site.
If this 'enter' link is clicked a small pop up window will appear with 3 further links - fullscreen, pop up and normal. When you click on one of these links, that type of window will open with your site inside. The small pop up with the 3 links will then close down.
- fullscreen:
this will open a new window that fills the users screen (whatever size and resolution it is) it will be non-resizeable and will have no toolbars, menubars, status bars or anything else apart from the title bar
the existing window (the one with the splash screen) will also change location (i make mine go to a page with a graphic saying 'thanks for visiting, yadda yadda yadda')
and also the small pop up window will then close itself and dissapear.
- pop up:
this will open a new window (usually 800x600) which will have all usual window features (toolbars, menu, etc) the user can move and resize this window as standard.
the existing window (the one with the splash screen) will change location (i make mine go to a page with a graphic saying 'thanks for visiting, yadda yadda yadda')
and also the small pop up window will then close itself and dissapear.
- normal:
this will simply load the site into the existing window
and also the small pop up window will then close itself and dissapear.