Re: Thread to handle lockup in getting response code
Posted By:
Anonymous
Posted On:
Thursday, May 24, 2001 02:39 PM
Opps...
I've clicked on the wrong link and I haven't check the question while I was typing...
Sorry About that, guys.
Regards.
Re: Thread to handle lockup in getting response code
Posted By:
Anonymous
Posted On:
Thursday, May 24, 2001 02:38 PM
If you don't want to use the <%@ page ...%> directive, I think you can try something like:
<% response.setContentType("whatever"); %>>
I'm not 100% sure it will work, though, maybe the compiler will prevent that statemente.
Regards.