fearless Posted June 22, 2007 Share Posted June 22, 2007 Hello ppl... I want to attach my home page with my hosting's service provided page to check mails.... the provided page is : http://h6709.serverkompetenz.net/user/index.php i want to loginto mail account using my own home page.... how to connect my page with this provided page of hosting service. Thanks. Quote Link to comment Share on other sites More sharing options...
techiefreak05 Posted June 22, 2007 Share Posted June 22, 2007 tru putting the form of that page on your page. like this. I took the code right from that site, but you can change it, just DONT change the form names and input stuff! ************** <TABLE border=0 cellPadding=2 cellSpacing=2 align="center" width="100%"> <FORM name="loginform" action="http://h6709.serverkompetenz.net/user/login.php" method="POST" target="_top"> <TR> <TD width="20%" align="right">Login:</TD> <TD width="80%"><INPUT type="text" name="username" value=""style="width: 50%"></TD> </TR> <TR> <TD width="20%" align="right">Password:</TD> <TD width="80%"><INPUT type="password" name="password" style="width: 50%" maxlength="12"></TD> </TR> <TR> <TD colspan="2" align="right"><table class="StdButton" border="0" cellspacing="0" cellpadding="0"> <tr > <td ><input type=image border=0 src="http://h6709.serverkompetenz.net/user//skins/skin_1/pics/buttons/bt_img_left.gif" onclick="javascript:document.forms['loginform'].submit(); return false"></td> <td background="/skins/skin_1/pics/buttons/bt_img_middle.jpg"><a href="#" onclick="javascript:document.forms['loginform'].submit(); return false" class="button-1">Log in</a></td> <td ><input type=image border=0 src="http://h6709.serverkompetenz.net/user//skins/skin_1/pics/buttons/bt_changepass.gif" onclick="javascript:document.forms['loginform'].submit(); return false"></td> </tr> </table></TD> </TR> </FORM> </TABLE> Quote Link to comment Share on other sites More sharing options...
fearless Posted June 25, 2007 Author Share Posted June 25, 2007 This didnt work.I have tried many times. anyone else can help me out plz ??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.