Forum Moderators: open

Message Too Old, No Replies

need help regarding java applet

         

cedricwan

1:54 am on Oct 3, 2005 (gmt 0)

10+ Year Member



Hi,
Im new to webmaster. I encounter a problem.
im using normal html to write a webpage. im using dreamweaver and it can display smoothly without any error but once i upload into the internet, it display " incorrect base URL registration " on the java applet side. what is the problem of this error?
Is the server don't support java applet?Im running in linux and apppche server.
thanks.

Bernard Marx

8:01 am on Oct 3, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld.

Can we see your APPLET tag?

cedricwan

9:50 am on Oct 3, 2005 (gmt 0)

10+ Year Member



sorry for not include the code. here are the code

<applet code="slidem" alt="Side Menu Bar" align="baseline" width="160" height="276">

<!--General Settings-->
<param name="bgcolor" value="204,204,204">
<param name="delay" value="5">
<param name="jumpsize" value="2">
<param name="Notice" value="Sliding Tree Menu, Copyright (c) 2000, OpenCube Inc.">

<!--Sub Menu Descriptions-->
<param name="desc0-0" value="1¦Introduction">
<param name="desc0-1" value="1¦Defining CLASS">
<param name="desc0-2" value="1¦Message">
<param name="desc0-3" value="1¦Vision &amp; Mission">
<param name="desc0-4" value="1¦History">
<param name="desc0-5" value="1¦Awards">
<param name="desc0-6" value="1¦Press &amp News">
<param name="desc0-7" value="1¦Snapshots">
<param name="desc0-8" value="1¦Overview">

<param name="desc1-0" value="1¦Servicing Customer">
<param name="desc1-1" value="1¦Technology">
<param name="desc1-2" value="1¦Quality Assurance">
<param name="desc1-3" value="1¦R &amp; D">
<param name="desc1-4" value="1¦Packaging &amp; Finishing">
<param name="desc1-5" value="1¦Productions Facilities">
<param name="desc1-6" value="1¦Future Development">

<param name="desc2-0" value="1¦Lingeries">
<param name="desc2-1" value="1¦Showcase">

<!--URL Links-->
<param name="loadwhere" value="_self">
<param name="desturl0-0" value="intro.htm">
<param name="desturl0-1" value="define.htm">
<param name="desturl0-2" value="message.htm">

<param name="desturl0-3" value="vision.htm">
<param name="desturl0-4" value="history.htm">
<param name="desturl0-5" value="achv.htm">
<param name="desturl0-6" value="press.htm">
<param name="desturl0-7" value="office.htm">
<param name="desturl0-8" value="overview.htm">

<param name="desturl1-0" value="servicing.htm">
<param name="desturl1-1" value="technology.htm">
<param name="desturl1-2" value="1.htm">
<param name="desturl1-3" value="R&D.htm">
<param name="desturl1-4" value="packaging.htm">
<param name="desturl1-5" value="movie.htm">
<param name="desturl1-6" value="future.htm">
<param name="desturl2-0" value="l.htm">
<param name="desturl2-1" value="show.htm">
<param name="mdesturl3" value="pro.htm">
<param name="mdesturl4" value="abou.htm">

<!--Sub Menu Highlight Settings-->
<param name="hlsubtextonly" value="false">

<!--Icon Images-->
<param name="iconfile0" value="">
<param name="iconfile1" value="">
<param name="iconfile2" value="">
<param name="iconfile3" value="">
<param name="iconswitchfile0" value="">
<param name="iconswitchfile1" value="">
<param name="iconswitchfile2" value="">
<param name="iconswitchfile3" value="">
<param name="iconupfile0" value="">
<param name="iconupfile2" value="">

<!--Main Menu Descriptions-->
<param name="maindesc0" value="0¦ABOUT ME">
<param name="maindesc1" value="0¦TSET">
<param name="maindesc2" value="0¦SHOWCASE">
<param name="maindesc3" value="0¦HOME">
<param name="maindesc4" value="0¦LINK">

<!--Main Menu Settings-->
<param name="mbgonmenusonly" value="false">
<param name="mfont" value="Tahoma, Bold, 11">
<param name="mheight" value="20">
<param name="mhltextcolor" value="255,255,255">
<param name="miconindent" value="19">
<param name="mindent" value="30">
<param name="mtextcolor" value="89,89,89">
<param name="mtilebg" value="false">
<param name="rfromoff" value="true">
<param name="topoffset" value="0">

<!--Sub Menu Settings-->
<param name="s_color" value="204,204,204">
<param name="s_hltextcolor" value="255,255,255">
<param name="s_outcolor" value="0,0,0">
<param name="s_textcolor" value="89,89,89">
<param name="s_uhltextcolor" value="153,0,0">
<param name="subfont" value="Tahoma, bold, 10">
<param name="subheight" value="15">
<param name="subiconindent" value="50">
<param name="subindent" value="14">
<param name="subindent1" value="15">
</applet>

Bernard Marx

11:32 am on Oct 3, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I know the above is what's suggested at Open Cube.

I would have expected this though:

<applet code="TreeMenu.class" codebase="./" align="baseline" width="200" height="198">

..if the applet is in the same directory as the webpage.

Can't get mine working, but that's how other pages do it.

cedricwan

9:44 am on Oct 11, 2005 (gmt 0)

10+ Year Member



the other pages also cannot work and the applet is same directory with the file also...but somehow it cannot work