optimized popup




JavaScript Source Code 3000: User Details: Optimized Popup








































Optimized Popup







Opens a new full screen browser window optimized for the visitor's browser (Netscape, Internet Explorer, or Other). As well, the properties of new window can be customized -- such as the toolbars, scrollbars, menu bar, location bar, the status bar, and whether it is resizable or not. Great!









JavaScript Source Code 3000: User Details: Optimized Popup
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!!!





    





<!-- ONE STEP TO INSTALL OPTIMIZED POPUP:

1. Copy the coding into the HEAD of your HTML document -->

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

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ronnie T. Moore, Editor -->
<!-- Web Site: JavaScript Source -->

<! >
<! >

<!-- Begin
netscape = "netscape.html"; // set your browser pages
explorer = "explorer.html";
unknown = "unknown.html";

// Determine the popup window properties
// options include: top, left, toolbars, scrollbars,
// menubar, location, statusbar, and resizable

windowprops = "top=0,left=0,resizable=yes"
+ ",width=" + screen.width + ",height=" + screen.height;

ns = (navigator.appName == 'Netscape');
ie = (navigator.appName == 'Microsoft Internet Explorer');
url = (!ns & !ie) ? unknown : ( ns ? netscape : explorer);
window.open(url, "popupPage", windowprops);
// End -->
</script>



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













Wyszukiwarka

Podobne podstrony:
popup
Design and performance optimization of GPU 3 Stirling engines
2006 05 Password Tricks Customizing the Password Popup Window
popup window5
Optimizing oxygenation and ventilation after cardiac arrest
popup window 001
popup
popup
popup
popup
delayed popup
Performance optimization of Stirling engines
search engine optimization starter guide
function dba optimize
14 be4it search engine optimization1
popup date picker

więcej podobnych podstron