Help with HTML pop up code

Discussion in 'HTML & Website Design' started by Julanne, Oct 15, 2007.

  1. #1
    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
     
    Julanne, Oct 15, 2007 IP
  2. le_gber

    le_gber Peon

    Messages:
    28
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    hi julanne - try doing a search for
    window.open
    Code (markup):
    in your code and give us the 2 or 3 lines above and below, so we can remove all the necessary javascript.
     
    le_gber, Oct 15, 2007 IP
  3. Julanne

    Julanne Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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&amp;java=0&amp;security=31441b6c&amp;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&amp;PID=&amp;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 />
     
    Julanne, Oct 16, 2007 IP
  4. le_gber

    le_gber Peon

    Messages:
    28
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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&amp;java=0&amp;security=31441b6c&amp;invisible=0" border="0" /></a></noscript>

    with

    <body>
     
    le_gber, Oct 16, 2007 IP
  5. Julanne

    Julanne Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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!!!
     
    Julanne, Oct 16, 2007 IP
  6. Daniel591992

    Daniel591992 Well-Known Member

    Messages:
    594
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    125
    #6
    Daniel591992, Oct 16, 2007 IP
  7. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Dan Schulz, Oct 17, 2007 IP