, Guest!
Already a Member? Login or Register.





Menu



Clients



Showcase



Rate FlexCMS

ScriptSearch.com Rating:

Hotscripts Rating
Excellent!
Very Good
Good
Fair
Poor



FlexCMS eNews

To subscribe to our enewsletter, please enter your email address in the box below and click the "Subscribe" button.


Note:  You may easily remove yourself from the newsletter list at any time by following the instructions included with every mailing.

LATEST DEVELOPMENT NEWS:  FlexCMS 2.5 has been released!!! Click here to read the official announcement!

Home > FlexCMS Support Forum > User Help > Code Snippets > Pop Up/Out Window

FlexCMS Support Forum


Pop Up/Out Window
Started April 11, 2006 @ 9:38am by 2bengel
Post Message 
2bengel


Posts: 4
 
Pop Up/Out WindowApril 11, 2006 @ 9:38am
Hello,

Is it possible to create a popup on the index page.

 

Last Edit: May 10, 2006 @ 2:00pm by otter
otter
Administrator

Posts: 157
 
April 11, 2006 @ 11:22am
Greetings 2bengel,

Yes, you can use a popup on the index page as well as on any other page in FlexCMS using Javascript.

For example, I created a page at our Demo/Sandbox site (http://demo.flexcms.com) wherein I placed the following Javascript:


Code

<head><SCRIPT LANGUAGE="JavaScript"><!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=0,resizable=1,width=600,height=350,left = 387,top = 159');");
}
// End -->
</script></head><body><BODY onLoad="javascript:popUp('http://www.sandyscandleshop.com')">


You can see that page in action here.

otter
 

Post Message 







All Contents, Code, Scripts and Technologies Copyright 2003-2007 FlexCMS.
All Rights Reserved. Software License Agreement

Processing Time: 0.08799 seconds.
 

Powered By FlexCMS
Powered By FlexCMS


Valid CSS!