Shoutbox

Could anyone give me the code - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Could anyone give me the code (/showthread.php?tid=45485)

Could anyone give me the code by Nathan on 05-29-2005 at 05:47 PM

Hiya All
Could anyone give me a code so that i could have web messenger built into a website. So u see it on a page, not in a different window. Any help would be grateful!!!


RE: Could anyone give me the code by user13774 on 05-29-2005 at 06:01 PM

MSN Webmessenger is not open source. Neither is wbmsn.net. There might be some open source webmessenger clients.... :google:


RE: Could anyone give me the code by M73A on 05-29-2005 at 06:31 PM

how about using iFrame to have the webmessenger page inside you webpage


RE: Could anyone give me the code by user13774 on 05-30-2005 at 10:54 AM

I think that is not possible (with MSN Webmessenger), because it automatically opens a new window after entering your username/password..


RE: Could anyone give me the code by M73A on 05-30-2005 at 11:15 AM

ermm. try this:

<html><head><title>eMessenger - Login</title><link rel='stylesheet' type='text/css' href='../templates/modern/modern.css'><script src='../js/login.js'></script>
</head><body>
<table border=0 cellpadding=0 cellspacing=0 height='100%' width='100%'>
<tr><td>
<table cellpadding=0 class="title" cellspacing=0 border=0 width='100%'>
<tr><td><img src='http://vcontent.e-messenger.net/images/pixel.gif' height='30' width=0></td><td>
<span class="title"><center>e-messenger login</center>
</span></td></tr></table>
<form onsubmit='processSubmit()' method="POST" action="http://harare.e-messenger.net//servlet/dologin">
<table width="100%" border=0>
<tr><td width="50%"></td><td valign="middle" align="center">
<a target="_blank" href="http://www.e-messenger.net">
<img src="http://vcontent.e-messenger.net/images/emessenger.gif" border=0></a></td>
<td width="50%"></td></tr>
<tr><td></td><td valign="middle" align="center"><br><br>
<div id="login">
<table width="100%">
<tr height=40><td width='100%'><strong>Passport:</strong></td>
<td><input id='emsn_passport' onblur='checkPassport()' class='input_login' size=20 type='text' name='passport' value='@hotmail.com'></td></tr>
<tr height=40><td><strong>Password:</strong></td><td><input class='input_login' width='100%' type='password' name='password' value=''></td></tr>
<tr height=40><td><strong>Initial Status:</strong></td><td>
<select class="input_box" name="initial" id="initial"><option value="NLN" >online</option><option value="AWY" >away</option><option value="BSY" >busy</option><option value="BRB" >be right back</option><option value="PHN" >on the phone</option><option value="LUN" >out to lunch</option><option value="HDN" >appear offline</option></select></td></tr>
<tr><td></td><td><input class='check_login' id='secure' onclick='clickSecure()' type='checkbox' value='1'>&nbsp;secure login (SSL)</td></tr>
<tr height=50><td>&nbsp</td><td>
<input class='button_login' type='submit' value='&nbsp;&nbsp;Login'></td></tr>
</table>
</div>
<div id="wait" style="display:none">
Wait a moment please...</div>
</td><td></td></tr>
</table>
</form>
</td></tr>
<tr><td height='100%' valign='bottom'>
</td></tr></table>
</body></html>

its the code from e-messenger seems to be ok, i've been testing it changing the code in dreamweaver so it can be hosted anywhere and not just e-messenger site because the buttons were /login so it would be http:yoursite/login or whatever...

I've put it onto my site. (yes i no its a crap site but it'll do...)

it works: check it out...

http://gminc.freewebpage.org/MSN_Web.htm