This topic is locked

Navigate to second list page

9/25/2023 10:54:33 AM
PHPRunner General questions
author

I created a second list page because I wanted to use it in a slightly different way from the original list page.
img alt
Now how do I navigate to it?
I tried window.location.href = "travel_list1.php?parameters"; but the page cant be found.
Any help will be much appreciated

mbintex 9/25/2023

parameter is page
modul_list.php?page=list1

502098 9/25/2023

Perfect. Thank you