Hallo All
I got a question about inserting java or html code into mij page,the java applets i wanna use ,dont work.The thing i dont understand is this>>>>
-----------------------------------------------------------------------------------------------
To refer to a file in your HTML,type^GEMDIR/ in front of the file name. ^GEMDIR will be replaced with the actual subdirectory name
Examle: Too display a fille called logo.gif.use the following HTML:
<img scr="^GEMDIR/logo.gif">
------------------------------------------------------------------------------------------------
><applet code="Stars.class" WIDTH="600" HEIGHT="130">
<param name="generator" value="Easy Applet Builder 1.7.1 - http://www.taijisoftware.com">
<param name="background_color" value="#000000">
<param name="registration_code" value="settevercsedegnamiaj">
<param name="status_bar_text" value="add a text here !">
<param name="enter_text" value="optional text here">
<param name="enter_text_color" value="#FF0000">
<param name="enter_text_height" value="15">
<param name="enter_text_font" value="TimesRoman">
<param name="enter_text_style" value="bold">
<param name="link" value="http://www.taijisoftware.com">
<param name="target" value="_blank">
<param name="step_mean" value="10">
<param name="star_color" value="#FFFFFF">
Please activate Java...
</applet>
So were do i have too put this:^GEMDIR/:thing?if i wanna use the java code above ?
Also after i saved all the file's i need for it, the programm ask for a "place holder image"whats that ,and do i need that whit java code?