 |
 |
Resources - For Developers
================STEP 1 - COPY CODE BELOW INTO HEADER======================
<script language="javascript">
<!--
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',
scrollbars='+scroll+',resizable'
//set scrollbars=no for no scrollbars
win = window.open(mypage,myname,settings);
win.focus(); // used to bring popup window to front
}
// -->
</script>
================STEP 1 - COPY CODE ABOVE INTO HEADER======================
================STEP 2 - REPLACE BODY TAG WITH THIS BELOW=================
<BODY onLoad="NewWindow('resources_fordevelopers-popup.html','name','300','200','yes');return
false">
================STEP 2 - REPLACE BODY TAG WITH THIS ABOVE=================
INSTRUCTIONS
- Step 1 - Paste code inside header <HEAD></HEAD> of HTML page
- Step 2 - Replace open <BODY> tag with body statement above
DESCRIPTION
- This will automatically spawn a pop-up window every time the page loads
|
|
 |
|
 |
Copyright © 2003-2012. BounceFish Web Design. All rights reserved. |
 |