Good question... I dunno what is the answer to your question. I'll do some research in Google and get back to you if I bump into an answer. You should email the people at iContact as they probably could give you an answer..
<form action="search/search.asp" method="POST">.
<tr>.
<td height="8" colspan="2" valign="top" class="smlmyBody">.
<div align="center"><img src="images/spacer.gif" width="139" height="8"></div></td>.
</tr>.
<tr>.
<td width="231" height="30" align="right" valign="middle" class="smlmyBody">.
<div align="left"><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">Search.
Bcl knowledge management drive:</font></div></td>.
<td align="right"><input name="wkeywords2" type="text" class="myBody" size="15">.
<input type="submit" name="SubmitHome" value="Go" class="myBody"></td>.
</tr>.
<tr>.
<td height="8" colspan="2" valign="top" class="smlmyBody">.
<div align="center"><img src="images/spacer.gif" width="139" height="8"></div></td>.
</tr>.
<tr bgcolor="00A6E5">.
<td height="12" colspan="2" valign="top" class="smlmyBody"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>Search.
Tools</strong></font></td>.
</tr>.
<tr>.
<td height="8" colspan="2" valign="top" bgcolor="#FFFFFF" class="smlmyBody"><img src="images/spacer.gif" width="139" height="8"><img src="images/spacer.gif" width="139" height="8"></td>.
</tr>.
</form>.
<form action="http://www.google.com/search" method="GET">.
<tr>.
<td align="left" valign="middle" class="smlmyBody"><div align="left"><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">Search.
Google.com </font> </div></td>.
<td align="right" valign="top"><input name="q" type="text" class="myBody" size="15">.
<input type="submit" name="GoogleSearch2" value="Go" class="myBody"></td>.
</tr>.
</form>.
<form action="http://www.overture.com/d/search/" method="GET">.
<tr>.
<td align="left" valign="middle" class="smlmyBody">.
<div align="left"><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">Search.
Overture.com </font></div></td>.
<td align="right" valign="bottom"><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">.
<input name="Keywords" type="text" class="myBody" size="15">.
</font> <input type="submit" name="GoogleSearch" value="Go" class="myBody">.
</tr>.
</form>.
<form action="http://www.altavista.com/web/results" method="GET">.
<tr>.
<td align="right" valign="middle" class="smlmyBody">.
<div align="left"><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">Search.
Altavista.com </font></div></td>.
<td align="right" valign="bottom"><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">.
<input name="qkw" type="text" class="myBody" size="15">.
</font> <input type="submit" name="GoogleSearch" value="Go" class="myBody">.
</td>.
</tr>.
</form>.
Ok google and overture work now but astalavista still just comes up with the page and dogpile does not work. <form action="ttp://www.dogpile.com/info.dogpl/search/redir.htm" method="GET">.
<tr>.
<td align="right" valign="middle" class="smlmyBody"><div align="left"><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">Search.
Dogpile.com </font></div></td>.
<td align="right" valign="bottom"><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">.
<input name="Keywords23" type="text" class="myBody" size="15">.
</font> <input type="submit" name="GoogleSearch33" value="Go" class="myBody"></td>.
</tr></form>..
Only the dogpile URL does not work now..
Thanks for help btw!..
IS there anyway to make a autologin script for a site, We have 2 sites we use but people have to login into them, ANy way of making a button which would auto log them into this iContact site from our intranet site?..
Log in, how? Does it use htaccess password protection, i.e. a login prompt that your browser pops up when visiting, or just a regular HTML page with the login box? Either way, could you give us a link please.....
I just get error on page and nothing happens, I know the mad.co.uk won't work as it's the wrong url..
Any ideas?.
<td><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">brandrepublic.com</font></td>.
<td width="29%"><form action="http://www.brandrepublic.com/_common/_login/login.cfm" method="POST" style="display: none;" name="autologin">.
<input type="hidden" name="username" value="monique_???">.
<input type="hidden" name="password" value="??????">.
</form>.
<font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">.
<input name="button" type="button" onClick="document.forms['autologin'].submit();" value="Auto login">.
</font></td>.
</tr>.
<tr>.
<td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">mad.co.uk</font></td>.
<td><form action="http://www.mad.co.uk/_common/_login/login.cfm" method="POST" style="display: none;" name="autologin">.
<input type="hidden" name="username" value="ianbilling??n">.
<input type="hidden" name="password" value="??????">.
</form>.
<input name="button2" type="button" onClick="document.forms['autologin'].submit();" value="Auto login"></td>..
You must give all autologin forms different names, e.g. autologin, autologin2, autologin3, etc.....
The mad.co.uk just takes me to brandrepublic.
Also I just get unnkown user page not found when I try auto login..
Sorry..
What's the code you currently have? Did you remember to change the name of the form in the JavaScript part too,.
? You have the same form action for mad.co.uk, after a little lurking at their page source, I think it should be.
Http://www.mad.co.uk/users/login.aspx...
Http://www.brandrepublic.com/_common...ge=unknownUser.
ANd mad button just takes me to the mad login page..
THis is the code I am useing now :.
<form action="http://www.brandrepublic.com/_common/_login/login.cfm" method="POST" style="display: none;" name="autologin">.
<input type="hidden" name="username" value="????">.
<input type="hidden" name="password" value="??????">.
</form>.
<font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">.
<input name="button" type="button" onClick="document.forms['autologin'].submit();" value="Auto login">.
</font></td>.
</tr>.
<tr>.
<td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">mad.co.uk</font></td>.
<td></form>.
<form action="http://www.mad.co.uk/users/login.aspx" method="POST" style="display: none;" name="autologin1">.
<input type="hidden" name="username" value="?????????">.
<input type="hidden" name="password" value="?????">.
</form>.
<input name="button2" type="button" onClick="document.forms['autologin1'].submit();" value="Auto login"></td>..
Hmm....
Maybe it doesn't like display:none. Does it work with.
? Also, I'd suggest that you edit your previous post and remove the password from the password fields - you never know what villains lurk around here looking for usernames and passwords...
This is right?<.
Td width="29%"><form action="http://www.brandrepublic.com/_common/_login/login.cfm" method="POST" style="display: inline; visibility: hidden;" name="autologin">.
<input type="hidden" name="username" value="?????????">.
<input type="hidden" name="password" value="??????????">.
</form>.
<font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif">.
<input name="button" type="button" onClick="document.forms['autologin'].submit();" value="Auto login">..
Hmm, try adding.
Right after the username and password inputs...
Ok, besides successurl, try adding failureurl:.
It might take you to the home page now if the login keeps failing. Also, although I'm probably the one doing something wrong, is the username and password correct?.
For the mad.co.uk login, try adding..
Try changing the form method from.
Post.
To.
Get.
..
But chances are they are restricting form submittals from outside the domain..
.....Willy..
Might be, yes. Changing it to GET shouldn't help as the forms I examined used POST...

