Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I'd like to know how I can access the value of an ID. I tried to use this.id but it doesn't work. I want to use this value as an argument for a Javascript function.
Here is my HTML code:
<DIV ID="SubjectHeader" STYLE="visibility:hidden;">
<script>
subtest(this.ID) ??? how can I put the value of ID ???
</script>
blalbla text description
</DIV>
I'd like to know how I can access the value of an ID. I tried to use this.id but it doesn't work. I want to use this value as an argument for a Javascript function.
Here is my HTML code:
<DIV ID="SubjectHeader" STYLE="visibility:hidden;">
<script>
subtest(this.ID) ??? how can I put the value of ID ???
</script>
blalbla text description
</DIV>