View Full Version : Done, but Error?


reddragon8
02-07-2005, 03:57 PM
This is my page
http://www.freewebs.com/little-artist/About_me.htm
At the bottom it says 'Done but theres a error ' .......
can some one help by viewing the source or something....please :)
i dnt dunno were iv gone rong lol
x X x

flinchalot
02-07-2005, 03:59 PM
where does it say done but with an error? it just says done with me!

MaGiCSuN
02-07-2005, 04:03 PM
no error here either. Wich line does it give you reddragon?

Love,
Mirna

reddragon8
02-07-2005, 04:04 PM
It has a little ! in a triangle, then it says Done..
Just before the page has fully loaded, it will say but with errors...then that goes
after 5 secs..
but still leave the little triangle at the bottom
(@___@)

MaGiCSuN
02-07-2005, 04:05 PM
double click the icon and post what it says in the box
it should be something along the lines of "error on line #; explination here"

Love,
Mirna

reddragon8
02-07-2005, 04:34 PM
it says, line 36........
is it line 36 in my html code?

Monkey Bizzle
02-08-2005, 12:52 AM
I didn't get that error either but usually that type of error has to do with JavaScript. I viewed your source and on line 36 of your source, you do have some JavaScript. Make sure that you copied the script correctly.

pb&j
02-08-2005, 03:56 AM
try taking this part...
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://cbox.co.za/box/?boxid=80431&boxtag=4333&sec=main" noresize scrolling="yes"

name="cboxmain" style="border: 0px">');
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://cbox.co.za/box/?boxid=80431&boxtag=4333&sec=form" noresize scrolling="no"

name="cboxform" style="border: 0px; border-top: #ababab 1px solid;"></frameset>');

and take out all of the return spaces so it looks like this (two long lines)

cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://cbox.co.za/box/?boxid=80431&boxtag=4333&sec=main" noresize scrolling="yes" name="cboxmain" style="border: 0px">');

cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://cbox.co.za/box/?boxid=80431&boxtag=4333&sec=form" noresize scrolling="no" name="cboxform" style="border: 0px; border-top: #ababab 1px solid;"></frameset>');

reddragon8
02-09-2005, 09:57 PM
Cheers x X x,
its okdokys now...lol :)

pb&j
02-10-2005, 12:08 AM
k. welcome :)