my script is
document.write( "<!-- #include
virtual\"http://www.where-ever.com/whatevere.html\ " -->")
but in the html (view source) i get
---------------------------------------------------
<script language="Javas cript" type="text/Javascript">
document.write( "\
-----------------------------------------------------
and thats the end of the document..
i also have some more document.write( )'s above this in the same script
tag and these are not executed.. im guessing because it doesent get to
the </script> tag??
also im guessing that the reason its stopping is because its
encountering the html comment sequence "<!--".
so how do i write this safley?
cheers
Greg
document.write( "<!-- #include
virtual\"http://www.where-ever.com/whatevere.html\ " -->")
but in the html (view source) i get
---------------------------------------------------
<script language="Javas cript" type="text/Javascript">
document.write( "\
-----------------------------------------------------
and thats the end of the document..
i also have some more document.write( )'s above this in the same script
tag and these are not executed.. im guessing because it doesent get to
the </script> tag??
also im guessing that the reason its stopping is because its
encountering the html comment sequence "<!--".
so how do i write this safley?
cheers
Greg
Comment