This topic is locked
[SOLVED]

which code..

6/8/2021 9:31:48 AM
PHPRunner General questions
I
I author

On a page I placed "custom button". With this button I want to load another page.
Does this come with a custom button?
Which code do I need ? Thanks in advance

HJB 6/8/2021

Inserting a button redirecting to another page

Example 4. To make a button redirect to another page, add the following code to the Client Before event or Client After event:

location.href="https://cnn.com";
I
I author 6/10/2021

thanks for the useful code !