Front Page adins - java

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How would I insert this code so that it performs the intended action:
When I insert theses codes either directly in the code view or web
components the
graphic shows up but the redirect action when you click on the graphic goes
to the defalult "page can not be displayed" Is there something the way my
front page is set up in properties or does anyone know what the problem seems
to be. Sometimes the script type is Javascript and other times not. In
either case they do not re direct.
(1)

<script type="text/javascript" language="javascript"
src="http://www.kqzyfj.com/placeholder-1488863?sid=1914831&target=_blank&mouseover=N"></script>

(2)

<a href="http://www.kqzyfj.com/click-2185903-10370465?sid=1914831"
target="_blank">
<img src="http://www.ftjcfx.com/image-2185903-10370465" width="120"
height="60" alt="" border="0"/></a>

or (3)

<a href="http://www.kqzyfj.com/click-2185903-10364358" target="_blank">
<img src="http://www.ftjcfx.com/image-2185903-10364358" width="120"
height="600" alt="Looking to buy or sell a home?" border="0"/></a>
 
What is the intended action? Both 2 & 3 go to different URLs. You wouldn't
use #1 because you aren't using any JavaScript. You could use 2 or 3, you
just need to get the links right.
 
Back
Top