| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | Launch MSN Messenger from your Web Page <html> <body> <object classid="clsid:F3A614DC-ABE0-11d2-A441-00C04F795683" codebase="#Version=2,0,0,83" codetype=application/x-oleobject id=MsgrObj width=0 height=0></object><OBJECT classid="clsid:FB7199AB-79BF-11d2-8D94-0000F875C541" codeType=application/x-oleobject id=MsgrApp width=0 height=0></OBJECT> ????: NamePros.com http://www.namepros.com/code/14436-launch-msn-messenger-your-web-page.html <a href=javascript:MsgrApp.LaunchAddContactUI("yourma il@mail.com")>Click here to add this user to your msn</a><br> <a id="lll" href=javascript:MsgrApp.LaunchIMUI("yourmail@yourm ail.com")>Click here to chat to this user on msn</a><br> </body> </html> |
| |
| | #4 (permalink) | ||||
| NamePros Regular Join Date: Mar 2004 Location: North West England
Posts: 626
![]() ![]() ![]() |
__________________ Christopher Adam Reilly 'I will follow my dream, Until the dream decides to follow me' Chris Reilly - 05 | ||||
| |
| | THREAD STARTER #7 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | I think this will work: <html> <head> <OBJECT classid=clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28 codeType=application/x-oleobject id=IMessenger width=0 height=0"></OBJECT> <title>title</title> </head> <body> <a href=javascript:IMessenger.InstantMessage("msnemai l@tosendto.ext");window.location.replace(window.lo cation)><b>Send MSN Message</b></a> </body> </html> |
| |
| | #8 (permalink) |
| NP Maniacâ„¢ Join Date: Apr 2004 Location: Nottingham, UK
Posts: 820
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Thanks, this is just what I was looking for.
__________________ PHP/MySQL Development offered: PM me for a quote. 47ideas.com - my freelancing portfolio. |
| |
| | #11 (permalink) | ||||
| New Member Join Date: Apr 2004 Location: Ohio
Posts: 4
![]() |
Can someone please help? | ||||
| |
| | #21 (permalink) |
| Senior Member Join Date: Jan 2005 Location: New Zealand
Posts: 3,746
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | mybe the problems are you don't have MSN open.. ill try it
__________________ WowHumor.net - Funny World of Warcraft Pictures |
| |
| | #23 (permalink) |
| Tech Support Join Date: Mar 2005
Posts: 4,944
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |