This topic is locked

Open URL on same page but below my comboboxes

9/1/2023 11:56:26 AM
PHPRunner General questions
A
asawyer13 authorDevClub member

I want to have a page with 2 comboboxes on it.
I will save the selected values in a session variable.
There is a button just below the that I need to have open a url below that button on the same page. The url will use the session variables to show the data the way I want.

So basicallycombobox1 combobox2

Button## Open the url here which uses the session variablesIn my case the url is internal just another page in my app, but it's php code, not phprunner code
Thanks
Alan

Sergey Kornilov admin 9/1/2023

I'm kind of missing the question here.

A
asawyer13 authorDevClub member 9/1/2023

Sorry for not being clear. I want to understand how I can open the url just below the 2 comboboxexes. Would it be a View As?
Probably just not describing it properly.
Alan

S
salus2 9/3/2023

Sound like you'd like to calculate dynamic URLs that open parameterized PHP-related end points?