Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
General question
09-12-2011, 01:34 PM
Post: #5
RE: General question
pretty much the same as the google code, place this into your template just BEFORE the < / head > tag
Code:
<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=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=​800,​height=800,left = 560,top = 140');");
}
// End -->
</script>


now, after the head tag you will see < body >

replace that with this
Code:
<BODY onLoad="javascript:popUp('http://www.letmejerk.com')">

and that should be all you need to do.

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
General question - letmejerkdotcom - 09-12-2011, 09:17 AM
RE: General question - Punktured - 09-12-2011, 11:45 AM
RE: General question - Punktured - 09-12-2011, 01:17 PM
RE: General question - letmejerkdotcom - 09-12-2011, 01:30 PM
RE: General question - Punktured - 09-12-2011 01:34 PM
RE: General question - letmejerkdotcom - 09-12-2011, 10:26 PM
RE: General question - Punktured - 09-12-2011, 10:34 PM
RE: General question - Punktured - 09-12-2011, 10:39 PM
RE: General question - letmejerkdotcom - 09-12-2011, 10:45 PM
RE: General question - Punktured - 09-12-2011, 10:51 PM

Forum Jump: