Banner Ads not appearing

H

HSL

I am trying to view a banner ad I uploaded to my web host. When I try to
view it, it just appears as a grey box with a red X in the corner. However,
when I view it from Front Page (PReview in Web Browser), the banner appears.

here it the html generated by FP

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>

<body>

<p>
<applet code="fprotate.class" codebase="./" width="468" height="60">
<param name="rotatoreffect" value="dissolve">
<param name="time" value="5">

<param name="url" valuetype="ref" value="www.tadpolesandcaterpillars.com">
<param name="image1" valuetype="ref" value="bannerad1.gif">
<param name="image2" valuetype="ref" value="bannerad2.gif">
</applet></p>

</body>

</html>




I am trying to submit a banner ad to another website.

Thanks for your help.
 
R

Ronx

The Java applet requires a Java Virtual Machine (JVM) installed. Note
that many (most?) installations of Windows XP and IE6 do not include a
JVM - so those users will not see your applet either.
For those few that do have the JVM, make sure that fprotate.class is
located in the root of your web.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top