Re: Need a non-"window.open" pop up window
From: Mark Fitzpatrick (markfitz_at_fitzme.com)
Date: 03/11/04
- Next message: Polly Morphic: "Circumflex A appears for carriage returns"
- Previous message: Thomas A. Rowe: "Re: Look of form on return"
- In reply to: Tucker: "Need a non-"window.open" pop up window"
- Next in thread: Thomas A. Rowe: "Re: Need a non-"window.open" pop up window"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 15:25:30 -0600
Use _blank as the target to open the page in a new browser window, but there
is nothing in HTML that will let you control how the browser appears (ie:
position, toolbar, size, etc). That's exactly what the window.open is for
and it must be a scripted function.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
"Tucker" <anonymous@discussions.microsoft.com> wrote in message
news:70F0709D-451B-4930-96FA-E954259A7FDD@microsoft.com...
> I am in need of code that will specify a link to open a new window of a
size and position that I define without using the javascript "window.open"
command. It messes with other javascript that I have on my page. I think a
totally HTML option would be ideal. It would also be ideal to include it
all in the <a href> tag. Any ideas? You'd be a lifesaver. Thanks.
- Next message: Polly Morphic: "Circumflex A appears for carriage returns"
- Previous message: Thomas A. Rowe: "Re: Look of form on return"
- In reply to: Tucker: "Need a non-"window.open" pop up window"
- Next in thread: Thomas A. Rowe: "Re: Need a non-"window.open" pop up window"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|