inserting pop up in index page ( 3 Views )

no kitty!
  1. tried to look trough manuals but looks so confusing. perhaps somebody can tell me how to add pop up window in my home page.

    (murat, Venezuela)

  2. To make a window pop on entry. Add this within your <body> tags.

    Quote:

    <script language="JavaScript"><!--
    window.open('http://www.yahoo.com','popup','scrollbars=1,toolbar=1,menubar=1,location=1,status=1,r esizable=1,width=600,height=400');
    //--></script>
    or, if you want

    Quote:

    <html>
    <head>
    <title>JavaScript popup on entry</title>
    <script language="JavaScript"><!--
    function popup() { window.open('http://www.yahoo.com','popup','scrollbars=1,toolbar=1,menubar=1,location=1,status=1,r esizable=1,width=600,height=400'); }
    //--></script>
    <head>
    <body OnLoad="popup()">

    </body>
    </html>
    Change http://www.yahoo.com to the url you want to pop.
    Next is the name of the window
    Change scrollbars,toolbar,menubar,location,status,resizable = 1 to = 0 to turn them off.
    Change width and height to whatever window size you like or remove to use browser default.

    (zekai, Niger)



Related Topics ... (or search in 1.720.883 topics !)

change the default page from index.php to index.html (3)
click pop up, close pop up and load page in main window. how? (11)
inserting a graphic into a cell in a fireworks pop up menu (1)
page inserting blank fields into a database on page refresh (2)
making a .php index page out of a .html page (11)
index page used to be first but now an internal page (5)
page index not working for last page (2)
inserting a page in ms word? (5)
inserting asp to other page (3)




copyright © 2007-2031 Pfodere.COM ( 3 Pfoyihuee Online )

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 
1.6124