Web Analytics Made Easy -
StatCounter screen res options - CodingForum

Announcement

Collapse
No announcement yet.

screen res options

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • screen res options

    Im trying to use javascript to open a new window (about 500pxx300px)

    The problem i am having is :

    if the screen res is set @ 1024 i want to open a small window and place it at x,y coordinates.

    if the screen res is set @ 800 i want to open a small window at a different set of coordinates.

    Is there a script to do this?

  • #2
    Look for a resolution redirect script and remove where it document.writes a page for each resolution and in its place put your 2 popup scripts.

    Comment


    • #3
      sorry i should have been a little more clear...

      I want to be able to click on an image which will open a new window with only a larger image and a close box.

      If the users screen res is set at 1024 i would like the new window to display at x,y coordinates.

      If the users screen is set at 800 i would like the new window to display at x150,y275 coordinates.

      thank you in advance

      Comment


      • #4
        sorry i should have been a little more clear...

        I want to be able to click on an image which will open a new window with only a larger image and a close box.

        If the users screen res is set at 1024 i would like the new window to display at x,y coordinates.

        If the users screen is set at 800 i would like the new window to display at x150,y275 coordinates.

        thank you in advance

        Comment

        Working...
        X