This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Totally frustrated, please help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply locked New topic
Author

Totally frustrated, please help

Ryan Knight
Greenhorn

Joined: Sep 09, 2003
Posts: 4
Hi,
I am opening a new window with a normal link and then using
window.resizeTo(340,340);
to resize the window, so far so good, but then i also want to do this:
'toolbar=no,location=no,directories=no,status=no,menubar=noscrollbars=no,resizable=no'
but try as i might with document or window or parent etc...i just cant get it to work.
Am beginning to suspect its not supported and my option would be to open the window and from that window to pop another window then close the last window...which is a little too complicated and a PITA.
ANy help appreciated.
Thanks in advance,
-Ryan
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Totally frustrated, please help
 
Similar Threads
How to persist data of child window form
Totally frustrated, please help
How to drag(Move) a HTML window using window object or document object?
Opening parent window if I close the chile window
Java to Exe using Microsoft SDK