Because the Skype plug-in is written as a BHO (browser helper object), which each user has downloaded and installed
- the BHO parses the page (thru hooks in the browser) to look for the phone #
You can not do the same on anyone else's PC / browser w/ just a client side script (JavaScript)
You need to write a dll or com bho and the user needs to install it
| Yes, that is true but partially. I am able to run that java script on the
| web page but on my computer only.
| I do not have idea how to run it on any webpage, anywhere.
| Skype plugin is able to do that!
| Jack
|
| | > Ok I just went back and reread the original post.
| >
| > You said you can use javascript to retrieve the "word" that was clicked
| > on.
| >
| > Assuming the variable name for the word clicked on is: str
| >
| > Your hyperlink would be a new variable
| > var openit;
| >
| > openit = new String<("http:// +str ")
| > or
| > openit = new String< ("
http://www. "+ str + ".com")
| >
| > and then you fire it with a function:
| > open(openit);
| >
| >
| > --
| >
| > Steve Easton
| > Microsoft MVP FrontPage
| > FP Cleaner
| >
http://www.95isalive.com/fixes/fpclean.htm
| > Hit Me FP
| >
http://www.95isalive.com/fixes/HitMeFP.htm
| >
| >
| >
| > | >> Hello,
| >> I am looking for the way to invoke hyperlink functionality when
| >> the user clicks on selected word.
| >> Is that possible?
| >> I can use javascript to retrieve the word clicked on. How can I embedd
| >> that word into href = ???
| >> Or is there another way?
| >> Thanks,
| >> Jack
| >>
| >
| >
|
|