RSS Forums RSS
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 1434 | Replies: 1 | Thread Tools  Display Modes
Reply
Join Date: Nov 2007
Posts: 19
Reputation: smilyswapna10 is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
smilyswapna10 smilyswapna10 is offline Offline
Newbie Poster

change the f5 functionality in input type='file'

  #1  
Jan 10th, 2008
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,
swapna.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jan 2007
Posts: 2,712
Reputation: MidiMagic is on a distinguished road 
Rep Power: 7
Solved Threads: 124
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Posting Maven

Re: change the f5 functionality in input type='file'

  #2  
Jan 12th, 2008
I would say this is a security violation. If it isn't, it should be.

You have absolutely NO RIGHT to control someone else's computer, or the software running on that computer.

And I absolutely HATE webmasters who do things that destroy my browsing history.
Last edited by MidiMagic : Jan 12th, 2008 at 2:17 am.
Daylight-saving time uses more gasoline
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 10:01 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC