Hi Vinish — I have Page 1 as Static HTML with text and one image. I would like to launch Page 2 with the click of the image in Page 1. Is this possible? Thank you in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hi Emma, You need to create a dynamic action on that image or on the static region and choose the event type as Click and the Action as Execute JavaScript code.
Then you can open Oracle Apex page from the JavaScript code as shown in the below example:
The above JS code will open page 2 in a new tab.