Jump to content

help me with checking mails from my homepage


fearless

Recommended Posts

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.

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.