Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: N00b Question

  1. #1
    Join Date
    Jun 2006
    Posts
    1,587
    Tokens
    0

    Latest Awards:

    Default N00b Question

    This is probably a question but how do you create a link that opens up another page in a new windows to a certain size much like bobbanet.co.uk

  2. #2
    Join Date
    Oct 2006
    Posts
    1,026
    Tokens
    0

    Latest Awards:

    Default

    target="_new" that what you mean?

    Quote Originally Posted by SimplyTech View Post
    This is probably a question but how do you create a link that opens up another page in a new windows to a certain size much like bobbanet.co.uk

  3. #3
    Join Date
    Jun 2006
    Posts
    1,587
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by RNelson View Post
    target="_new" that what you mean?
    Yeh but does that open it up to a 'pixel by pixel' size so you cant maxamise it?

  4. #4
    Join Date
    Nov 2004
    Location
    Reading, UK
    Posts
    3,060
    Tokens
    1,780

    Latest Awards:

    Default

    i do target="_blank" =]
    i dunno about the size though try adding in height="height" and width="width" but replacing the words in the "'s with the sizes.

  5. #5
    Join Date
    Dec 2006
    Location
    England
    Posts
    341
    Tokens
    0

    Default

    You mean a popup?

  6. #6
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Youd need to use ether a popup or some resizeing code in the window itself, in order to open up at a specific size.

  7. #7
    Join Date
    Nov 2004
    Location
    HabboWeb FM Offices
    Posts
    3,019
    Tokens
    0

    Latest Awards:

    Default

    Try this:

    Put this in the header:

    <SCRIPT LANGUAGE="JavaScript">
    function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=WIDTH HERE,height=HEIGHT HERE');");
    }
    </script>

    And use this link:
    <A HREF="javascript:popUp('FILENAMEHERE')">Open the Popup Window</A>

    There you go.

  8. #8
    Join Date
    Jun 2006
    Posts
    1,587
    Tokens
    0

    Latest Awards:

    Default

    Ill try it in a sec, thanks.

  9. #9
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    also, Search around www.dynamicdrive.com

    They have a few useful scripts

  10. #10
    Join Date
    Dec 2006
    Location
    Doncaster, UK
    Posts
    389
    Tokens
    0

    Default

    Quote Originally Posted by .:jack120:. View Post
    also, Search around www.dynamicdrive.com

    They have a few useful scripts
    dhtml won't do it, it's js.

Page 1 of 2 12 LastLast

Posting Permissions

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