Click to See Complete Forum and Search --> : java navigation on my index page


russjd
10-17-2004, 07:39 PM
I want to use the java navigation on my index page located here http://www.YourSiteTop10.com

The only problem is every time someone clicks on it - it opens a new window.

I want it to open in the same window and I can not figure out what I should write in or take out.

The code is below or you might want to view the source. Any help in this direction is welcomed.

The .class file is here http://www.yoursitetop10.com/NetMenu.class

The .jar file is here http://www.yoursitetop10.com/NetMenu.jar

Anyone is welcome to them. Just download and use. - please do not link off them. Russ JD.

<applet code="NetMenu.class" align="baseline" archive="NetMenu.jar" width="260" height="153">
<param name="bgColor" value="000000">
<param name="topLevelColor" value="005A94">
<param name="secondLevelColor" value="006666">
<param name="strColor" value="FFFFFF">
<param name="strHiColor" value="F0C070">
<param name="itemHeight" value="20">
<param name="font" value="Verdana">
<param name="menu0" value="Your Computer|*| Service / Repair / Troubleshoot, New / Upgrade Computer, Networking, Security|u0,u1,u2,u3">
<param name="u0" value="mainW|http://www.Yoursitetop10.com/repair.html">
<param name="u1" value="mainW|http://www.Yoursitetop10.com/new-build.html">
<param name="u2" value="mainW|http://www.Yoursitetop10.com/networking.html">
<param name="u3" value="mainW|http://www.Yoursitetop10.com/security.html">
<param name="menu1" value="Your Web Site |*| Create Web Site / Web Page, Promotion / Optimization, Domain Names, Hosting Space|u4,u5,u6,u7">
<param name="u4" value="mainW|http://www.Yoursitetop10.com">
<param name="u5" value="mainW|http://www.yoursitetop10.com/optimization.html">
<param name="u6" value="mainW|http://www.Yoursitetop10.com">
<param name="u7" value="mainW|http://www.Yoursitetop10.com">
<param name="menu2" value="Links - Contact - More|*| Links, Contact Us|u8,u9">
<param name="u8" value="mainW|http://www.Yoursitetop10.com/links.html">
<param name="u9" value="mainW|http://www.Yoursitetop10.com/page.html">
</applet>

HaganeNoKokoro
10-17-2004, 08:37 PM
In your parameters, you have things like <param name="u0" value="mainW|http://www.Yoursitetop10.com/repair.html">It should say _self instead of mainW

russjd
10-17-2004, 08:48 PM
HaganeNoKokoro - It worked fine! :D You Da Man - I love learning this stuff - Do you have your own site? URL?