Pop Ups

A

Andy

I just noticed that every link on my website now produces a pop up of another website (boxedart.com). What can I do to prevent this now, and in the future. I don't have much knowledge of code.....
Thanks
Andy
 
J

Jon Spivey

Hi Andy,
can we see your site? Sounds like this could be something your host has
added - are you using a free web host?

Jon
Microsoft MVP - FP
 
A

Andy

My website is www.weismanins.com. I have contacted my hosting provider(myhosting.com, not free), and they told me to take a look at my code. Like I said before, I'm not all that familiar with code. The pop up is for boxedart.com which is somehow affiliated with proeffect.com, which IS where I downloaded the FREE template. They did note that if I used the template, I would need to keep a link to their site. You'll notice that, in the mid to upper left section, I have noted "special thanks to proeffect.com(link) for help with this site. I have been using this template problem free for months. Anyway, this is the first time that I have used the discussion group, and I really appreciate your help, and any info you can give me
Thanks
And
----- Jon Spivey wrote: ----

Hi Andy
can we see your site? Sounds like this could be something your host ha
added - are you using a free web host

Jo
Microsoft MVP - F

Andy wrote
 
T

Thomas A. Rowe

You will most like have to pay for this template to use it without the popup, as the template is
loading to two forms and an IFRAME into your page.

<form action="" method="post">
<td bgcolor="#E6E6E6" width="21%" background="bg_1.gif">
<p class="right"><font color="#0000FF">Special thanks to&nbsp; </font>
<a target="_blank" href="http://www.proeffect.com">
<font color="#FF0000">Proeffect.com</font></a><font color="#FF0000">.</font><font
color="#0000FF"><br>
for help with this site.</font></p>
<br>
</td>
</form>
<td background="bg_1.gif" bgcolor="#E6E6E6" width="2%" valign="top">
<img src="px1.gif" width="1" height="1" alt="" border="0"><img src="im.gif" width="22"
height="89"></td>
<form action="" method="post">
<td align="center" bgcolor="#E6E6E6" width="24%" background="bg_1.gif">
<b>SEARCH</b>&nbsp;&nbsp;
<input type="Text" name="" value="" size="10" align="absmiddle">
<input type="Image" src="bg_b.gif" width="22" height="26" alt="" border="0" hspace="10"
align="absmiddle" name="I1">
&nbsp;</td> </form>
<iframe src="http://www.proeffect.com" width="0" height="0" scrolling="no" frameborder="0"
name="I2"></iframe>

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Andy said:
My website is www.weismanins.com. I have contacted my hosting provider(myhosting.com, not
free), and they told me to take a look at my code. Like I said before, I'm not all that familiar
with code. The pop up is for boxedart.com which is somehow affiliated with proeffect.com, which IS
where I downloaded the FREE template. They did note that if I used the template, I would need to
keep a link to their site. You'll notice that, in the mid to upper left section, I have noted
"special thanks to proeffect.com(link) for help with this site. I have been using this template
problem free for months. Anyway, this is the first time that I have used the discussion group, and
I really appreciate your help, and any info you can give me.
 
Top