https:// indicates a secure site...
perhaps altBrowser could make this work.
I am having a problem with downloading from a particular type of URL using Rev. It is a PDF document from the European Patent Office. One example of this type of URL is the following:
https://publications.european-patent-office.org/PublicationServer/documentpdf.jsp?iDocId=228969&sDummyParam=.pdf
I have been trying a script like the following:
------------
put "https://publications.european-patent-office.org/PublicationServer/documentpdf.jsp?iDocId=228969&sDummyParam=.pdf" into theURL
put URL theURL into URL ("binfile:epoPatent.pdf")
---------
This gets nowhere. If I substitute "revgoURL theUrl" for the last line, it opens my browser (Netscape 7.0) and displays the PDF without any problem!
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
