Click to See Complete Forum and Search --> : Java script link help


Ambrosia
08-30-2003, 11:35 AM
I have problems of what to type to make this work.

I wrote something in text art and I put it in .js format file. I have no idea of what to type so it will load in the webpage when visitors come in or link to it.

Can you help? This is still kind of fuzzy to me.

I made a more detailed diagram so you can better understand what i mean.

www.geocities.com/depressionsite/enigma

this would be my first post, please help

soccer362001
08-30-2003, 12:12 PM
I think this is what you want.

Put this in the head tag.
<script type="text/javascript" src="whatever.js"></script>

Ambrosia
08-30-2003, 06:40 PM
:confused:

Thanks soccer! Now I know what to put when I need to run a javascript.

However, there are some problems, sad to say.

This is not a javascript:

<span style="width: 100%; font-family: Papyrus; color: white; Filter: Glow (Add = 1, Direction = 225, Strength = 10); font-weight:700">
<font size="4"> "I need some help! " </font></span>

This is an html markup(but i don't wholly know what that means)

Does anybody knows on what file I should save the above script so that when my webpage loads, it will open the file that contains the html markup(script) above. Please tell me what to type and to what location, too.


Thanks all for your help !

soccer362001
08-30-2003, 09:16 PM
you would want to put it in whatever html file you are going to use

Khalid Ali
08-31-2003, 06:22 AM
put the above code in an html file ( that is with *.html extension).

And the code you are using seems like is IE specific it will (most likely) not work in Netscape(mozilla) browsers