Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: open document in a new window


Message #1 by "suzila" <smay642@h...> on Wed, 24 Jul 2002 06:01:35
HI Suzila,


Well u can use 

window.open(Url,WindowName,Properties)

where in Properties you can define your 
window/frame properties like
Height=100;Width=500;left=10,top=40... etc
 

Hope this would help u 

Regards
Gautam Khanna
gautamkhanna27@y...










> hi there,

> i have 2 problem.

> 1.
i>  want to open a new document in my PHP script.

> i had follow the example just like in the book, but still an error.
<> script language ="javaScript">
w> indow.open("mine.html"")
.> 
.> 
.> 

> can you show me the best solution?

> 2.i want my document appear in a specific frame..let say..my document 
n> ame "mine.html" and i want it appear in frame="rightFrame".  TQ very 
much


  Return to Index