return to homepage

Scripts: Javascript

Confirm Messages

This is a confrim message that give the user the option to do something (e.g. navigate to another page) or cancel and remain where they are.

This is an Confirm Message...

<A HREF="javascript:if(confirm('Do you want to generate an alert message?')) alert('You pressed OK!');">This is an Confirm Message...</A>

Tip: to create a line break in a message window, insert \n. e.g...