View Full Version : Help with HTML pop up code
Julanne
Oct 15th 2007, 6:47 pm
Need some help as a newbie here and still learning html code. I bought a website from Ebay. I am trying to identify the code that is the pop up which I think I have. However, the code looks like the code that I copied from the Ebay editor tool kit. I want to remove the pop up from the site. Can someone help me please. I will gladly pay someone to do it or to help me.
Thanks
Julanne
le_gber
Oct 16th 2007, 12:30 am
hi julanne - try doing a search for window.open in your code and give us the 2 or 3 lines above and below, so we can remove all the necessary javascript.
Julanne
Oct 16th 2007, 6:18 am
You are awesome. Thanks for helping. I just removed the CJ PID # so that I didn't broadcast it to the world!! I just don't know what part of this to remove :(
Here is the code:
<body onUnload="DesignerWizWin=window.open('http://rover.ebay.com/rover/1/711-1751-2978-71/1?AID=5463217&PID=&mpre=http%3A%2F%2Fwww.ebay.com','DesignerWizWin','toolbar=1,location=1,directories=1,menuBar=1,scrollbars=1,resizable=1,width=1025,height=700,left=50,top=50');"><noscript><a href="http://www.statcounter.com/" target="_blank"><img alt="blog stats" src="http://c25.statcounter.com/counter.php?sc_project=2546718&java=0&security=31441b6c&invisible=0" border="0" /></a></noscript><br /><center><table bordercolor="black" width="60%" bgcolor="black" border="2"><tbody><tr><td align="middle"><table width="100%"><tbody><tr><td valign="top" align="left" width="50%"><font face="tahoma" color="yellow" size="6"><b>Find<font color="#ff0000">A</font></b><font face="tahoma" color="yellow" size="6"><b></b></font><font face="tahoma" color="#ff0000" size="6"><b>Webkinz</b></font><font face="tahoma" color="yellow" size="6"><b>.com</b></font><br /><font face="tahoma" color="#ccffff" size="2"><b><i>The Best Webkinz locator on the Internet!<br />PLUS the Most Popular Auctions on Ebay!<br /></i></b></font><font face="tahoma" color="red" size="2"><b>Items Automatically Updated - Check Back Often!</b></font></td><td align="right" width="50%"><a href="http://rover.ebay.com/rover/1/711-1751-2978-71/1?AID=5463217&PID=&mpre=https%3A//scgi.ebay.com/ws/eBayISAPI.dll%3FRegisterEnterInfo" target="_blank"><img src="http://www.passivewebsite.com/images/welcomebanner_tvra_623g_74bl.gif" border="0" /></a></td></tr></tbody></table><hr />
le_gber
Oct 16th 2007, 7:11 am
replace <body onUnload="DesignerWizWin=window.open('http://rover.ebay.com/rover/1/711-1751-2978-71/1?AID=5463217&PID=&mpre=http%3A%2F%2Fwww.ebay.com','DesignerWizWin','toolbar=1,location=1,directories=1,menuBar=1,scrollbars=1,resizable=1,width=1025,height=700,left=50,top=50');"><noscript><a href="http://www.statcounter.com/" target="_blank"><img alt="blog stats" src="http://c25.statcounter.com/counter.php?sc_project=2546718&java=0&security=31441b6c&invisible=0" border="0" /></a></noscript>
with
<body>
Julanne
Oct 16th 2007, 5:31 pm
Thank you so much for the help. I have been struggling with this for 2 weeks!! I guess it is time to start studying! You are the best and very kind for helping. Thank You!!!
Daniel591992
Oct 16th 2007, 5:33 pm
Thank you so much for the help. I have been struggling with this for 2 weeks!! I guess it is time to start studying! You are the best and very kind for helping. Thank You!!!
You may want to bookmark this:
http://javascript.internet.com/generators/popup-window.html :)
Dan Schulz
Oct 17th 2007, 9:46 am
Dan, she wanted to get rid of the popup, not make one. And besdies, I wouldn't use that one anyway. I'd use this instead if I wanted to make a popup window.
http://www.accessify.com/features/tutorials/the-perfect-popup/
or
http://www.openhosting.co.uk/articles/webdev/5918/
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.