Announcement

Collapse
No announcement yet.

Link to full window

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

    Link to full window

    I have noticed that on some browsers my external links open up in a smaller window.

    Is there some html that sets the target window to maximised size irrespective of the browsers local setting.

    Graham
    Graham

    ___________________________________

    www.Briggsbits.co.uk
    The online store for Briggs and Stratton spare parts

    #2
    Check out http://www.codeave.com/javascript/code.asp?u_log=7065 for various scripts to resize.

    Use with caution though, if users have set their browser to a specific size it is probably for a reason (although IE does have some issues when opening new windows) and attempts to resize may annoy some users


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Mmm, might leave it as it is then and work on the assumption that most users are bright enough to maximise.

      Thanks.
      Graham

      ___________________________________

      www.Briggsbits.co.uk
      The online store for Briggs and Stratton spare parts

      Comment


        #4
        A simple method would be to use Javascript to grab the existing window's dimensions and pass them to the script that generates the target window.

        Comment

        Working...
        X