hi,
below is my code
[code=html]
<html>
<body>
<div>
//HTML goes here with events like onclick,onchang e
</div>[/code]
at run time i have to disable all the events for the tags which are inside the DIV tag.
i dont want to get all the code which is inside <div> tag to be in loop and
disabling of events one by one.
plz help me
thnks
below is my code
[code=html]
<html>
<body>
<div>
//HTML goes here with events like onclick,onchang e
</div>[/code]
at run time i have to disable all the events for the tags which are inside the DIV tag.
i dont want to get all the code which is inside <div> tag to be in loop and
disabling of events one by one.
plz help me
thnks
Comment