Alright... after tinkering around with the ebuddy code I've figured out a few things. For starters, making a "msn.php" page and inputing the following code:
connects you and logs you into msn via their server. Now there's an old Joomla! module that does this directly on the site.. I can't figure out how to do it on Dolphin.PHP Code:<div class='emsn_window'><form target='msn' id=emsn_form action='http://oklahoma.ebuddy.com/vm06429/login.jsp' method='POST'>
<input type='hidden' name='password' id='emsn_password'>
<table border='0' class='emsn_table'>
<tr><td colspan='2' class='emsn_td'>Passport:</td></tr><tr><td colspan='2'><input type='text' name='passport' value='@hotmail.com'></td></tr>
<tr><td colspan='2' class='emsn_td'>Password:</td></tr><tr><td colspan='2'><input type='password' name='p' id='emsn_p' value=''></td></tr>
<tr><td colspan='2' class='emsn_td'>Initial Status:</td></tr><tr><td colspan='2'><select name='initial'>
<option value='NLN' selected>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 class='emsn_td'>Secure Login</td><td width='10'><input id='secure' onclick='clickSecure()' type='checkbox' value='1'></td></tr>
<tr><td colspan=2 align='right'><input onclick='processSubmit()' type='submit' value='Login' id='emsn_login'></td></tr>
</table></form>
The above msn.php page can be easily added to the topmenuitems in menu_design.php and work no problem. I'd just like this to be a module on the main page of the site without opening a new window.
Thoughts ladies and gents?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks