---- Neil <neil@xxxxxxxxx> wrote: > Hi > > First Post here, I hope this is the right place for this post. > > This is probably not a php problem, I think it may a configuration > issue, but sorry I just dont know where to look Configuration issue of what? > I have a V4 site the calls an on line editor and part of the process > is by window.onload. If I had to explain how it all works I could'nt > JS is not my thing and this is a fairly old piece of code. > > anyways <!-- SNIP --> > Line: 68 > Char: 21 > Error: Syntax error > Code: 0 It's probably all JS, but if this is a PHP page that you've actually cut/pasted from, look at lines 67 and 68 and check to make sure you have a ; at the end of line 67. Or a ) or a } or some other closing brace that you could be using previously. Otherwise, check with a javascript list to see what the javascript errors are. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php