View Full Version : Found this script, but can't remember where!
I'm looking for a script that will disable error messages flashed onto the screen when there is a problem with a script or HTML.
Thanks...
Owen_MC_Evans
03-09-2000, 01:52 AM
Well I'm afraid I'm not sure how to turn off error messages on screen but I do know how to stop error messages coming up on running scripts (don't make any mistakes) in VBScript you can use an
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>
on error resume next
<HR></BLOCKQUOTE>
statement as this will just skip the command that create's the error.
This is only viable in ASP though so it's not much use.
All I can think is that such a script should not be needed as error's can be fatal and so Error messages are shown for a reason!
Sorry
Owen
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.