Hi ,thanks for using designer button plugin.
I will check and fix asap.
Regards,
Prali
I’m having the same issue. Tried to put Javascript in the Advanced Link Section, but it just refreshes the page when clicked. I noticed in Firebug it’s throwing an error saying “invalid character”.
I think what it’s doing is changing the quotes to curly tick marks. Should be ‘ but changes to ’ when you save it. Same thing happens to double quote marks. I put in ” but it changes to ” when you save it. Any way to fix that?
Hi,
If possible please give me the website link. So i can check the issue.
Regards,
PRALI
Hello,
I am trying to create a scape button too that redirects to weather.com and cleans the browser. But the code I am adding in the advance link section is not working. This is the code:
window.open(“http://weather.com”, “_newtab”); window.location.replace(‘http://google.com’);
Could you please advice?
thanks
Sadly, I was not able to make this work. I finally linked to an external html page that performed the redirect. I never got the browser clearing to work.
Hi,
Thanks for using designer button plugin.
You need to add javascript: before your code.
Ex: javascript:pageTracker._trackPageview (‘example’)
Ex: javascript:window.open(“http://weather.com”, “_newtab”);window.location.replace(‘http://google.com’);
If any issues please let me know.
Regards,
PRALI