I have a php page which runs a mySQL query. It then forwards the results to another php page with a target div. the target div is controlled by a javacript which pickup the option selected.
The query displays the php in the div beautifully but after introduciing a pagination script, the following pages such as pages 2,3,4 for the pagination open in a new window
is there a way of redirecting an <a> back to the source div?
The query displays the php in the div beautifully but after introduciing a pagination script, the following pages such as pages 2,3,4 for the pagination open in a new window
is there a way of redirecting an <a> back to the source div?