PDA

View Full Version : link for my website


widow
28-07-2004, 06:47
i found a site that if you click link button on there site " join us on our ts" it will connect you directly to there ts as a guest with out you having to put in a addy does anyone know how this is done i would like to add this to my site.
i dont want it to show status like webpost just want the user to be able to click the button and it conntect them.

Brain
28-07-2004, 10:22
Make your button and add an additional tag attribute onClick="window.location.href='YourTS2Link'" - done.
This only works if the user has JavaScript enabled. You could also make a <form> with action='YourTS2Link', but some browsers don't like that.