Log in

View Full Version : Web page directory


Artificial_Alex
12-31-2006, 10:59 AM
http://www.dynamicdrive.com/dynamicindex5/rainbow.htm


Finally, the script accesses the external JavaScript file, "rainbow.js", which you should first download by clicking the link below (or click with "Shift" key depressed in NS):

rainbow.js

then, upload this file to your web page directory.

Note: You can explicitly add the rainbow effect to other text (not link text), by inserting the code onmouseover="doRainbow(this);" and onmouseout="stopRainbow();" inside the tag in question.


Where exactly is that? Is it main root forum directory?


Thanks,

Ryan.

Artificial_Alex
01-01-2007, 12:05 PM
Whoa o.o This place is so helpful! <3

/sarcasm.

sebbe
01-01-2007, 12:14 PM
Upload rainbow.js to the /clientscript/ folder and change the following line
<script src="rainbow.js">
to
<script src="clientscript/rainbow.js">

Artificial_Alex
01-01-2007, 12:33 PM
Thank you VERY much!