Andy
Well-known member
- Joined
- Aug 29, 2021
- Messages
- 146
Offline
- Thread Author
- #41
Looks like there's a space in top one all was working here when I postedfor me this not work <button class="button" onclick="window.location.href('https://www.tvguide.co.uk', '_blank');">GUIDE1</button>
but this work <button class="button" onclick="window.open('https://www.tvguide.co.uk/', '_blank');">GUIDE1</button>
Definitely some mistakes with
onclick="window.location.href and onclick="window.open