i've got a weird error :<br><br>my header part looks like :<br><head><br> <script langage="javascript"><br> ... some jscript<br> </script><br> <style><br> ... some css<br> </style><br></head><br>and that works fine<br><br>now, i add the <base ...> tag, because i'm too lazy to add target="main" to all my links :<br><head><br> <base target="main"><br> <script langage="javascript"><br> ... some jscript<br> </script><br> <style><br> ... some css<br> </style><br></head><br>and i get a nice jscript error : line 1 car 1 : missing object<br><br>is that ie or is it me ??? anybody seen that already ??? how can i fix it ????<br>oh and it's not the name of the frame - i've tried something else in case "main" was a reserved word<br><br>pliz help, or i'll have to copy past target="main" a million times ))) !!<br>