> > > I use this form for clan members to search the westwood ladders for either their individual ranks or the clan ranks and when they hit search the result opens in a new window on ww ranks pages......
> > > (this is the one for the individual rank search)
> > > <code>
> > > <form method=POST action="http://games2.westwood.com/cgi-bin/ra2_ladder/carpenter" target="_blank">
> > > <input name="rung" maxlength=9 size=9 value="joint...."><br>
> > > <input type="image" border=0 src="http://www.bigoldoak.com/ssearch.gif" name="ssearch">
> > > </form>
> > > </code>
> > > coould you give me the form action to retrieve the same info from the XCL ladders for individuals and for clans?
> > Can't you guess the HTML code yourself?
> i tried, but to be honest i dont have a clue what to replace "http://games2.westwood.com/cgi-bin/ra2_ladder/carpenter" with.
That'd be http://xhp.xwis.net/xcl/
Code:
<table>
<form action="http://xhp.xwis.net/xcl/">
<input type=hidden name=lid value=ra2>
<tr>
<td>Player:
<td><input type=text name=pname size=9 maxlength=9>
<td><input type=submit value="Search">
</tr>
</form>
</table>
Olaf van der Spek

XCC Home Page