Getting buttons working
- Use
onclick
with a function.(lower case) - define a function within the script tags:
function funcName() { ... }
- Call the function using:
funName()
The effect to use might be like W3 Schools Curtain Menu
onclick
with a function.(lower case)function funcName() { ... }
funName()
The effect to use might be like W3 Schools Curtain Menu