Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: open a window


Message #1 by "marc cardenas" <marclena@h...> on Fri, 14 Feb 2003 14:05:02
It work.
Thank you very much.

> This will do it:

<script language=3D"JavaScript" type=3D"text/javascript">
	var oNewWin =3D window.open("","test");
	oNewWin.document.title =3D "Robert";=09
</script>


/Robert



-----Original Message-----
From: marc cardenas [mailto:marclena@h...]=20
Sent: den 14 februari 2003 15:05
To: JavaScript HowTo
Subject: [javascript_howto] open a window


Hi,
I have got this code
<HTML>
<HEAD>
<META NAME=3D"GENERATOR" Content=3D"Microsoft Visual Studio 6.0">
<TITLE></TITLE> <script language=3D"javascript"> window.open("","test");
</script> </HEAD> <BODY>

<P>&nbsp;</P>

</BODY>
</HTML>
This will open a blank window but I would like this window to have a
title because current when I open it it says about:blank on the title of
the=20
window.
Does anyone knows how to do that?
Thanks
---
Change your mail options at http://p2p.wrox.com/manager.asp or=20
to unsubscribe send a blank email to


  Return to Index