Home > Archive > Programming with dBASE > November 2005 > errorHTMFile help









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author errorHTMFile help
Nuno Blochberger

2005-11-12, 7:23 am

Hello,

Can anyone give me more details of this? In a web application if have this:

_app.ErrorAction=3
_app.ErrorLogFile="merda.log"
_app.ErrorLogMaxSize=100
_app.ErrorHtmFile="/dbase-bin/processo_error.dbw"

Everything works except the errorhtmlfile. It appears a default html code. How to make this work?


Michael Nuwer [dBVIPS]

2005-11-12, 7:23 am

Nuno Blochberger wrote:
> Hello,
>
> Can anyone give me more details of this? In a web application if have this:
>
> _app.ErrorAction=3
> _app.ErrorLogFile="merda.log"
> _app.ErrorLogMaxSize=100
> _app.ErrorHtmFile="/dbase-bin/processo_error.dbw"
>
> Everything works except the errorhtmlfile. It appears a default html code. How to make this work?
>
>


_app.ErrorHtmFile="/dbase-bin/processo_error.dbw"

This must be a plain text file. Perhaps something like this:


<HTML>
<HEAD>
</HEAD>

<BODY onLoad=
"document.location='http://your.server/dbase-bin/processo_error.dbw'">

</BODY>
</HTML>
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com