![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Embed "Phone Call" button in a web page I want to have a button on a web page call another PC using Windows Live Messenger. Casey's blog, http://settings.messenger.live.com/a...reateHtml.aspx was really helpful to show how Messenger could be embedded in a web page. I would like to embed a larger size "Make a phone call" icon from Messenger in a web page to create a simple "click" to make a call to my profile exclusively! Is the code for displaying the "Make a phone call" icon available? Thank you in advance for any direction you can provide. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Embed "Phone Call" button in a web page Greetings, Well - you could use the msnim protocol handler. In other words, you make a link like this: <a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me on Messenger</a> -- Jonathan Kay Microsoft MVP - Windows Live Messenger MSN Messenger/Windows Messenger MessengerGeek Blog: http://www.messengergeek.com Messenger Resources: http://messenger.jonathankay.com (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation -- "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx Quote: > I want to have a button on a web page call another PC using Windows Live > Messenger. Casey's blog, > http://settings.messenger.live.com/a...reateHtml.aspx was really > helpful to show how Messenger could be embedded in a web page. I would like > to embed a larger size "Make a phone call" icon from Messenger in a web page > to create a simple "click" to make a call to my profile exclusively! Is the > code for displaying the "Make a phone call" icon available? > > Thank you in advance for any direction you can provide. |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Embed "Phone Call" button in a web page You are incredible! So, now I want to have the end user's browser on a UMPC hit my webpage with your really cool script linked to a button. The UMPC user has Messenger going in the background but I don't want it to come in front of the brower...just stay hidden behind the page. Is this possible as well? Thank you! Jonathan Schoepf "Jonathan Kay [MVP]" wrote: Quote: > Greetings, > > Well - you could use the msnim protocol handler. > > In other words, you make a link like this: > <a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me on > Messenger</a> > > -- > Jonathan Kay > Microsoft MVP - Windows Live Messenger > MSN Messenger/Windows Messenger > MessengerGeek Blog: http://www.messengergeek.com > Messenger Resources: http://messenger.jonathankay.com > (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation > -- > > > > "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message > news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx Quote: > > I want to have a button on a web page call another PC using Windows Live > > Messenger. Casey's blog, > > http://settings.messenger.live.com/a...reateHtml.aspx was really > > helpful to show how Messenger could be embedded in a web page. I would like > > to embed a larger size "Make a phone call" icon from Messenger in a web page > > to create a simple "click" to make a call to my profile exclusively! Is the > > code for displaying the "Make a phone call" icon available? > > > > Thank you in advance for any direction you can provide. > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Embed "Phone Call" button in a web page Hi, Nah I'm afraid not (with Messenger anyway). All the fun scripting stuff was locked down many years ago because of abuse from worms and other malware. -- Jonathan Kay Microsoft MVP - Windows Live Messenger MSN Messenger/Windows Messenger MessengerGeek Blog: http://www.messengergeek.com Messenger Resources: http://messenger.jonathankay.com (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation -- "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message news:C2DAEFAA-BE58-4A95-A92E-3EFF2B8DAC86@xxxxxx Quote: > You are incredible! So, now I want to have the end user's browser on a UMPC > hit my webpage with your really cool script linked to a button. The UMPC user > has Messenger going in the background but I don't want it to come in front of > the brower...just stay hidden behind the page. Is this possible as well? > > Thank you! > > Jonathan Schoepf > > "Jonathan Kay [MVP]" wrote: > Quote: >> Greetings, >> >> Well - you could use the msnim protocol handler. >> >> In other words, you make a link like this: >> <a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me on >> Messenger</a> >> >> -- >> Jonathan Kay >> Microsoft MVP - Windows Live Messenger >> MSN Messenger/Windows Messenger >> MessengerGeek Blog: http://www.messengergeek.com >> Messenger Resources: http://messenger.jonathankay.com >> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation >> -- >> >> >> >> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message >> news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx Quote: >> > I want to have a button on a web page call another PC using Windows Live >> > Messenger. Casey's blog, >> > http://settings.messenger.live.com/a...reateHtml.aspx was really >> > helpful to show how Messenger could be embedded in a web page. I would like >> > to embed a larger size "Make a phone call" icon from Messenger in a web page >> > to create a simple "click" to make a call to my profile exclusively! Is the >> > code for displaying the "Make a phone call" icon available? >> > >> > Thank you in advance for any direction you can provide. >> |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Embed "Phone Call" button in a web page Then would you have the href code to "end" and "answer" a voice call similar to what you provided to initiate an MSN phone call? I could make the web page work with these 3 links. Thanks again! "Jonathan Kay [MVP]" wrote: Quote: > Hi, > > Nah I'm afraid not (with Messenger anyway). All the fun scripting stuff was locked down many > years ago because of abuse from worms and other malware. > > -- > Jonathan Kay > Microsoft MVP - Windows Live Messenger > MSN Messenger/Windows Messenger > MessengerGeek Blog: http://www.messengergeek.com > Messenger Resources: http://messenger.jonathankay.com > (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation > -- > > > > "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message > news:C2DAEFAA-BE58-4A95-A92E-3EFF2B8DAC86@xxxxxx Quote: > > You are incredible! So, now I want to have the end user's browser on a UMPC > > hit my webpage with your really cool script linked to a button. The UMPC user > > has Messenger going in the background but I don't want it to come in front of > > the brower...just stay hidden behind the page. Is this possible as well? > > > > Thank you! > > > > Jonathan Schoepf > > > > "Jonathan Kay [MVP]" wrote: > > Quote: > >> Greetings, > >> > >> Well - you could use the msnim protocol handler. > >> > >> In other words, you make a link like this: > >> <a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me on > >> Messenger</a> > >> > >> -- > >> Jonathan Kay > >> Microsoft MVP - Windows Live Messenger > >> MSN Messenger/Windows Messenger > >> MessengerGeek Blog: http://www.messengergeek.com > >> Messenger Resources: http://messenger.jonathankay.com > >> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation > >> -- > >> > >> > >> > >> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message > >> news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx > >> > I want to have a button on a web page call another PC using Windows Live > >> > Messenger. Casey's blog, > >> > http://settings.messenger.live.com/a...reateHtml.aspx was really > >> > helpful to show how Messenger could be embedded in a web page. I would like > >> > to embed a larger size "Make a phone call" icon from Messenger in a web page > >> > to create a simple "click" to make a call to my profile exclusively! Is the > >> > code for displaying the "Make a phone call" icon available? > >> > > >> > Thank you in advance for any direction you can provide. > >> > >> |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Embed "Phone Call" button in a web page Hi, I'm afraid they're just for inviting - the only thing you can do that I haven't mentioned is replace "voice" with "add", "video" or "chat", which starts the associated action with the contact. -- Jonathan Kay Microsoft MVP - Windows Live Messenger MSN Messenger/Windows Messenger MessengerGeek Blog: http://www.messengergeek.com Messenger Resources: http://messenger.jonathankay.com (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation -- "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message news:04DEE69F-1899-4602-B1ED-52EE751F372B@xxxxxx Quote: > Then would you have the href code to "end" and "answer" a voice call similar > to what you provided to initiate an MSN phone call? I could make the web > page work with these 3 links. Thanks again! > > "Jonathan Kay [MVP]" wrote: > Quote: >> Hi, >> >> Nah I'm afraid not (with Messenger anyway). All the fun scripting stuff was locked down >> many >> years ago because of abuse from worms and other malware. >> >> -- >> Jonathan Kay >> Microsoft MVP - Windows Live Messenger >> MSN Messenger/Windows Messenger >> MessengerGeek Blog: http://www.messengergeek.com >> Messenger Resources: http://messenger.jonathankay.com >> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation >> -- >> >> >> >> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message >> news:C2DAEFAA-BE58-4A95-A92E-3EFF2B8DAC86@xxxxxx Quote: >> > You are incredible! So, now I want to have the end user's browser on a UMPC >> > hit my webpage with your really cool script linked to a button. The UMPC user >> > has Messenger going in the background but I don't want it to come in front of >> > the brower...just stay hidden behind the page. Is this possible as well? >> > >> > Thank you! >> > >> > Jonathan Schoepf >> > >> > "Jonathan Kay [MVP]" wrote: >> > >> >> Greetings, >> >> >> >> Well - you could use the msnim protocol handler. >> >> >> >> In other words, you make a link like this: >> >> <a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me >> >> on >> >> Messenger</a> >> >> >> >> -- >> >> Jonathan Kay >> >> Microsoft MVP - Windows Live Messenger >> >> MSN Messenger/Windows Messenger >> >> MessengerGeek Blog: http://www.messengergeek.com >> >> Messenger Resources: http://messenger.jonathankay.com >> >> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation >> >> -- >> >> >> >> >> >> >> >> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message >> >> news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx >> >> > I want to have a button on a web page call another PC using Windows Live >> >> > Messenger. Casey's blog, >> >> > http://settings.messenger.live.com/a...reateHtml.aspx was really >> >> > helpful to show how Messenger could be embedded in a web page. I would like >> >> > to embed a larger size "Make a phone call" icon from Messenger in a web page >> >> > to create a simple "click" to make a call to my profile exclusively! Is the >> >> > code for displaying the "Make a phone call" icon available? >> >> > >> >> > Thank you in advance for any direction you can provide. >> >> >> >> |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| wscript.echo only a new line / embed a "CR" in a text string ? | VB Script | |||
| Error on return from function call in ASP.NET "Operation is not supported on this platform." | .NET General | |||
| CoD 4 is "Preparing to launch Call of Duty 4: Modern Warfare..." FOREVER! | Gaming | |||
| Adressbook under "To:/Cc:" is not the same as under the button "Contacts". | Vista mail | |||
| 3xQ - "New Folder" button?, "- Shortcut" suffix, Preview bug? | Vista file management | |||