- Messages
- 5,609
- Reaction score
- 250
- Points
- 63
I'm gonna start from scratch, because all I've gotten is errors so far
Example html:
Ok, with this I want to resize the div using the onclick event. That's it. Why can't I do this?
Example html:
Code:
<html>
<body>
<div name="d">Test</div>
<button onclick="resize_div()">Button</button>
</body>