this is supposed to be simple i have two pages A and B what i want to do is add a button (a hyperlink or image will do) in page A that when clicked go to page B
how can i do that ?
thanks
If you don't want a button, simply use a html href to f?p=&APP_ID.:<your page number to link to>:&SESSION
.
<a href="f?p=&APP_ID.:2:&SESSION.">Go to page 2!</a>
takes you to your page number 2...