popup page source




JavaScript Source Code 3000: Navigation: Popup Page (Source)


























Popup Page (Source)






Five seconds after the previous page finished loading you were sent to this page. The source code for the Popup Page script is included below.








JavaScript Source Code 3000: Navigation: Popup Page
Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!





    





<!-- TWO STEPS TO INSTALL POPUP PAGE:

1. Copy the coding into the HEAD of your HTML document
2. Add the onLoad event handler into the BODY tag -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<! >
<! >

<!-- Begin
function popupPage() {
var page = "popup.html";
windowprops = "height=500,width=500,location=no,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";

window.open(page, "Popup", windowprops);
}
// End -->
</script>

<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->

<BODY onLoad="setTimeout('popupPage()', 5000);">

// 5000 represents the delay time in
// milliseconds. 2000 = 2 secs, etc.



<!-- Script Size: 0.81 KB -->




















Wyszukiwarka

Podobne podstrony:
popup page
Source Friends Page
page$
source30
Matrix3?pp source
page&
install product page
Thread?pp source
arm biquad ?scade ?1 ?st q31? source
page36
page 1
arm conv ?2? source
arm mat mult q15? source
page 8

więcej podobnych podstron