Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
General question
09-12-2011, 01:30 PM (This post was last modified: 09-12-2011 01:33 PM by letmejerkdotcom.)
Post: #4
RE: General question
Ok i will try the google analytics directly tot the templates

About the pop-up it has 2 steps...where should i place what?


PHP 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 ONECopy 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=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=​800,height=800,left = 560,top = 140');");
}
// End -->
</script>


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

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

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

i think i found it sec
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: