Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Keyt webforumsuser@macromedia.com #1
load a pop up window in certain position.
Does anyone know a script that makes a new browser window opens in a certain position?
and is there a way to tell the parent frame do not reload after calling another browse window?
thanks
Camila
Keyt webforumsuser@macromedia.com Guest
-
Page_Load not fired when window.open used to load window.
Hello John, Did you mean that the problem only happens after you upgrade to VS 2003 and framework 1.1? Does the problem exist in VS 2002 and... -
Position Sized Browser Window
Is there an extension to position a sized browser window? Thanks! -
window size and position
Can somebody recommend a plug-in that lets me set exact window size and position? I know there is one, I just can't remember what the name of the... -
Getting NSDocument to load a file into current window
Hi!, I am new to Cocoa, and was hopeing someone could help me with a little problem I was having. I am writing a simple hex editor, and would like... -
How do I position a window on the screen when it opens?
Originally posted by Scott Try this: tell application "FileMaker Pro" open file "Mac HD:fb_company.fp5" set theWindow to name of first window... -
The ScareCrow #2
Re:load a pop up window in certain position.
Try this
function windowOpener(page){
window.open(page,"windowRef","width="100",height=" 100",top=10,left=10,screenX=10,screenY=10,toolbar= 0,location=0,directories=0,status=0,menubar=0,scro llbars=1,resizable=1");
}
Just change the top,left,screenX and screenY to the position you want.
I am not sure I understand the second part, but I assume you don't want the main window to reload when the popup is activated.
<a href="javascript:void(0)" onclick="windowOpener('Page.htm')">Open Window</a>
Ken
If you never ask, you never get an answer.
ScareCrow Application Development
The ScareCrow Guest



Reply With Quote

