Home Applet Index SlideShows Nova Applets JavaScript Perl Software Purchase
Hot Tools
PopUp Maker code generator, CodeLifter page-code ripper, Scrollbar Styler, more... tons of *free* JavaScript!
Click Here!
Help: Java: Xoom Technical Note
Xoom.com servers are set up
differently than most.

The following advisory has been
provided by Xoom for those 
having difficulty with JAVA applets
on their servers.

.

XOOM.COM ADVISORY
.

Xoom.com Reports:

Changes made to server code some months age now require certain changes to java applets when viewed through MSIE. To resolve the problem with your applets, you'll need to add the full path to the codebase in the opening applet tag, as follows (for example): 

<applet code="AnLake.class" codebase="http://members.xoom.com/membername/" width="331" height="420" align="left"> 

Where http://members.xoom.com/membername/ is replaced by the full path to the class file, including the folder name, if you've placed the files in a folder. 

Insure that you place ALL of the files for the applet, class files, image files, text or data files, into the same folder as the HTML page they will be used on. 

Be sure to add a full path to any images and text files used by the applet as well. These changes will need to be made to all applets on your XOOM member site. 

An example of such changes would be: 

This: 
<param name=image value="Autobahn.jpg"> 

Becomes this: 
<param name=image value="http://members.xoom.com/membername/Autobahn.jpg"> 

Where once again, the path is the complete path to the file you're using. 



TSLea 
XOOM.com Technical Support

.

For further assistance on this issue
CodeBrain recommends contacting
Xoom.com Support


CodeBrain.com
- Copyright 1995-2014 by CodeBrain.com
CodeBrainŽ CodeBrain.comŽ
All  Rights Reserved

.
A wise man eats both with his mouth and with his shoes.
Four candles do not make the camel sing.


.