HTML file that opens a link in a browser -



HTML file that opens a link in a browser -

is there way html file or other format when clicked, open default browser , navigate specified http:// web page, not local file:// ?

<script> location.href = 'www.someurl.com' </script>

just create html file contains above. when click redirected.

html browser hyperlink

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -