Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

document.writeln doesn't display in preview

Status
Not open for further replies.

Dan01

Programmer
Jun 14, 2001
439
0
0
US
Hello, this code doesn't display in Preview for 1st Page 2000. Could this explain why my frames don't load when using Javascript? When I simply write frameset code without Javascript, the left and right frames load OK.

document.writeln('<FRAMESET COLS=&quot;30%,70%&quot;>')
document.writeln('<FRAMESET SRC=&quot;navigation.htm&quot; NAME=&quot;left&quot;>')
document.writeln('<FRAMESET SRC=&quot;forum1.htm&quot; NAME=&quot;content&quot;>')
document.writeln('<\/FRAMESET>')

Thanks, Dan.
 
do u use javascript with &quot;document.writeln(..)&quot;,
like document.writeln(&quot;<script>&quot;); ?
also u should use \&quot; instead of &quot; written in the
writeln-tag..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top