Automatically Redirect Dynamic Title Page in New Tab

How to automatically open a dynamic item page in new tab, on click of an item in a repeater?

Hi there,

You can do that by using a clickable component’s link and target properties.

$w('#repeater').onItemReady(($item, data) => {
    $item('#openPage').link = data.link;
    $item('#openPage').target = '_blank';
})

Hope this helps~!
Ahmad

Hello Mr Ahmad Sir,

twobigha - (this is the wesite can you check) put (.com) at last

This is the demo website I was talking about
Can you visit the website please and check it. On the menu option there are
Home , Rent, Sale, About
Sale is the dynamic page. Can you check it and give me some suggestions about opening the dynamic title page in new tab automatically, after clicking on any property.
Thank You

@andresbrahma09 The only linkable element you have on that repeater is the image, I suggest that you use it to let the link open in you tab.

It’s very simple, and takes only a minute, if you’re still not able to implement it please contact me using the contact details on my profile and I’ll do it for you, for free of course.

Okay Ahmad Sir I will contact you. I have sent you an email to you sir.

@andresbrahma09 Problem solved and the changes are published.

@ahmadnasriya
Thank You Ahmad Sir for your help again.
Anybody who has any problem regarding coding and all can contact @ahmadnasriya Sir and their team. Very humble and co operative peoples. I am satisfied.
I give them :star::star::star::star::star:

Hi, @ahmadnasriya
I have a site with dynamic content, I need that when clicking on the links on this page, the content opens in a new tab. (link in mail box)
I tried to do everything myself but didn’t understand the syntax.
Also on this page there is a filter with a code, but when you go it gets lost, is it possible to exclude this?

Hi Yura,

Please follow up my answer above, it’ll allow you to open them in new tab.

Thank you @andresbrahma09 for the kind words, much appreciated :blush: