Bill4tektips
Technical User
Can anyone help please?
I have inherited some .js files and I need to add in a hyperlink to open in a new window. The reason for this is that the original page is in a frame set.
The coding I have at present is:
document.writeln(" The <A");
document.writeln(" HREF=\"/ups/uk/process/other_resources/r00237/r00237.htm\">Design Guide to Manufacturing Systems Design (R00237) ");
document.writeln(" </A>contains the accepted best estimates.<br><br>");
How can I get this to open in a new window. I have tried adding Target="_blank" but that doesn't work.
I have inherited some .js files and I need to add in a hyperlink to open in a new window. The reason for this is that the original page is in a frame set.
The coding I have at present is:
document.writeln(" The <A");
document.writeln(" HREF=\"/ups/uk/process/other_resources/r00237/r00237.htm\">Design Guide to Manufacturing Systems Design (R00237) ");
document.writeln(" </A>contains the accepted best estimates.<br><br>");
How can I get this to open in a new window. I have tried adding Target="_blank" but that doesn't work.