home *** CD-ROM | disk | FTP | other *** search
- VERSION BUILD=303806
- 'Demonstrate IIM printing feature
- URL GOTO=http://www.iopus.com/iim/demo/print.htm
- TAG POS=1 TYPE=A ATTR=HREF:http://www.iopus.com/iim/demo/print-warning.htm
- WAIT SECONDS=10
- TAG POS=1 TYPE=FONT ATTR=HREF:http://www.iopus.com/iim/demo/print.htm
- 'print browser page
- PRINT
- 'Disable PDF file downloading for this macro
- 'Define new list of download extensions WITHOUT "pdf" extension
- 'so the Downloader is NOT triggered
- SET !DEXT exe*zip
- 'print PDF file (if Acrobat is installed)
- TAG POS=1 TYPE=A ATTR=TXT:PDF<SP>Document
- ONPOPUP BUTTON=OK
- PRINT
- WAIT SECONDS=3
- URL GOTO=http://www.iopus.com/iim/messages/done.htm
-