Tags Sensibility
Tags Recognition Mode
Dynamic sites often offer different, database-pulled content on a page depending on the input parameters. For example, the page "showcategory.asp?category=A" might display the contents of the category A, whereas "showcategory.asp?category=B" might display the contents of category B. Use the Aggresive Mode option to save different versions of a page depending on the GET parameters.
Basic Mode
Retrieves a page only once, regardless of the parameters appended in the GET string of its link.
- Aggresive Mode (Recommended)
Default. Retrieves a page each time it is called, saving a different instance each time.
- HTML Tags
You can select the tags WebCloner should parse for links to other files
Example: <IMG SRC= "bk.gif">
The "bk.gif" file will only be retrieved when the IMG tag is selected.
Extra HTML Tags
- CSS
Select this to allow WebCloner to parse the CSS attributes of the HTML tags.
- Example: <TD style="background-image: url(bk.gif)">
The "bk.gif" file will only be retrieved when the CSS tag is selected.
- JavaScript
Select this to allow WebCloner to parse the JavaScript tags.
The CSS and Javascript options above offer more accurate results, but may decrease WebCloner's overall performance.
|