But on a new (Joomla) site, I would like it to be within
the pages own code. My try wont work (snip #2)
Whats my error?
/Joachim
--
#1
<HTML>
<HEAD>
<link rel="stylesheet"
href="http://www.sfg.se/leftmenu.css"
type="text/css">
<BASE TARGET="_top">
<TITLE>sfg.se Webmail login</TITLE>
</HEAD>
<BODY>
<FORM method=post enctype="multipart/form-data">
<TABLE ALIGN="center" WIDTH="95" border="0"
CELLSPACING=1
summary="Webmail login">
<TR>
<TD class=gul>
<B>Webmail</B><p>
Namn:<br>
<input name="Username" type=text size=12 maxlength=25><br>
Kod:<br>
<input name="Password" type=password size=12
maxlength=25><br><br>
<input name="login" type=submit value="Login">
</TD>
</TR>
</TABLE>
<br>
</FORM>
</BODY>
</HTML>
---
#2
<div class="moduletable">
<h3>Webbmail </h3>
<form action="http://81.170.206.220:8100" method="post"
name="loginForm" >
<table width="100%" border="0" cellspacing="0"
cellpadding="0" align="center">
<tr> <td>
<div class="loginelement"><label
for="mod_login_username">Användarnamn</label><br />
<input name="Username" id="mod_login_username" type="text"
class="inputbox" alt="username" size="10" maxlength="25"
/><br /></div><div class="loginelement"><label
for="mod_login_password">Lösenord</label><br /><input
type="Password" id="mod_login_password" name="passwd"
class="inputbox" size="10" maxlength="25" alt="password"
/><br /></div><input type="submit" name="Submit"
class="button" value="Logga in webbmail"
/></td></tr></table</form></div>
__________________________
Joachim Schmidt
Sollentuna Fria Gymnasium
Turebergsv. 11B
191 47 SOLLENTUNA
08 594 96 654
070 755 39 73
#############################################################
This message is sent to you because you are subscribed to
the mailing list <CGat...@mail.stalker.com>.
To unsubscribe, E-mail to: <CGateP...@mail.stalker.com>
To switch to the DIGEST mode, E-mail to <CGatePr...@mail.stalker.com>
To switch to the INDEX mode, E-mail to <CGatePr...@mail.stalker.com>
Send administrative queries to <CGatePro...@mail.stalker.com>