Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: read/custom

From: jrdrp:blueyonder at: 3-Nov-2001 10:34

Sterling, URL looks like it's using Post - here is the relevant html code from web page:- <div align="center"> <form action="/cgi-bin/protect.pl" method="POST"> <table cellspacing="4" border="0" width="250" bgcolor="#CCCCFF"> <tr> <td width="40%"> <font size="2" face="Arial"><b>User name:</b></font> </td> <td width="60%"> <input type="text" name="login" size="20" maxlength="20"> </td> </tr> <tr> <td width="40%"> <font size="2" face="Arial"><b>Password:</b></font> </td> <td width="60%"> <input type="password" name="pass" size="20" maxlength="20"> </td> </tr> <tr> <td width="40%">&nbsp; </td> <td width="60%"> <input type="submit" value="Login" name="submit"> </td> </tr> </table> <div align="left"></div> <div align="left"></div> <div align="left"></div> </form> </div> I am just running rebol on standalone PC using W95 OSR accessing internet via standard dialup ISP service. Thanks John