|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can i disable the events like OnClick in a document? Please Help
|
|
#2
|
|||
|
|||
|
Depends on the browser, and what exactly you are trying to prevent.
|
|
#3
|
|||
|
|||
|
If you are trying to have a page that has no active links...
<body onClick="return false;"> will work for Internet Explorer, but you will have to put onClick="return false;" in all of the links for Netscape. |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Disabling an Click Event in a Document |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|