| |
|
Many users have asked if there is a way to bypass the opening
'webmail' screen with the icons for NeoMail and Horde, and
go directly to the Horde signon screen. The Head Guru came
up with the following Javascript, which I have tweaked and
pared down a bit. Enjoy!
- View a working sample
of the Javascript
- Download the Horde Javascript
code
There is only one thing to edit in the source code -- inserting
your domain name! I have extracted and highllighted the
line of code from the script that needs editing below:
. . .
<h1><b>WebMail Login</b></h1>
<input type="hidden" value=""
name="server" maxlength="30" size="15">
</font></td></tr>
. . .
|