![]() |
|
|
|
|
|||||||
| Javascript / Java Applets Are you a JavaScript guy? Do you need help with JavaScript? This is the place to talk about anything related to Java. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
I want to make a few inactive links in a website from my hosting. How is the way to add a link in my site and this link to not go anywhere? I try with "a" tag and "href" but whatever I write in "href" it constitutes an active link.
|
|
#2
|
|||
|
|||
|
You can assign JavaScript to href attribute of a hyperlink, and thus you can define a JavaScript objective function or a short script code directly.
For without Hyperlink: HTML Code:
<a href="javascript: //">click here - inactive Hyperlink</a> |
![]() |
| Tags |
| hosting, link, simulations, website |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|