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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top