Open a web page when clicking on logo

Hello , 3D animator but Newbie here on playvcanvas, and very limited experience in coding.
I have a scene created, would like to have a page open when clicking on a logo, but its proven a bit challenging. Could somebody help me ?
Thank you

https://playcanvas.com/project/452267/overview/escena-stand-y-logos

At the moment, you have the sign set to pulse after being clicked (see your picker_framebuffer.js script). You just need to change that to open a URL which you can do easily in Javascript: https://developer.mozilla.org/en-US/docs/Web/API/Window/open

Thank you steven its helpful, thank you. However Im not quite there yet. There are syntax differences between jacvascript and playcanvas that Im trying to figure out to adapt

There shouldn’t be any syntax difference as PlayCanvas is Javascript. Are you referring to the PlayCanvas API/code base?