Results 1 to 2 of 2

Thread: url and window...

  1. #1
    Join Date
    Aug 2009
    Posts
    399
    Thanks
    42
    Thanked 4 Times in 4 Posts

    Default url and window...

    hi all. I want to create a link in my main page... but when you push on it, it will open a NEW 100px x 100px page. i know that it is simple, but I forgotten the code. Thanks

  2. #2
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    If I want to open a new page in which I can define various attributes I use window.open, eg

    Code:
    window.open(page,'','width=500,height=500,toolbar=1,scrollbars,location,resizable,left = 220, top = 110')

Bookmarks

Posting Permissions

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