Click to See Complete Forum and Search --> : New and ignorant!
johners74
08-30-2003, 06:19 PM
I am new to using javascript and very confused about something. I have taken and adapted some code from the excellent 'JavaScript Source' (http://javascript.internet.com/). When I do a web page preview everything works a treat. However, when I come to upload the page and view it over the internet the page doesn't load fully. How can this be?
Any advice and ideas would be very much appreciated.
Ambrosia
08-30-2003, 06:51 PM
Hello! I'm kind of new to these Javascrip phenomena, too.
Did you made sure you had uploaded all the files that you your website needed?
Make sure that your webpage doesn't contain a lot of data because it might slow down the loading.
Well, this is all that I can think up to answer your question. If it doesn't help, tell us specifically your problem.
Hmmm.... do I sound like a usual person who comes here? Actually, i just started from this day.
Khalid Ali
08-31-2003, 06:12 AM
I'll just add this to ambrosia's suggestion above,
make sure you have all the file name as such that there is no space between them and for directory separation use forward slash as compare to window specific backslashes.
And ofcourse images has to be found on the server in a directory...