hey, im new to javascript, i just wanted to put an alert on my page that it's under construction, but i can't remember the code ??
is it something like
VB Code:
script.alert("whatever?")
Printable View
hey, im new to javascript, i just wanted to put an alert on my page that it's under construction, but i can't remember the code ??
is it something like
VB Code:
script.alert("whatever?")
alert('mendhak');
Thanks :)