Hi,
I've wrote this:
Html:
JS:PHP Code:<select>
<option value="black" onclick="updatec()">Black</option>
</select>
What's wrong in what I've written?PHP Code:function updatec() {
alert(this.getPropertyValue());
}
I want it to open a pop up that says black, like the value of this option.



Reply With Quote
Bookmarks