|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to create hyperlink in the page already opened?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 You have to select the word in FP, then right click and select hyperlink properties, then you can
create the link and manually add the word. -- Show quote============================================== Thomas A. Rowe Microsoft MVP - FrontPage http://www.Ecom-Data.com ============================================== "Jack" <replyto@it> wrote in message news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... > 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 > What I mean is:
adding hyperlink in real run-time of the web page. Not at the design stage. Something similar what Skype is doing with its web toolbar. It changes all phone numbers shown on the any web page into hyperlinks responding to CallTo tag. Jack Show quote "Thomas A. Rowe" <tar***@mvps.org> wrote in message news:OR1RYlJLIHA.4752@TK2MSFTNGP05.phx.gbl... > You have to select the word in FP, then right click and select hyperlink > properties, then you can create the link and manually add the word. > > -- > ============================================== > Thomas A. Rowe > Microsoft MVP - FrontPage > > http://www.Ecom-Data.com > ============================================== > > > "Jack" <replyto@it> wrote in message > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >> 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 >> > > Phone number is fairly easy since you can match a pattern, however with individual words, I have no
idea where to begin. -- Show quote============================================== Thomas A. Rowe Microsoft MVP - FrontPage http://www.Ecom-Data.com ============================================== "Jack" <replyto@it> wrote in message news:%23VvGd6LLIHA.4880@TK2MSFTNGP03.phx.gbl... > What I mean is: > adding hyperlink in real run-time of the web page. Not at the design stage. > Something similar what Skype is doing with its web toolbar. > It changes all phone numbers shown on the any web page into hyperlinks responding to CallTo tag. > Jack > > "Thomas A. Rowe" <tar***@mvps.org> wrote in message news:OR1RYlJLIHA.4752@TK2MSFTNGP05.phx.gbl... >> You have to select the word in FP, then right click and select hyperlink properties, then you can >> create the link and manually add the word. >> >> -- >> ============================================== >> Thomas A. Rowe >> Microsoft MVP - FrontPage >> >> http://www.Ecom-Data.com >> ============================================== >> >> >> "Jack" <replyto@it> wrote in message news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>> 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 >>> >> >> > > Is this any word anywhere in the page?
Or a specific list of words. -- Show quoteSteve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm "Jack" <replyto@it> wrote in message news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... > 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 > Yes, it can be any word (numeric) which after scanning the page and using
some assumptions and filtering the word will be found as a phone number. When such word is found I want to change it into a callto: hyperlink. (callto://<found phone number> Thanks, Jack Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:eaiMQZWLIHA.6108@TK2MSFTNGP03.phx.gbl... > Is this any word anywhere in the page? > Or a specific list of words. > > > -- > > Steve Easton > Microsoft MVP FrontPage > FP Cleaner > http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP > http://www.95isalive.com/fixes/HitMeFP.htm > > "Jack" <replyto@it> wrote in message > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >> 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 >> > > Ok, another question. ( I should have asked before )
Is this a page in "your" web site, or any page in "any" web site the user has opened in a browser. -- Show quoteSteve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm "Jack" <replyto@it> wrote in message news:OUtXyiWLIHA.4272@TK2MSFTNGP06.phx.gbl... > Yes, it can be any word (numeric) which after scanning the page and using some assumptions and filtering the > word will be found as a phone number. > When such word is found I want to change it into a callto: hyperlink. (callto://<found phone number> > Thanks, > Jack > > "Steve Easton" <ad***@95isalive.com> wrote in message news:eaiMQZWLIHA.6108@TK2MSFTNGP03.phx.gbl... >> Is this any word anywhere in the page? >> Or a specific list of words. >> >> >> -- >> >> Steve Easton >> Microsoft MVP FrontPage >> FP Cleaner >> http://www.95isalive.com/fixes/fpclean.htm >> Hit Me FP >> http://www.95isalive.com/fixes/HitMeFP.htm >> >> "Jack" <replyto@it> wrote in message news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>> 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 >>> >> >> > > that will be any page on any web site
Thanks, Jack Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:%23$p7CpWLIHA.2268@TK2MSFTNGP02.phx.gbl... > Ok, another question. ( I should have asked before ) > > Is this a page in "your" web site, or any page in "any" web site the user > has opened in a browser. > > > -- > > Steve Easton > Microsoft MVP FrontPage > FP Cleaner > http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP > http://www.95isalive.com/fixes/HitMeFP.htm > > "Jack" <replyto@it> wrote in message > news:OUtXyiWLIHA.4272@TK2MSFTNGP06.phx.gbl... >> Yes, it can be any word (numeric) which after scanning the page and using >> some assumptions and filtering the word will be found as a phone number. >> When such word is found I want to change it into a callto: hyperlink. >> (callto://<found phone number> >> Thanks, >> Jack >> >> "Steve Easton" <ad***@95isalive.com> wrote in message >> news:eaiMQZWLIHA.6108@TK2MSFTNGP03.phx.gbl... >>> Is this any word anywhere in the page? >>> Or a specific list of words. >>> >>> >>> -- >>> >>> Steve Easton >>> Microsoft MVP FrontPage >>> FP Cleaner >>> http://www.95isalive.com/fixes/fpclean.htm >>> Hit Me FP >>> http://www.95isalive.com/fixes/HitMeFP.htm >>> >>> "Jack" <replyto@it> wrote in message >>> news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>> 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 >>>> >>> >>> >> >> > > That would require a writing a program and having it installed on
every machine that you would like to have this feature. Is this in conjunction with something else you're installing on a machine? -- Show quoteSteve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm "Jack" <replyto@it> wrote in message news:uta3i0ZLIHA.4912@TK2MSFTNGP02.phx.gbl... > that will be any page on any web site > Thanks, > Jack > > "Steve Easton" <ad***@95isalive.com> wrote in message news:%23$p7CpWLIHA.2268@TK2MSFTNGP02.phx.gbl... >> Ok, another question. ( I should have asked before ) >> >> Is this a page in "your" web site, or any page in "any" web site the user has opened in a browser. >> >> >> -- >> >> Steve Easton >> Microsoft MVP FrontPage >> FP Cleaner >> http://www.95isalive.com/fixes/fpclean.htm >> Hit Me FP >> http://www.95isalive.com/fixes/HitMeFP.htm >> >> "Jack" <replyto@it> wrote in message news:OUtXyiWLIHA.4272@TK2MSFTNGP06.phx.gbl... >>> Yes, it can be any word (numeric) which after scanning the page and using some assumptions and filtering >>> the word will be found as a phone number. >>> When such word is found I want to change it into a callto: hyperlink. (callto://<found phone number> >>> Thanks, >>> Jack >>> >>> "Steve Easton" <ad***@95isalive.com> wrote in message news:eaiMQZWLIHA.6108@TK2MSFTNGP03.phx.gbl... >>>> Is this any word anywhere in the page? >>>> Or a specific list of words. >>>> >>>> >>>> -- >>>> >>>> Steve Easton >>>> Microsoft MVP FrontPage >>>> FP Cleaner >>>> http://www.95isalive.com/fixes/fpclean.htm >>>> Hit Me FP >>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>> >>>> "Jack" <replyto@it> wrote in message news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>>> 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 >>>>> >>>> >>>> >>> >>> >> >> > > Yes.
I have written already programs. The solution can be embedded within it. In fact that hyperlink will interact with my program. That is the whole idea. I want to do something similar what Skype did. There is Skype plugin for IE, which does just that. It searches web page for phone numbers, highlights them and turns them into hyperlink, which interacts with Skype. I would like the same but without a need for plugin. Thanks, Jack Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:ew6Rp7dLIHA.536@TK2MSFTNGP06.phx.gbl... > That would require a writing a program and having it installed on > every machine that you would like to have this feature. > > Is this in conjunction with something else you're installing on a machine? > > -- > > Steve Easton > Microsoft MVP FrontPage > FP Cleaner > http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP > http://www.95isalive.com/fixes/HitMeFP.htm > > > "Jack" <replyto@it> wrote in message > news:uta3i0ZLIHA.4912@TK2MSFTNGP02.phx.gbl... >> that will be any page on any web site >> Thanks, >> Jack >> >> "Steve Easton" <ad***@95isalive.com> wrote in message >> news:%23$p7CpWLIHA.2268@TK2MSFTNGP02.phx.gbl... >>> Ok, another question. ( I should have asked before ) >>> >>> Is this a page in "your" web site, or any page in "any" web site the >>> user has opened in a browser. >>> >>> >>> -- >>> >>> Steve Easton >>> Microsoft MVP FrontPage >>> FP Cleaner >>> http://www.95isalive.com/fixes/fpclean.htm >>> Hit Me FP >>> http://www.95isalive.com/fixes/HitMeFP.htm >>> >>> "Jack" <replyto@it> wrote in message >>> news:OUtXyiWLIHA.4272@TK2MSFTNGP06.phx.gbl... >>>> Yes, it can be any word (numeric) which after scanning the page and >>>> using some assumptions and filtering the word will be found as a phone >>>> number. >>>> When such word is found I want to change it into a callto: hyperlink. >>>> (callto://<found phone number> >>>> Thanks, >>>> Jack >>>> >>>> "Steve Easton" <ad***@95isalive.com> wrote in message >>>> news:eaiMQZWLIHA.6108@TK2MSFTNGP03.phx.gbl... >>>>> Is this any word anywhere in the page? >>>>> Or a specific list of words. >>>>> >>>>> >>>>> -- >>>>> >>>>> Steve Easton >>>>> Microsoft MVP FrontPage >>>>> FP Cleaner >>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>> Hit Me FP >>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>> >>>>> "Jack" <replyto@it> wrote in message >>>>> news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>>>> 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 >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > Well, I don't use Skype but I would assume that the Skype plug in adds an item
to the right click context menu in IE that the user clicks to grab the phone numbers. If so, the plug in is either an .exe or .dll that contains a routine that searches the active document for phone number "strings". Something along the lines of a custom Web Browser control. http://msdn2.microsoft.com/en-us/library/aa752040.aspx -- Show quoteSteve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm "Jack" <replyto@it> wrote in message news:eN$tZIgLIHA.4752@TK2MSFTNGP05.phx.gbl... > Yes. > I have written already programs. The solution can be embedded within it. > In fact that hyperlink will interact with my program. That is the whole idea. > I want to do something similar what Skype did. > There is Skype plugin for IE, which does just that. It searches web page for phone numbers, highlights them > and turns them into hyperlink, which interacts with Skype. > I would like the same but without a need for plugin. > Thanks, > Jack > > "Steve Easton" <ad***@95isalive.com> wrote in message news:ew6Rp7dLIHA.536@TK2MSFTNGP06.phx.gbl... >> That would require a writing a program and having it installed on >> every machine that you would like to have this feature. >> >> Is this in conjunction with something else you're installing on a machine? >> >> -- >> >> Steve Easton >> Microsoft MVP FrontPage >> FP Cleaner >> http://www.95isalive.com/fixes/fpclean.htm >> Hit Me FP >> http://www.95isalive.com/fixes/HitMeFP.htm >> >> >> "Jack" <replyto@it> wrote in message news:uta3i0ZLIHA.4912@TK2MSFTNGP02.phx.gbl... >>> that will be any page on any web site >>> Thanks, >>> Jack >>> >>> "Steve Easton" <ad***@95isalive.com> wrote in message news:%23$p7CpWLIHA.2268@TK2MSFTNGP02.phx.gbl... >>>> Ok, another question. ( I should have asked before ) >>>> >>>> Is this a page in "your" web site, or any page in "any" web site the user has opened in a browser. >>>> >>>> >>>> -- >>>> >>>> Steve Easton >>>> Microsoft MVP FrontPage >>>> FP Cleaner >>>> http://www.95isalive.com/fixes/fpclean.htm >>>> Hit Me FP >>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>> >>>> "Jack" <replyto@it> wrote in message news:OUtXyiWLIHA.4272@TK2MSFTNGP06.phx.gbl... >>>>> Yes, it can be any word (numeric) which after scanning the page and using some assumptions and filtering >>>>> the word will be found as a phone number. >>>>> When such word is found I want to change it into a callto: hyperlink. (callto://<found phone number> >>>>> Thanks, >>>>> Jack >>>>> >>>>> "Steve Easton" <ad***@95isalive.com> wrote in message news:eaiMQZWLIHA.6108@TK2MSFTNGP03.phx.gbl... >>>>>> Is this any word anywhere in the page? >>>>>> Or a specific list of words. >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Steve Easton >>>>>> Microsoft MVP FrontPage >>>>>> FP Cleaner >>>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>>> Hit Me FP >>>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>>> >>>>>> "Jack" <replyto@it> wrote in message news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>>>>> 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 >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > No. That is a wrong assumption.
I have already explained how that works. It creates hyperlinks which with the single mouse click (as hyperlink normally work) interact with the main Skype app. Jack Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:%23otgY$hLIHA.4948@TK2MSFTNGP02.phx.gbl... > Well, I don't use Skype but I would assume that the Skype plug in adds an > item > to the right click context menu in IE that the user clicks to grab the > phone numbers. > If so, the plug in is either an .exe or .dll that contains a routine that > searches the active document > for phone number "strings". > > Something along the lines of a custom Web Browser control. > http://msdn2.microsoft.com/en-us/library/aa752040.aspx > > > -- > > Steve Easton > Microsoft MVP FrontPage > FP Cleaner > http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP > http://www.95isalive.com/fixes/HitMeFP.htm > > "Jack" <replyto@it> wrote in message > news:eN$tZIgLIHA.4752@TK2MSFTNGP05.phx.gbl... >> Yes. >> I have written already programs. The solution can be embedded within it. >> In fact that hyperlink will interact with my program. That is the whole >> idea. >> I want to do something similar what Skype did. >> There is Skype plugin for IE, which does just that. It searches web page >> for phone numbers, highlights them and turns them into hyperlink, which >> interacts with Skype. >> I would like the same but without a need for plugin. >> Thanks, >> Jack >> >> "Steve Easton" <ad***@95isalive.com> wrote in message >> news:ew6Rp7dLIHA.536@TK2MSFTNGP06.phx.gbl... >>> That would require a writing a program and having it installed on >>> every machine that you would like to have this feature. >>> >>> Is this in conjunction with something else you're installing on a >>> machine? >>> >>> -- >>> >>> Steve Easton >>> Microsoft MVP FrontPage >>> FP Cleaner >>> http://www.95isalive.com/fixes/fpclean.htm >>> Hit Me FP >>> http://www.95isalive.com/fixes/HitMeFP.htm >>> >>> >>> "Jack" <replyto@it> wrote in message >>> news:uta3i0ZLIHA.4912@TK2MSFTNGP02.phx.gbl... >>>> that will be any page on any web site >>>> Thanks, >>>> Jack >>>> >>>> "Steve Easton" <ad***@95isalive.com> wrote in message >>>> news:%23$p7CpWLIHA.2268@TK2MSFTNGP02.phx.gbl... >>>>> Ok, another question. ( I should have asked before ) >>>>> >>>>> Is this a page in "your" web site, or any page in "any" web site the >>>>> user has opened in a browser. >>>>> >>>>> >>>>> -- >>>>> >>>>> Steve Easton >>>>> Microsoft MVP FrontPage >>>>> FP Cleaner >>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>> Hit Me FP >>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>> >>>>> "Jack" <replyto@it> wrote in message >>>>> news:OUtXyiWLIHA.4272@TK2MSFTNGP06.phx.gbl... >>>>>> Yes, it can be any word (numeric) which after scanning the page and >>>>>> using some assumptions and filtering the word will be found as a >>>>>> phone number. >>>>>> When such word is found I want to change it into a callto: hyperlink. >>>>>> (callto://<found phone number> >>>>>> Thanks, >>>>>> Jack >>>>>> >>>>>> "Steve Easton" <ad***@95isalive.com> wrote in message >>>>>> news:eaiMQZWLIHA.6108@TK2MSFTNGP03.phx.gbl... >>>>>>> Is this any word anywhere in the page? >>>>>>> Or a specific list of words. >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Steve Easton >>>>>>> Microsoft MVP FrontPage >>>>>>> FP Cleaner >>>>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>>>> Hit Me FP >>>>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>>>> >>>>>>> "Jack" <replyto@it> wrote in message >>>>>>> news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>>>>>> 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 >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > Ok, how does the user select or highlight the "number" that Skype recognizes and selects.
Do they highlight it with the mouse and then click something? Does Skype automatically scan the page for "numbers" and turn them into a "clickable" link? There's more to this story..... !! -- Show quoteSteve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm "Jack" <replyto@it> wrote in message news:efsPyKkLIHA.6108@TK2MSFTNGP03.phx.gbl... > No. That is a wrong assumption. > I have already explained how that works. > It creates hyperlinks which with the single mouse click (as hyperlink normally work) interact with the main > Skype app. > Jack > > "Steve Easton" <ad***@95isalive.com> wrote in message news:%23otgY$hLIHA.4948@TK2MSFTNGP02.phx.gbl... >> Well, I don't use Skype but I would assume that the Skype plug in adds an item >> to the right click context menu in IE that the user clicks to grab the phone numbers. >> If so, the plug in is either an .exe or .dll that contains a routine that searches the active document >> for phone number "strings". >> >> Something along the lines of a custom Web Browser control. >> http://msdn2.microsoft.com/en-us/library/aa752040.aspx >> >> >> -- >> >> Steve Easton >> Microsoft MVP FrontPage >> FP Cleaner >> http://www.95isalive.com/fixes/fpclean.htm >> Hit Me FP >> http://www.95isalive.com/fixes/HitMeFP.htm >> >> "Jack" <replyto@it> wrote in message news:eN$tZIgLIHA.4752@TK2MSFTNGP05.phx.gbl... >>> Yes. >>> I have written already programs. The solution can be embedded within it. >>> In fact that hyperlink will interact with my program. That is the whole idea. >>> I want to do something similar what Skype did. >>> There is Skype plugin for IE, which does just that. It searches web page for phone numbers, highlights >>> them and turns them into hyperlink, which interacts with Skype. >>> I would like the same but without a need for plugin. >>> Thanks, >>> Jack >>> >>> "Steve Easton" <ad***@95isalive.com> wrote in message news:ew6Rp7dLIHA.536@TK2MSFTNGP06.phx.gbl... >>>> That would require a writing a program and having it installed on >>>> every machine that you would like to have this feature. >>>> >>>> Is this in conjunction with something else you're installing on a machine? >>>> >>>> -- >>>> >>>> Steve Easton >>>> Microsoft MVP FrontPage >>>> FP Cleaner >>>> http://www.95isalive.com/fixes/fpclean.htm >>>> Hit Me FP >>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>> >>>> >>>> "Jack" <replyto@it> wrote in message news:uta3i0ZLIHA.4912@TK2MSFTNGP02.phx.gbl... >>>>> that will be any page on any web site >>>>> Thanks, >>>>> Jack >>>>> >>>>> "Steve Easton" <ad***@95isalive.com> wrote in message news:%23$p7CpWLIHA.2268@TK2MSFTNGP02.phx.gbl... >>>>>> Ok, another question. ( I should have asked before ) >>>>>> >>>>>> Is this a page in "your" web site, or any page in "any" web site the user has opened in a browser. >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Steve Easton >>>>>> Microsoft MVP FrontPage >>>>>> FP Cleaner >>>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>>> Hit Me FP >>>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>>> >>>>>> "Jack" <replyto@it> wrote in message news:OUtXyiWLIHA.4272@TK2MSFTNGP06.phx.gbl... >>>>>>> Yes, it can be any word (numeric) which after scanning the page and using some assumptions and >>>>>>> filtering the word will be found as a phone number. >>>>>>> When such word is found I want to change it into a callto: hyperlink. (callto://<found phone number> >>>>>>> Thanks, >>>>>>> Jack >>>>>>> >>>>>>> "Steve Easton" <ad***@95isalive.com> wrote in message news:eaiMQZWLIHA.6108@TK2MSFTNGP03.phx.gbl... >>>>>>>> Is this any word anywhere in the page? >>>>>>>> Or a specific list of words. >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Steve Easton >>>>>>>> Microsoft MVP FrontPage >>>>>>>> FP Cleaner >>>>>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>>>>> Hit Me FP >>>>>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>>>>> >>>>>>>> "Jack" <replyto@it> wrote in message news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>>>>>>> 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 >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > >Does Skype automatically scan the page for "numbers" and turn them into a Steve, you got it!>"clickable" link? Yes, thats right. 1. User opens webpage 2. Skype automatically (that what Skype plugin is for) scans that page, evaluates the found numbers, decides which number can be a phone number, then highlights it and making it clickable. Jack Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:ev4amckLIHA.4688@TK2MSFTNGP06.phx.gbl... > Ok, how does the user select or highlight the "number" that Skype > recognizes and selects. > > Do they highlight it with the mouse and then click something? > Does Skype automatically scan the page for "numbers" and turn them into a > "clickable" link? > > There's more to this story..... !! > > > -- > > Steve Easton > Microsoft MVP FrontPage > FP Cleaner > http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP > http://www.95isalive.com/fixes/HitMeFP.htm > > > "Jack" <replyto@it> wrote in message > news:efsPyKkLIHA.6108@TK2MSFTNGP03.phx.gbl... >> No. That is a wrong assumption. >> I have already explained how that works. >> It creates hyperlinks which with the single mouse click (as hyperlink >> normally work) interact with the main Skype app. >> Jack >> >> "Steve Easton" <ad***@95isalive.com> wrote in message >> news:%23otgY$hLIHA.4948@TK2MSFTNGP02.phx.gbl... >>> Well, I don't use Skype but I would assume that the Skype plug in adds >>> an item >>> to the right click context menu in IE that the user clicks to grab the >>> phone numbers. >>> If so, the plug in is either an .exe or .dll that contains a routine >>> that searches the active document >>> for phone number "strings". >>> >>> Something along the lines of a custom Web Browser control. >>> http://msdn2.microsoft.com/en-us/library/aa752040.aspx >>> >>> >>> -- >>> >>> Steve Easton >>> Microsoft MVP FrontPage >>> FP Cleaner >>> http://www.95isalive.com/fixes/fpclean.htm >>> Hit Me FP >>> http://www.95isalive.com/fixes/HitMeFP.htm >>> >>> "Jack" <replyto@it> wrote in message >>> news:eN$tZIgLIHA.4752@TK2MSFTNGP05.phx.gbl... >>>> Yes. >>>> I have written already programs. The solution can be embedded within >>>> it. >>>> In fact that hyperlink will interact with my program. That is the whole >>>> idea. >>>> I want to do something similar what Skype did. >>>> There is Skype plugin for IE, which does just that. It searches web >>>> page for phone numbers, highlights them and turns them into hyperlink, >>>> which interacts with Skype. >>>> I would like the same but without a need for plugin. >>>> Thanks, >>>> Jack >>>> >>>> "Steve Easton" <ad***@95isalive.com> wrote in message >>>> news:ew6Rp7dLIHA.536@TK2MSFTNGP06.phx.gbl... >>>>> That would require a writing a program and having it installed on >>>>> every machine that you would like to have this feature. >>>>> >>>>> Is this in conjunction with something else you're installing on a >>>>> machine? >>>>> >>>>> -- >>>>> >>>>> Steve Easton >>>>> Microsoft MVP FrontPage >>>>> FP Cleaner >>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>> Hit Me FP >>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>> >>>>> >>>>> "Jack" <replyto@it> wrote in message >>>>> news:uta3i0ZLIHA.4912@TK2MSFTNGP02.phx.gbl... >>>>>> that will be any page on any web site >>>>>> Thanks, >>>>>> Jack >>>>>> >>>>>> "Steve Easton" <ad***@95isalive.com> wrote in message >>>>>> news:%23$p7CpWLIHA.2268@TK2MSFTNGP02.phx.gbl... >>>>>>> Ok, another question. ( I should have asked before ) >>>>>>> >>>>>>> Is this a page in "your" web site, or any page in "any" web site the >>>>>>> user has opened in a browser. >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Steve Easton >>>>>>> Microsoft MVP FrontPage >>>>>>> FP Cleaner >>>>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>>>> Hit Me FP >>>>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>>>> >>>>>>> "Jack" <replyto@it> wrote in message >>>>>>> news:OUtXyiWLIHA.4272@TK2MSFTNGP06.phx.gbl... >>>>>>>> Yes, it can be any word (numeric) which after scanning the page and >>>>>>>> using some assumptions and filtering the word will be found as a >>>>>>>> phone number. >>>>>>>> When such word is found I want to change it into a callto: >>>>>>>> hyperlink. (callto://<found phone number> >>>>>>>> Thanks, >>>>>>>> Jack >>>>>>>> >>>>>>>> "Steve Easton" <ad***@95isalive.com> wrote in message >>>>>>>> news:eaiMQZWLIHA.6108@TK2MSFTNGP03.phx.gbl... >>>>>>>>> Is this any word anywhere in the page? >>>>>>>>> Or a specific list of words. >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> Steve Easton >>>>>>>>> Microsoft MVP FrontPage >>>>>>>>> FP Cleaner >>>>>>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>>>>>> Hit Me FP >>>>>>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>>>>>> >>>>>>>>> "Jack" <replyto@it> wrote in message >>>>>>>>> news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>>>>>>>> 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 >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > 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); -- Show quoteSteve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm "Jack" <replyto@it> wrote in message news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... > 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 > 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 Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:ub$xtjkLIHA.2064@TK2MSFTNGP06.phx.gbl... > 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 > > > > "Jack" <replyto@it> wrote in message > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >> 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 >> > > 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 -- Show quote_____________________________________________ SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] "Warning - Using the F1 Key will not break anything!" (-; To find the best Newsgroup for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp _____________________________________________ "Jack" <replyto@it> wrote in message news:uQNvNcmLIHA.748@TK2MSFTNGP04.phx.gbl... | 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 | | "Steve Easton" <ad***@95isalive.com> wrote in message | news:ub$xtjkLIHA.2064@TK2MSFTNGP06.phx.gbl... | > 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 | > | > | > | > "Jack" <replyto@it> wrote in message | > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... | >> 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 | >> | > | > | | Which is what I said to begin with.
;-) -- Show quoteSteve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm "Stefan B Rusynko" <sbr_en***@hotmail.com> wrote in message news:OBcVzXpLIHA.1164@TK2MSFTNGP02.phx.gbl... > 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 > -- > > _____________________________________________ > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] > "Warning - Using the F1 Key will not break anything!" (-; > To find the best Newsgroup for FrontPage support see: > http://www.net-sites.com/sitebuilder/newsgroups.asp > _____________________________________________ > > > "Jack" <replyto@it> wrote in message news:uQNvNcmLIHA.748@TK2MSFTNGP04.phx.gbl... > | 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 > | > | "Steve Easton" <ad***@95isalive.com> wrote in message > | news:ub$xtjkLIHA.2064@TK2MSFTNGP06.phx.gbl... > | > 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 > | > > | > > | > > | > "Jack" <replyto@it> wrote in message > | > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... > | >> 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 > | >> > | > > | > > | > | > > No Steve, you never said that.
I am sorry to say that you did not have a clue, even suggesting it was done by IE menu extention. Jack Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:uJ1rNmqLIHA.5988@TK2MSFTNGP02.phx.gbl... > Which is what I said to begin with. > ;-) > > -- > > Steve Easton > Microsoft MVP FrontPage > FP Cleaner > http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP > http://www.95isalive.com/fixes/HitMeFP.htm > > "Stefan B Rusynko" <sbr_en***@hotmail.com> wrote in message > news:OBcVzXpLIHA.1164@TK2MSFTNGP02.phx.gbl... >> 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 >> -- >> >> _____________________________________________ >> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] >> "Warning - Using the F1 Key will not break anything!" (-; >> To find the best Newsgroup for FrontPage support see: >> http://www.net-sites.com/sitebuilder/newsgroups.asp >> _____________________________________________ >> >> >> "Jack" <replyto@it> wrote in message >> news:uQNvNcmLIHA.748@TK2MSFTNGP04.phx.gbl... >> | 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 >> | >> | "Steve Easton" <ad***@95isalive.com> wrote in message >> | news:ub$xtjkLIHA.2064@TK2MSFTNGP06.phx.gbl... >> | > 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 >> | > >> | > >> | > >> | > "Jack" <replyto@it> wrote in message >> | > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >> | >> 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 >> | >> >> | > >> | > >> | >> | >> >> > > Oh but I think I have quite a good clue.
As I said, I don't use Skype, so I'm not sure how it works. However I did point you to: http://msdn2.microsoft.com/en-us/library/aa752040.aspx which is what you're going to need to use. Or a variation thereof. -- Show quoteSteve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm "Jack" <replyto@it> wrote in message news:eV00MjrLIHA.2140@TK2MSFTNGP03.phx.gbl... > No Steve, you never said that. > I am sorry to say that you did not have a clue, even suggesting it was done by IE menu extention. > Jack > > "Steve Easton" <ad***@95isalive.com> wrote in message news:uJ1rNmqLIHA.5988@TK2MSFTNGP02.phx.gbl... >> Which is what I said to begin with. >> ;-) >> >> -- >> >> Steve Easton >> Microsoft MVP FrontPage >> FP Cleaner >> http://www.95isalive.com/fixes/fpclean.htm >> Hit Me FP >> http://www.95isalive.com/fixes/HitMeFP.htm >> >> "Stefan B Rusynko" <sbr_en***@hotmail.com> wrote in message news:OBcVzXpLIHA.1164@TK2MSFTNGP02.phx.gbl... >>> 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 >>> -- >>> >>> _____________________________________________ >>> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] >>> "Warning - Using the F1 Key will not break anything!" (-; >>> To find the best Newsgroup for FrontPage support see: >>> http://www.net-sites.com/sitebuilder/newsgroups.asp >>> _____________________________________________ >>> >>> >>> "Jack" <replyto@it> wrote in message news:uQNvNcmLIHA.748@TK2MSFTNGP04.phx.gbl... >>> | 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 >>> | >>> | "Steve Easton" <ad***@95isalive.com> wrote in message >>> | news:ub$xtjkLIHA.2064@TK2MSFTNGP06.phx.gbl... >>> | > 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 >>> | > >>> | > >>> | > >>> | > "Jack" <replyto@it> wrote in message >>> | > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>> | >> 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 >>> | >> >>> | > >>> | > >>> | >>> | >>> >>> >> >> > > Steve, I appreciate your willingness to help, but you still do not
understand what is all about. And really, you do need to have Skype installed to grasp the concept. None of elements (or variations) mentioned in: http://msdn2.microsoft.com/en-us/library/aa752040.aspx will do what I am looking for. If this can be any help please have a look at this Skype video demonstration: http://www.screencast.com/users/Skype-Toolbars/folders/Default/media/79201252-d26a-4e84-a0cb-ec425b4522d8 (just wait a while until the highlighted phone numbers on web page will appear). Jack Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:eVQWxMsLIHA.3940@TK2MSFTNGP05.phx.gbl... > Oh but I think I have quite a good clue. > As I said, I don't use Skype, so I'm not sure how it works. > However I did point you to: > http://msdn2.microsoft.com/en-us/library/aa752040.aspx > which is what you're going to need to use. > Or a variation thereof. > > > -- > > Steve Easton > Microsoft MVP FrontPage > FP Cleaner > http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP > http://www.95isalive.com/fixes/HitMeFP.htm > > > > "Jack" <replyto@it> wrote in message > news:eV00MjrLIHA.2140@TK2MSFTNGP03.phx.gbl... >> No Steve, you never said that. >> I am sorry to say that you did not have a clue, even suggesting it was >> done by IE menu extention. >> Jack >> >> "Steve Easton" <ad***@95isalive.com> wrote in message >> news:uJ1rNmqLIHA.5988@TK2MSFTNGP02.phx.gbl... >>> Which is what I said to begin with. >>> ;-) >>> >>> -- >>> >>> Steve Easton >>> Microsoft MVP FrontPage >>> FP Cleaner >>> http://www.95isalive.com/fixes/fpclean.htm >>> Hit Me FP >>> http://www.95isalive.com/fixes/HitMeFP.htm >>> >>> "Stefan B Rusynko" <sbr_en***@hotmail.com> wrote in message >>> news:OBcVzXpLIHA.1164@TK2MSFTNGP02.phx.gbl... >>>> 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 >>>> -- >>>> >>>> _____________________________________________ >>>> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] >>>> "Warning - Using the F1 Key will not break anything!" (-; >>>> To find the best Newsgroup for FrontPage support see: >>>> http://www.net-sites.com/sitebuilder/newsgroups.asp >>>> _____________________________________________ >>>> >>>> >>>> "Jack" <replyto@it> wrote in message >>>> news:uQNvNcmLIHA.748@TK2MSFTNGP04.phx.gbl... >>>> | 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 >>>> | >>>> | "Steve Easton" <ad***@95isalive.com> wrote in message >>>> | news:ub$xtjkLIHA.2064@TK2MSFTNGP06.phx.gbl... >>>> | > 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 >>>> | > >>>> | > >>>> | > >>>> | > "Jack" <replyto@it> wrote in message >>>> | > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>> | >> 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 >>>> | >> >>>> | > >>>> | > >>>> | >>>> | >>>> >>>> >>> >>> >> >> > > Ok
I watched the demo. Instead of a clickable item on the right click context menu, they've added an icon to the IE toolbar, which is basically the same procedure. The icon fires either a .dll or an .exe that scans the pages. The process to add an Icon and function to IE's toolbar is called creating a browser extension: the info is here: http://msdn2.microsoft.com/en-us/library/aa753587.aspx Creating the process that it fires is called creating a Browser Helper Object or BHO as Stefan mentioned: http://msdn2.microsoft.com/en-us/library/bb250489.aspx or creating a custom web Browser control as I mentioned: http://msdn2.microsoft.com/en-us/library/aa752044.aspx Do you have Skype installed? If so, run regedit and go here: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Extensions and look through the list of Extensions and you will see the registry entries used when the Skype icon is clicked, to fire either the .dll or .exe that Skype uses to parse the page and highlight the numbers. Also fwiw, I have written an IE add in and wrapped it in an installer that adds an IE toolbar Icon that launches the program I wrote. ( custom web browser control ) What programming languages are you using / do you have available, and also, do you have any of the MSDN libraries installed on your machine? If you want a sample of what I wrote, email me. My reply to is valid. ( it works in all IE versions on 2K, XP and Vista ) -- Show quoteSteve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm "Jack" <replyto@it> wrote in message news:OP30nCtLIHA.2064@TK2MSFTNGP06.phx.gbl... > Steve, I appreciate your willingness to help, but you still do not understand what is all about. > And really, you do need to have Skype installed to grasp the concept. > None of elements (or variations) mentioned in: > http://msdn2.microsoft.com/en-us/library/aa752040.aspx > will do what I am looking for. > If this can be any help please have a look at this Skype video demonstration: > http://www.screencast.com/users/Skype-Toolbars/folders/Default/media/79201252-d26a-4e84-a0cb-ec425b4522d8 > (just wait a while until the highlighted phone numbers on web page will appear). > > Jack > > "Steve Easton" <ad***@95isalive.com> wrote in message news:eVQWxMsLIHA.3940@TK2MSFTNGP05.phx.gbl... >> Oh but I think I have quite a good clue. >> As I said, I don't use Skype, so I'm not sure how it works. >> However I did point you to: >> http://msdn2.microsoft.com/en-us/library/aa752040.aspx >> which is what you're going to need to use. >> Or a variation thereof. >> >> >> -- >> >> Steve Easton >> Microsoft MVP FrontPage >> FP Cleaner >> http://www.95isalive.com/fixes/fpclean.htm >> Hit Me FP >> http://www.95isalive.com/fixes/HitMeFP.htm >> >> >> >> "Jack" <replyto@it> wrote in message news:eV00MjrLIHA.2140@TK2MSFTNGP03.phx.gbl... >>> No Steve, you never said that. >>> I am sorry to say that you did not have a clue, even suggesting it was done by IE menu extention. >>> Jack >>> >>> "Steve Easton" <ad***@95isalive.com> wrote in message news:uJ1rNmqLIHA.5988@TK2MSFTNGP02.phx.gbl... >>>> Which is what I said to begin with. >>>> ;-) >>>> >>>> -- >>>> >>>> Steve Easton >>>> Microsoft MVP FrontPage >>>> FP Cleaner >>>> http://www.95isalive.com/fixes/fpclean.htm >>>> Hit Me FP >>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>> >>>> "Stefan B Rusynko" <sbr_en***@hotmail.com> wrote in message news:OBcVzXpLIHA.1164@TK2MSFTNGP02.phx.gbl... >>>>> 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 >>>>> -- >>>>> >>>>> _____________________________________________ >>>>> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] >>>>> "Warning - Using the F1 Key will not break anything!" (-; >>>>> To find the best Newsgroup for FrontPage support see: >>>>> http://www.net-sites.com/sitebuilder/newsgroups.asp >>>>> _____________________________________________ >>>>> >>>>> >>>>> "Jack" <replyto@it> wrote in message news:uQNvNcmLIHA.748@TK2MSFTNGP04.phx.gbl... >>>>> | 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 >>>>> | >>>>> | "Steve Easton" <ad***@95isalive.com> wrote in message >>>>> | news:ub$xtjkLIHA.2064@TK2MSFTNGP06.phx.gbl... >>>>> | > 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 >>>>> | > >>>>> | > >>>>> | > >>>>> | > "Jack" <replyto@it> wrote in message >>>>> | > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>>> | >> 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 >>>>> | >> >>>>> | > >>>>> | > >>>>> | >>>>> | >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > Thank you very much for bearing with me, Steve.
I can use as much help as I can get. I think I will have problem with BHO. I have read some info about it on MSDN site and it seems it requires COM programming. My programming language is visual basic. I am using version 5 (enterprise), which I prefer over version 6 which I also have. What do you think, can I use it to program BHO? I do not keep any MSDN libraries in my computer, but I access them on MSDN website when needed. Thanks, Jack Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:OUBSohtLIHA.5328@TK2MSFTNGP05.phx.gbl... > Ok > I watched the demo. Instead of a clickable item on the right click context > menu, > they've added an icon to the IE toolbar, which is basically the same > procedure. > The icon fires either a .dll or an .exe that scans the pages. > The process to add an Icon and function to IE's toolbar is called creating > a browser extension: > the info is here: http://msdn2.microsoft.com/en-us/library/aa753587.aspx > > Creating the process that it fires is called creating a Browser Helper > Object or BHO > as Stefan mentioned: > http://msdn2.microsoft.com/en-us/library/bb250489.aspx > or creating a custom web Browser control as I mentioned: > http://msdn2.microsoft.com/en-us/library/aa752044.aspx > > Do you have Skype installed? > If so, run regedit and go here: > HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Extensions > and look through the list of Extensions and you will see the registry > entries > used when the Skype icon is clicked, to fire either the .dll or .exe that > Skype > uses to parse the page and highlight the numbers. > > Also fwiw, I have written an IE add in and wrapped it in an installer > that adds an IE toolbar Icon that launches the program I wrote. > ( custom web browser control ) > > What programming languages are you using / do you have available, > and also, do you have any of the MSDN libraries installed on your machine? > > If you want a sample of what I wrote, email me. My reply to is valid. > ( it works in all IE versions on 2K, XP and Vista ) > > -- > > Steve Easton > Microsoft MVP FrontPage > FP Cleaner > http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP > http://www.95isalive.com/fixes/HitMeFP.htm > > "Jack" <replyto@it> wrote in message > news:OP30nCtLIHA.2064@TK2MSFTNGP06.phx.gbl... >> Steve, I appreciate your willingness to help, but you still do not >> understand what is all about. >> And really, you do need to have Skype installed to grasp the concept. >> None of elements (or variations) mentioned in: >> http://msdn2.microsoft.com/en-us/library/aa752040.aspx >> will do what I am looking for. >> If this can be any help please have a look at this Skype video >> demonstration: >> http://www.screencast.com/users/Skype-Toolbars/folders/Default/media/79201252-d26a-4e84-a0cb-ec425b4522d8 >> (just wait a while until the highlighted phone numbers on web page will >> appear). >> >> Jack >> >> "Steve Easton" <ad***@95isalive.com> wrote in message >> news:eVQWxMsLIHA.3940@TK2MSFTNGP05.phx.gbl... >>> Oh but I think I have quite a good clue. >>> As I said, I don't use Skype, so I'm not sure how it works. >>> However I did point you to: >>> http://msdn2.microsoft.com/en-us/library/aa752040.aspx >>> which is what you're going to need to use. >>> Or a variation thereof. >>> >>> >>> -- >>> >>> Steve Easton >>> Microsoft MVP FrontPage >>> FP Cleaner >>> http://www.95isalive.com/fixes/fpclean.htm >>> Hit Me FP >>> http://www.95isalive.com/fixes/HitMeFP.htm >>> >>> >>> >>> "Jack" <replyto@it> wrote in message >>> news:eV00MjrLIHA.2140@TK2MSFTNGP03.phx.gbl... >>>> No Steve, you never said that. >>>> I am sorry to say that you did not have a clue, even suggesting it was >>>> done by IE menu extention. >>>> Jack >>>> >>>> "Steve Easton" <ad***@95isalive.com> wrote in message >>>> news:uJ1rNmqLIHA.5988@TK2MSFTNGP02.phx.gbl... >>>>> Which is what I said to begin with. >>>>> ;-) >>>>> >>>>> -- >>>>> >>>>> Steve Easton >>>>> Microsoft MVP FrontPage >>>>> FP Cleaner >>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>> Hit Me FP >>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>> >>>>> "Stefan B Rusynko" <sbr_en***@hotmail.com> wrote in message >>>>> news:OBcVzXpLIHA.1164@TK2MSFTNGP02.phx.gbl... >>>>>> 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 >>>>>> -- >>>>>> >>>>>> _____________________________________________ >>>>>> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] >>>>>> "Warning - Using the F1 Key will not break anything!" (-; >>>>>> To find the best Newsgroup for FrontPage support see: >>>>>> http://www.net-sites.com/sitebuilder/newsgroups.asp >>>>>> _____________________________________________ >>>>>> >>>>>> >>>>>> "Jack" <replyto@it> wrote in message >>>>>> news:uQNvNcmLIHA.748@TK2MSFTNGP04.phx.gbl... >>>>>> | 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 >>>>>> | >>>>>> | "Steve Easton" <ad***@95isalive.com> wrote in message >>>>>> | news:ub$xtjkLIHA.2064@TK2MSFTNGP06.phx.gbl... >>>>>> | > 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 >>>>>> | > >>>>>> | > >>>>>> | > >>>>>> | > "Jack" <replyto@it> wrote in message >>>>>> | > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>>>> | >> 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 >>>>>> | >> >>>>>> | > >>>>>> | > >>>>>> | >>>>>> | >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > "Jack" <replyto@it> wrote in message news:%23hCV173LIHA.4272@TK2MSFTNGP05.phx.gbl... Yes you sure can use VB 5 to create either a BHO or a custom> Thank you very much for bearing with me, Steve. > I can use as much help as I can get. > I think I will have problem with BHO. > I have read some info about it on MSDN site and it seems it requires COM programming. > My programming language is visual basic. > I am using version 5 (enterprise), which I prefer over version 6 which I also have. > What do you think, can I use it to program BHO? web browser control. > I do not keep any MSDN libraries in my computer, but I access them on MSDN website when needed. That's going to make it kind of tough because the last MSDN versionwith the best VB support was October 2001, and the current online version has only VB.NET support. However there is a great VB newsgroup. Subscribe to: microsoft.public.vb.general.discussion and maybe also: microsoft.public.vb.controls microsoft.public.vb.winapi A great source of VB info is Randy Birch's website: http://vbnet.mvps.org/index.html and there are several others. Randy's site contains links to them. Regards and good luck. fwiw I use VB 6 SP 1 on both XP and Vista. Have you created a manifest file so that the IDE uses XP styles? -- Steve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm Thanks for the info.
I cannot find answer to these questions: 1. Do I need an icon placed on IE taskbar (to do what I want to do)? 2. Is that a requirement for BHO? 3. Why there is that convulsing method of creating GUIDS etc, instead of just making a simple entry into registry? 4. Creating button running a script ------------------------------- does it apply to java script or some other script? is it possible to make IE to run that script automatically (without clicking on that button)? Thanks, Jack Show quote "Steve Easton" <ad***@95isalive.com> wrote in message news:OUBSohtLIHA.5328@TK2MSFTNGP05.phx.gbl... > Ok > I watched the demo. Instead of a clickable item on the right click context > menu, > they've added an icon to the IE toolbar, which is basically the same > procedure. > The icon fires either a .dll or an .exe that scans the pages. > The process to add an Icon and function to IE's toolbar is called creating > a browser extension: > the info is here: http://msdn2.microsoft.com/en-us/library/aa753587.aspx > > Creating the process that it fires is called creating a Browser Helper > Object or BHO > as Stefan mentioned: > http://msdn2.microsoft.com/en-us/library/bb250489.aspx > or creating a custom web Browser control as I mentioned: > http://msdn2.microsoft.com/en-us/library/aa752044.aspx > > Do you have Skype installed? > If so, run regedit and go here: > HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Extensions > and look through the list of Extensions and you will see the registry > entries > used when the Skype icon is clicked, to fire either the .dll or .exe that > Skype > uses to parse the page and highlight the numbers. > > Also fwiw, I have written an IE add in and wrapped it in an installer > that adds an IE toolbar Icon that launches the program I wrote. > ( custom web browser control ) > > What programming languages are you using / do you have available, > and also, do you have any of the MSDN libraries installed on your machine? > > If you want a sample of what I wrote, email me. My reply to is valid. > ( it works in all IE versions on 2K, XP and Vista ) > > -- > > Steve Easton > Microsoft MVP FrontPage > FP Cleaner > http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP > http://www.95isalive.com/fixes/HitMeFP.htm > > "Jack" <replyto@it> wrote in message > news:OP30nCtLIHA.2064@TK2MSFTNGP06.phx.gbl... >> Steve, I appreciate your willingness to help, but you still do not >> understand what is all about. >> And really, you do need to have Skype installed to grasp the concept. >> None of elements (or variations) mentioned in: >> http://msdn2.microsoft.com/en-us/library/aa752040.aspx >> will do what I am looking for. >> If this can be any help please have a look at this Skype video >> demonstration: >> http://www.screencast.com/users/Skype-Toolbars/folders/Default/media/79201252-d26a-4e84-a0cb-ec425b4522d8 >> (just wait a while until the highlighted phone numbers on web page will >> appear). >> >> Jack >> >> "Steve Easton" <ad***@95isalive.com> wrote in message >> news:eVQWxMsLIHA.3940@TK2MSFTNGP05.phx.gbl... >>> Oh but I think I have quite a good clue. >>> As I said, I don't use Skype, so I'm not sure how it works. >>> However I did point you to: >>> http://msdn2.microsoft.com/en-us/library/aa752040.aspx >>> which is what you're going to need to use. >>> Or a variation thereof. >>> >>> >>> -- >>> >>> Steve Easton >>> Microsoft MVP FrontPage >>> FP Cleaner >>> http://www.95isalive.com/fixes/fpclean.htm >>> Hit Me FP >>> http://www.95isalive.com/fixes/HitMeFP.htm >>> >>> >>> >>> "Jack" <replyto@it> wrote in message >>> news:eV00MjrLIHA.2140@TK2MSFTNGP03.phx.gbl... >>>> No Steve, you never said that. >>>> I am sorry to say that you did not have a clue, even suggesting it was >>>> done by IE menu extention. >>>> Jack >>>> >>>> "Steve Easton" <ad***@95isalive.com> wrote in message >>>> news:uJ1rNmqLIHA.5988@TK2MSFTNGP02.phx.gbl... >>>>> Which is what I said to begin with. >>>>> ;-) >>>>> >>>>> -- >>>>> >>>>> Steve Easton >>>>> Microsoft MVP FrontPage >>>>> FP Cleaner >>>>> http://www.95isalive.com/fixes/fpclean.htm >>>>> Hit Me FP >>>>> http://www.95isalive.com/fixes/HitMeFP.htm >>>>> >>>>> "Stefan B Rusynko" <sbr_en***@hotmail.com> wrote in message >>>>> news:OBcVzXpLIHA.1164@TK2MSFTNGP02.phx.gbl... >>>>>> 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 >>>>>> -- >>>>>> >>>>>> _____________________________________________ >>>>>> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] >>>>>> "Warning - Using the F1 Key will not break anything!" (-; >>>>>> To find the best Newsgroup for FrontPage support see: >>>>>> http://www.net-sites.com/sitebuilder/newsgroups.asp >>>>>> _____________________________________________ >>>>>> >>>>>> >>>>>> "Jack" <replyto@it> wrote in message >>>>>> news:uQNvNcmLIHA.748@TK2MSFTNGP04.phx.gbl... >>>>>> | 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 >>>>>> | >>>>>> | "Steve Easton" <ad***@95isalive.com> wrote in message >>>>>> | news:ub$xtjkLIHA.2064@TK2MSFTNGP06.phx.gbl... >>>>>> | > 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 >>>>>> | > >>>>>> | > >>>>>> | > >>>>>> | > "Jack" <replyto@it> wrote in message >>>>>> | > news:ORUl8AJLIHA.5980@TK2MSFTNGP04.phx.gbl... >>>>>> | >> 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 >>>>>> | >> >>>>>> | > >>>>>> | > >>>>>> | >>>>>> | >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > In Line. "Jack" <replyto@it> wrote in message news:uUj$xr8LIHA.4228@TK2MSFTNGP02.phx.gbl... No, an icon is not mandatory, you can add an entry in the Tools dropdown menu.> Thanks for the info. > I cannot find answer to these questions: > 1. > Do I need an icon placed on IE taskbar (to do what I want to do)? However, adding an icon to the toolbar is a simple task that is done by the installer when you install your program / BHO, and having a visible icon is much easier for the user to see / find / click. I use Inno Setup as my installer. > 2. No, the answer to 1 applies.> Is that a requirement for BHO? > 3. > Why t | |||||||||||||||||||||||