Hi people!!!

Why this little block do not work in Firefox?

<html>
	<body>
		<input type="button" value="teste" onclick="javascript:alert();" />
	</body>
</html>

Thanks for any help.

Best regards.

Because the Javascript gods are angry at you for reviving a 2 year old thread. On a more serious note, two things: 1) You're in onclick so you don't need javascript: , 2) You have to give something to alert() or it wont' do anything ( alert('Hello World!'); )

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.