How to understand Level==, html.level

This is where users can share useful tutorials, tips, tricks and cool ideas with each other.
Post Reply
merc_slk
Posts: 17
Joined: Sat Jan 26, 2008 4:34 pm

How to understand Level==, html.level

Post by merc_slk »

I noticed you use a lot "Level" in your scripts but how to understand?

Let's take http://www.nancymeyer.com/lingerie/dept ... ept_id=500 as starting URL. So all the url ref downloaded on this site will be equal level 0 or 1??

On the new url we find other ref url and download again than those will be level 1 or 2???

With HTML.Level we can change the level? If we find a ref let's say on level 3 we can force it back to a desired level like 1 with the command addUrl.

My only problem is the first level. Is my starting URL = level 0 or are the downloaded ref URL on the starting site = level 0.

It would be great to have a little more information.

Jef
Post Reply