How do you call script code in javascript without using onclick?

Answer:
function blahblah () {
//do something
}
blahblah();
Contributor: Bryan
First answer by Expergefacio. Last edit by Bryan Shepard. Contributor trust: 114 [recommend contributor recommended]. Question popularity: 1 [recommend question].