Hello all, Maybe I'm trying to do the impossible here, but I'm trying to write a script to open and write html to a new window. Within the head...

How It Works

Get an answer in three easy steps. Here's how it works...

Ask Your Question

1. Ask Your Question

Enter your programming question at the top of this page and click Get An Answer.

Pick Your Priority

2. Pick Your Priority

Tell us how quickly you want your programming question answered.

Get An Answer

3. Get An Answer

Connect with your programmer via online chat or telephone call.

Answer

Customer
Hello all, Maybe I'm trying to do the impossible here, but I'm trying to write a script to open and write html to a new window. Within the head section of that new window needs to be some javascript, but, in at least in Navigator 4.75, the javascript doesn't get written into the new window. The script tags are stripped and the code shows up as clear text. Any ideas? Here's a copy of the code in the parent document function newwin() { playWin=window.open("","exwin","width=600,height=200,status,resizable"); playWin.document.open(); playWin.document.write(" " + "" + " " + "" + "" + " " + "Body" + " " + " "); playWin.document.close(); playWin.focus(); } and here's the source of the window it creates: Body
Posted
Customer
Aw, the bbs stripped the code out of my example. How in the heck does a javascript bbs work if it interprets your code samples? [sigh]. Still, if this is familiar to anyone, I'd appreciate some pointers (and maybe some pointers about how to post code samples!).

Thanks,
Chuck
Posted
Matthew Pomar
Customer Support
Chuck, Were you using Inernet Explorer or Netscape to post your question here at devForums? Regards, Matthew Pomar
Posted
Customer
Um, Netscape 4.75. I could have been a bit more diplomatic before. Sorry, it's been a rough week. Also, if you're in debug mode, I clicked "reply" to your message a minute ago, got a subject window of "Re:" and received the following error when posting the line above. Microsoft OLE DB Provider for SQL Server error '80040e14' Line 1: Incorrect syntax near ','. D:\WEBS\DEVFORUMS\WWW\DISCUSS\../_library/library.asp, line 364
Posted

quoteTestimonialsquote

About ExpertHelp

ExpertHelp is changing the way you connect with service professionals.

Whether you have a quick question while preparing your taxes, troubleshooting a computer problem, or need to hire an attorney, ExpertHelp is the most convenient and affordable way to connect with the right service professional to get the job done.

ExpertHelp has been in business since 2011, is an A+ Rated Better Business Bureau accredited member, and offers a 100% satisfaction guarantee on every question you ask!

More Programming Questions...

Ask Your Programming Question & Get An Answer Now!