BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan

BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan (http://bzupages.com/index.php)
-   User links/Others sites links (http://bzupages.com/forumdisplay.php?f=316)
-   -   Popup Window Generator (http://bzupages.com/showthread.php?t=13393)

.BZU. 05-01-2011 02:51 PM

Popup Window Generator
 
1 Attachment(s)
Popup Window GeneratorNeed to create a popup window? Use our code generator! Fill out the specifications of the popup window you would like to use, including the URL and the various options such as menubars, toolbars, scrollbars, etc, and click the generate button. Just add this generated code to your site, or even have us mail it to you!
HTML Code:

<!-- TWO STEPS TO INSTALL POPUP WINDOW:

  1.  Paste the first into the HEAD of your HTML document
  2.  Use the code to open the popup page on your site  -->


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

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by:  Nic Wolfe -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=400,height=300,left = 483,top = 234');");
}
// End -->

</script>


<!-- STEP TWO: Paste this onLoad event handler into the BODY tag -->

<BODY onLoad="javascript:popUp('http://bzupages.com')">

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

Popup Window Generator

Code:

http://javascript.internet.com/generators/popup-window.html
:pink:


All times are GMT +5. The time now is 03:38 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.