I want some strip (or strip column or section) of my site to work like a link or button redirecting to another page.
I added onClick event to that element… and I don’t know what to add to Code panel. I’m not a programmer. So could somebody tell me what code I should place instead of
export function columnStrip1_click(event, $w) {
//Add your code for this event here:
}
Fortunatelly I found one more similar discussion here: JS on-click on element class . Using the sample from it and a little bit of shamanism I got code that now works well (at least at my site).
I’m trying to use “User input” ‘Switch’ to toggle between two websites… a very simple implementation.
There is going to be 2 different language websites (identical).
When user switch it on to ‘right’ it will redirect to English website and when it is turned off “left” it should go to the language website.
I’m not a coder but have done some basic implementations:
Can someone tell me what exactly I need to do… with code that I can use.
can anyone please tell me that how to redirect a button to another page, like just when we open someones website, there we get some clickable links or buttons to redirect to another page which shows some contents related to the first page…
same thing I want to do with my newly designed wix website but i got stuck in getting knowing of how to redirect a button to another page…please replyyy