code-sample.com
Pages
(Move to ...)
About me
WCF
MVC 3.0
SQL
ASP.Net
AJAX
jQuery
C# .Net
ADO.NET
Share Point
Silverlight
HTML5
JavaScript
Interview Questions
WPF
XML
Object-Oriented Programming Concepts
LINQ
▼
Wednesday, January 25, 2012
First Application Using JavaScript
Script code:
<script language=
"javascript"
>
function
displayDateTime()
{
alert(
Date
());
}
</script>
Html code:
<button type=
"button"
onclick=
"displayDateTime()"
>DisplayDateTime</button>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment