Francois wrote:
> Now, a naive question, but anyway: if I use the facets to change the
> selection, the page is relatively quickly made. It takes much longer
> if I called the page again with the url and pass the parameter to
> modify the facets selections. I suppose it's because the page is made
> again from nothing on each call. Would it be possible to load the page
> on the first url and to have the same mecanism that is used in the
> facet selection with the second or third url ?
>
You can, by encoding the selection with # instead of ?.
http://foo.com/my-example.html#facetX_choiceA
rather than
http://foo.com/my-example.html?facetX=choiceA
To the browser, pages with different things after ? are considered
different, whereas pages with different things after # are considered
the same.
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---