Linking to something in a Virtual Page?
1) Script Title: Virtual Pagination
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pagination.htm
3) Describe problem: I want to be able to "Bookmark" or "Link to an Anchor" within a Virtual Page. Can this be done? Say I have something on page 3 of 10 that I want to be able to link to from another part of my site...can I do it? How?
Thanks
problems using flash buttons
I've tried to use this method: <a href="some_page.htm?page=2">Goto Virtual Pagination Page, page 3</a> in a flash button, with the following code:
Code:
on (release) { getURL("some_page.htm?page=2");}
But it doesn't work, I don't know why 'cause it works fine trough html.
Thanks in advance