Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / November 2006

Tip: Looking for answers? Try searching our database.

trap keypress and keydown event in asp.net mobile form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jaspal singh - 24 Nov 2006 10:27 GMT
How can i trap the KayPress and Keydown event using asp.net mobile form.
for example
<script language="javascript" for="window" event="onload()">
document.getElementById("TEST").focus();
function keypress(e)
{
alert(window.event.keycode)
}

function keydown(e)
{
alert(window.event.keycode)
}
document.onkeypress = keypress
document.onkeydown=keydown
</script>

the above code is working fine on IE6.0 but not working on pocket IE 2.0

Thanks
Jasapl Singh
Jay - 27 Nov 2006 06:17 GMT
I think some Pocket PC won't work this options. Can you please try with
latest one.

> How can i trap the KayPress and Keydown event using asp.net mobile form.
> for example
[quoted text clipped - 17 lines]
> Thanks
> Jasapl Singh

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.