You need to do an HTTP POST call. Have a look here: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=http-post.r
Luca > Hello, > > I have a download page with a button inside a grid. > > > > The start of the grid is: > > > > <p><hr><p><form action="http://mydownloads.com" method="post"><input > type="hidden" name="uri" value="/files/programming/myfiles1284.zip"><table > border="4" cellspacing="0" cellpadding="5"> > > > > The source line of the button is the following: > > > > <tr><td><b>To start your download:</td><td align="center"><td > align="center"><input type="submit" name="dl.start" value="OK"></td></tr> > > > > After pressing the button I receive another page with the > correct link inside. > > > > How could automate the pressing of the button and the > downloading of the subsequent page ? I am able to download the main page > but I admin I do not know nothing about the remaining part of the process. > > > > Giuseppe Chillemi -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
