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

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

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -