PDA

View Full Version : Please Help


mikeap4
09-28-2006, 08:59 PM
I would like somehing like this http://www.apycom.com/navigation-bar-tabs/ex1.html

i tryed using it but it wont work. but see how when you click a tab it stays in the box instead of takin you to a different part of their website. Anyone have a code for something similar to that?

guru
09-28-2006, 09:09 PM
Is this following trick not work for you....

Place the .class file in the directory containing the HTML page into which you want to insert the menu. You can place the class into a different directory and correct the path in the CODEBASE= parameter, for example:

<applet Code=apMenu.class Codebase="different/directory/" Width=480 Height=31>
or
<applet Code=apMenu.class Codebase="http://yoursite.com/" Width=480 Height=31>

If you see a "class not found" message, this means what your browser can't find the .class file specified. This may mean a spelling or Case seNSitiVe mistake in the CODE= parameter, a wrong location in the CODEBASE, or that you've forgotten to copy the .class file to the necessary directory.

Cut and paste the applet tag used in the example (under "HTML source" title) to your HTML page in a position you want the menu to appear.

Modify menu parameters to fit your web site style and needs. The common syntax for menu parameters is:

<param name="ParameterName" value="ParameterValue">

For more info about parameters see menu parameters.

Some examples use external resources for menu (images - gif and jpg files; sounds - au files; txt files with menu items), so it's necessary to copy these files to appropriate directories according paths used in the menu parameters.

To enable Javascript support see javascript tips and javascript call example.

mikeap4
09-28-2006, 09:10 PM
ya when i use that and click on one of the tabs it makes the website popup instead of staying in the box. so do u know how to fix that or any other codes to do something like this?

guru
09-28-2006, 09:15 PM
I corrently not know any....But after testing this code I mightbe able to tell you how it will fix. You can search java applet here too

http://javascriptkit.com/
http://hotscript.com/

mikeap4
09-28-2006, 10:30 PM
Someone on a different site said to use frames which u can c mine here http://mikeap4.ulmb.com/tabs.html but now how do i make that whole thing a certain size?

jossmi39
01-07-2008, 11:52 PM
Reply removed...