Results 1 to 6 of 6

Thread: popping up a new window like JS

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Talking

    How do I make a new window pop up in another browser without using a function in JS?

    I know about the _blank but it doesn't give you the ability to format the new window.

  2. #2
    Borry
    Guest

    don't think so

    Hello,

    I thinks it's not possible to format a new window without js

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    hopefully someone will find an answer

  4. #4
    kayoca
    Guest
    Do you mean like this?
    Code:
     window.open("popup.asp", "popupwindow", "width=450, height=320, scrollbars=yes", "screenX=1","screenY=1","dependent=yes");

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    why not use JS? Whats the problem with JS? the only other way to do it is using VBScript and that will not work on Netscape.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Talking

    The reason is that the company I work for is trying to get away from JS.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width