Horje
How to create a link in Javascript

It will create  a clickable link but link will not show but Link will open.


How to create a Javascript Invisible Link

See the Example.
index.html
Example: JAVASCRIPT
<script>
function m1() {
window.open('https://google.com','_blank');
}    
</script>
<button onclick="m1()">Click to Link</button>

Output should be:

How to create a Javascript Invisible Link




javascript link

Type:
Develop
Category:
Web Tutorial
Sub Category:
Javascript Link Tutorial
Uploaded by:
Admin