SAVEITEM
(Copy URL in PhpBB Forum Format - Info)From iMacros
SAVEITEM has two uses:
1. As regular command:
SAVEITEM saves the document that is currently displayed in the web browser, for example a PDF file.
2. When used with a TAG command, it saves the element that is marked by the TAG command. It copies the element from the browser cache. So the element (typically a picture) is not loaded again.
Contents |
Syntax
SAVEITEM
2.
Used with the TAG command to select the element (image).
TAG POS=1 TYPE=INPUT:IMAGE FORM=NAME:frmImpact2 ATTR=ID:mapimg CONTENT=EVENT:SAVEITEM
TAG POS=1 TYPE=IMG ATTR=HREF:http://*.jpg CONTENT=EVENT:SAVEITEM
Parameters
None
Examples
1. As regular command: Demo-SavePDF 2. Used with (picture) elements: Demo-ImageDownload
