HTML5 Media Error Routine - Posted (1583 Views)
Advanced Member
Carefree
Posts: 4224
4224
Apparently there's a networkstate value which will indicate 4 when a file is not found. How can I have it automatically read that value using vbscript/ASP(without the need for button click) and then submit a form or take another action? If it requires interaction, it's useless to me.
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Admin
HuwR
Posts: 20611
20611
you should be able to handle this in javascript with an onerror event
Posted
Advanced Member
Carefree
Posts: 4224
4224
Tried, but it didn't work.
Posted
Forum Admin
HuwR
Posts: 20611
20611
Posted
Advanced Member
Carefree
Posts: 4224
4224
No, it belongs to the government. Can't publish it. Was just hoping for an example written using vbscript/javascript that I could modify and integrate. The ones I've seen on the web and tried all either do nothing (e.g., onerror) or require user interaction (for which I could simply use a "report error" button).
 
You Must enter a message