You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try assigning the to normal button as in js then u might want to use document.queryselector() to convert it by letting it be button then use addEventListner() for redirecting to various web pages . It is there in the code yet they replace it with toast.show() . Hope this help :)
<script type="text/javascript"> let button= document.querySelector('a-button'); button.addEventListener('click',()=> { window.location.replace('index.html')}) </script>
How to make button to link to any webpages or urls?
The text was updated successfully, but these errors were encountered: