I can't seem to use strings. This won't compile
}, url$); or {, url_Str);
The version I was supposed to show was }); that just opens a new tab. It does compile but just a blank page.
This code does work and will open the correct page, strange thing is the // shows as comments after the https: but compiles fine.
INLINE
EM_ASM({
window.open('https://www.glbasic.com', '_blank');
});
ENDINLINE
Hope this helps
}, url$); or {, url_Str);
The version I was supposed to show was }); that just opens a new tab. It does compile but just a blank page.
This code does work and will open the correct page, strange thing is the // shows as comments after the https: but compiles fine.
INLINE
EM_ASM({
window.open('https://www.glbasic.com', '_blank');
});
ENDINLINE
Hope this helps