Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 30, 2003 02:46 PM by shaji
Participant
940 Points
196 Posts
Aug 30, 2003 01:35 PM|LINK
Contributor
7101 Points
1412 Posts
Aug 30, 2003 02:46 PM|LINK
<script language="javascript"> function FunctionKeyPress() { if (event.keyCode == 113) { window.open('help.html','','height=400,width=200'); } } </script>
mrp123
Participant
940 Points
196 Posts
Functional Key on a Text Box
Aug 30, 2003 01:35 PM|LINK
vPras©
Shaji
Contributor
7101 Points
1412 Posts
Re: Functional Key on a Text Box
Aug 30, 2003 02:46 PM|LINK
<script language="javascript"> function FunctionKeyPress() { if (event.keyCode == 113) { window.open('help.html','','height=400,width=200'); } } </script>Have a look @ : Create a Popup Calendar for ASP.NET Web Forms