JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old January 10th, 2008, 02:39 AM
smilyswapna10 smilyswapna10 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 5 smilyswapna10 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 33 m 41 sec
Reputation Power: 0
Capture the f5 functionality in input type='file'

Hi All,

I want to change the f5 property to html tag(i.e., <input type='file'>) for I.E.7.0 version and above. but its not working.
Here the code is working in only in <input type='text'> but not working to <input type='file'>


<html>
<head>
<script>

document.onkeydown = function(){

if(window.event && window.event.keyCode == 116)
{
window.event.returnValue = false;
window.event.cancelBubble = true;
window.event.keyCode = 505;
}

if(window.event && window.event.keyCode == 505)
{ alert('F5 key was pressed');
return false;
}
}


</script>
</head>
<body >
<table>
<tr>
<td><input type='file' id='file1' name='file1' ></td>
</tr>
<tr>
<td><input type='text' id='text1' name='text1' ></td>
</tr>
</table>

</body>
</html>

Thanks,
swap.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJavaScript Development > Capture the f5 functionality in input type='file'


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT