Re: Need a non-"window.open" pop up window

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Mark Fitzpatrick (markfitz_at_fitzme.com)
Date: 03/11/04


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.



Relevant Pages

  • Re: The Problems of TeX
    ... errors and makes very heavy use of javascript that I can only guess, ... So you're comparing what's there as HTML with what's there as PDF. ... most part demonstrate the point of offering the user control over the ... graphic sizes, ...
    (comp.text.tex)
  • Custom Control - Specific placement of HTML Textwriter output - Ho
    ... HTML from a StringBuilder in my control to add the needed JavaScript to the ... HTML output. ...
    (microsoft.public.dotnet.languages.csharp)
  • Accessing a HTML document in a resouce dll
    ... control which displays HTML pages. ... to access the document frames, I get an exception Access Denied. ... JavaScript when they are not in a resource dll. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Newbie Question on the Basics
    ... What is it in the HTML that calls the Javascript after every keypress? ... "onload" function then uses the DOM to locate nodes in the document ... when the script, not the HTML, is in control of its own ...
    (comp.lang.javascript)
  • Re: How do I open a new browser window programmatically?
    ... I understand everything about the Javascript window.open method and how ... popup blockers may cause problems when using it. ... looking for a way to open a new browser window using ASP.NET without ... Image control inside of a HyperLink control with a Target property of ...
    (microsoft.public.dotnet.framework.aspnet)