> My look-through the archives proved to me I don't know how to frame the
> query, so here goes...

It has come up... but the archives are a little lacking... or should I say,
a little difficult to use.

> Is it possible to call the login script from src/login.php from the
> index page on my site? I'de like to have just the form text field,
> password field and submit button on the page.


Sure... do something like this:

<form method="post" action="http://domain/squirrelmail/src/redirect.php";>
Username: <input type="text" name="login_username"> <br>
Password: <input type="password" name="secretkey"> <br>
<input type="submit" value="Login">
</form>

Change the action="" in the form part to be the path to the redirect.php
file... and away you go... that should cover you just fine.  Of course, you
can adjust the layout and what not, but the field names must stay the same,
and it should point to src/redirect.php.

-- 
Jonathan Angliss



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to