Hi folks,
Let's say that I wanted to link to a specific point in a data driven page. For example, my link looks like....
<a href=\"$PHP_SELF?pid=$pid&form=browse#$p->id\">$p->id</a>
Now, I put in the #$p-id to get me to a specific point within a page, that in this case is towards the bottom.
I know this is kind of basic, but I thought someone might have tried this.
By the way, when I switch forms, I am including a new page inside of my page.
Thanks,
Tim