is it possible to use html to make a link that causes an action to be performed in...

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Guest
...another program? such as "aim:goim?screenname=mysn" that makes an AIM window open up with "mysn." if so how? do i use <a href... and then put that as the url or what because it didnt work on myspace when i did that..? anybody?
 
<a href="aim:goIM?screenname=mysn">My SN</a> just like a normal link in an a tag.
 
Back
Top