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
Post a Comment