home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 July / Disc 1 / PCU0703CD1.iso / software / online / files / imacros.exe / DEMO-PRINT.IIM < prev    next >
Encoding:
Text File  |  2002-08-08  |  689 b   |  19 lines

  1. VERSION BUILD=303806   
  2. 'Demonstrate IIM printing feature  
  3. URL GOTO=http://www.iopus.com/iim/demo/print.htm        
  4. TAG POS=1 TYPE=A ATTR=HREF:http://www.iopus.com/iim/demo/print-warning.htm   
  5. WAIT SECONDS=10     
  6. TAG POS=1 TYPE=FONT ATTR=HREF:http://www.iopus.com/iim/demo/print.htm 
  7. 'print browser page  
  8. PRINT      
  9. 'Disable PDF file downloading for this macro 
  10. 'Define new list of download extensions WITHOUT "pdf" extension 
  11. 'so the Downloader is NOT triggered
  12. SET !DEXT exe*zip
  13. 'print PDF file (if Acrobat is installed)
  14. TAG POS=1 TYPE=A ATTR=TXT:PDF<SP>Document   
  15. ONPOPUP BUTTON=OK
  16. PRINT   
  17. WAIT SECONDS=3
  18. URL GOTO=http://www.iopus.com/iim/messages/done.htm    
  19.