Hi,
To be able to capture pages with resource store, those pages must be
server-generated.  It would not work if your scenario is using JavaScript to
manipulate the DOM to create a "new" page.  Once you have a
server-generated, it must be referenced by an unique URL in order for it to
be captured.You can probably generate a different page using query string ie
these two are different pages http://www.foo.com/index.php?page1 and
http://www.foo.com/index.php?page2.

Austin

On Sat, Jan 17, 2009 at 2:47 AM, sankar <[email protected]> wrote:

>
> Hi,
>
> I want to use the gears concept for more that one web page.
>
> Suppose, i have a dropdownlist, when the user selects a value from the
> dropdownlist i will generate a page which i want to capture.
>
> So, when one user first selects one page in the browser, that will be
> captures.
> Now, The same user wants to capture another page, by selecting another
> item from the drop downlist.
> So i have to capture these two pages at a time.
>
> and the user have to be able to work on both the pages offline.
>
> Is it possible with gears?
> If yes, Let me know how to achieve this.
>
> Thanks in Advance.
>

Reply via email to