/    Sign up×
Community /Pin to ProfileBookmark

Applet Code Does Not Work

Hi,

Just put a new web site on the net…I have used applet code for the menu selection but it doesn’t not work or even appear. I’ve only used this on the index page.

How can I fix this? And fast!

Here is link to my site:
[URL=http://www.juliendeplancke.ca]http://www.juliendeplancke.ca[/URL]

Thanks.

to post a comment
Java

4 Comments(s)

Copy linkTweet thisAlerts:
@NogDogMar 23.2006 — Is the "codebase" value correct in those applet tags? (They currently point to the directory above that in which contains the HTML.)
Copy linkTweet thisAlerts:
@teekaauthorMar 23.2006 — Codebase......welll, I'm not sure what is supposed to be there. Here's part of the applet code....what SHOULD be there? Can you advise please? (I didn't write the code, I used....the "insert java applet in frontpage" ----gasp! )

_______________________________________________________________

<applet code="fphover.class" codebase="../" width="120" height="24">

<param name="textcolor" value="#FFFFFF">

<param name="text" value="Selling Info">

<param name="color" value="#003300">

<param name="hovercolor" value="#008080">

<param name="effect" value="glow">

<param name="url" valuetype="ref" value="sellinginfo.html">

<param name="font" value="Dialog">

<param name="fontstyle" value="bold">

<param name="fontsize" value="14">

</applet>
Copy linkTweet thisAlerts:
@NogDogMar 23.2006 — If the fphover.class file is in the same directory as the web page, then just delete the [b]codebase="../"[/b] attribute from your applet tags. If it's in a different directory, then you either need to set codebase to the URL or the relative path of that directory. (It's telling the user's browser where to look for the file specified in the code attribute.)
Copy linkTweet thisAlerts:
@rhsundergroundMar 24.2006 — moved to java forum.
×

Success!

Help @teeka spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.5,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...