AIM

  • Thread starter Thread starter Richard Grene
  • Start date Start date
R

Richard Grene

I am using vb.net. How can I create a link on my WEB page to call AIM and
pass the screen name in a variable to the HTML Code below?

Thanks,
Richard

<!-- Begin AIM Remote -->

<a href="aim:goim?ScreenName = variable passed from vb code>
 
Hi Richard,

You have to explain something more or do you just mean where you use and how
you use it now it is to much a puzzle.

ASPNET, webbrowser, HTTPclient etc.

It can be something as

respond.redirect("a href="aim:goim?ScreenName = " &
VariablePassedFromVbCode)

However a lot more.

Cor
 
Back
Top