Hi this is ScorpionZ
can anyone have an idea like
I have a div box with its 'id' and an Text area
When i click on my Div box I get this the ID through Javascript and Print it on Text area
Here is a little piece of code
<html>
<head>
<script type="text/javascript">
</script>
</head>
<body>
<div id="mydiv" onclick="" style='border-width:1px;border-color:#C0C0C0;border-style: solid;background-color:#C0C0C0;>
</div>
<textarea> </textarea>
<body>
</html>
Here above is the little Code
Any Response will be highly appreciated with great Interest
Thanks and Regards
ScorpionZ