Jump to content

err.x

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by err.x

  1. it's not possible,because the browser developers think it's a security issue[i think it is,imagine I put a link for a bad thing and you see a good thing in status bar......].

    but maybe it works.

    you can put a hyperlink with href="whatever you want" and  on-click change  the location :

        <script language="javascript" type="text/javascript">

        function GoTo(URL)

        {

          document.location=URL;

          return false;

        }

        </script>

    <a href="Goooood Thing" onclick="GoTo('http://www.Baaad-thing.com');">Heha</a> :)

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.