I dont know if this question should be i Javascript forum insted.
I have this code in that works great with javascript.
When i click on help the i send the id menuid4 to the Change_menu function in javascript.
Now I'm trying to use vbscript insted of Javascript.
I tried to change it to something like this but it didn't work.
The error that I get is object..'this'
I have this code in that works great with javascript.
When i click on help the i send the id menuid4 to the Change_menu function in javascript.
Code:
<li id="menuid4" onclick="Change_menu(this.id);">Help</li>
Now I'm trying to use vbscript insted of Javascript.
I tried to change it to something like this but it didn't work.
Code:
onclick="vbscript: Skifta_Meny(this.id)
The error that I get is object..'this'