Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Is it possible?

  1. #11
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Lol if it works then it doesent matter

  2. #12
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    ok this will work add the following to your body tag!
    HTML Code:
    onLoad="getforum();"
    and then add this to your header.
    Code:
    <script language='javascript'>
    function getforum() {
    window.open("http://www.mysite.com/forum/", "forumwin");
    }
    </script>
    that should work..

Page 2 of 2 FirstFirst 12

Posting Permissions

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