<your main html directory> | | ----- "classes" (a subdirectory containing all of the uShop applets) | | ----- "directory1" (use codebase="../classes/" to refer to the classes directory) | | ----- "directory2" (use codebase="../classes/" to refer to the classes directory) | | ----- "directory3" (use codebase="../classes/" to refer to the classes directory)
<APPLET CODE = "uShopInputStandard.class" codebase="../classes/" WIDTH=450 HEIGHT=35> <PARAM NAME=id VALUE="F00002"> <PARAM NAME=showid VALUE="YES"> <PARAM NAME=name VALUE="Othello"> <PARAM NAME=description VALUE="softbound"> <PARAM NAME=options VALUE="NONE"> <PARAM NAME=weight VALUE="1"> <PARAM NAME=price VALUE="$ 5.95"> <PARAM NAME=background VALUE="255,204,153"> </APPLET>
<your main html directory> | | ----- "classes" (a subdirectory containing all of the uShop applets) | | ----- "store" (all store pages go in this directory) (use codebase="../classes/" to refer to the classes directory)
<APPLET CODE = "uShopInputStandard.class" codebase="http://www.yourdomain.com/classes/" WIDTH=450 HEIGHT=35> <PARAM NAME=id VALUE="F00002"> <PARAM NAME=showid VALUE="YES"> <PARAM NAME=name VALUE="Othello"> <PARAM NAME=description VALUE="softbound"> <PARAM NAME=options VALUE="NONE"> <PARAM NAME=weight VALUE="1"> <PARAM NAME=price VALUE="$ 5.95"> <PARAM NAME=background VALUE="255,204,153"> </APPLET>