Hello
I am doing a form,all page work perfectly whith all parts but only in Internet Explorer because in Netscape when a call the form to check itself show this message
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
I was searching the reason and found that is a library
<% ' VI 6.0 Scripting Object Model Enabled %>
<!--#include file="../../_ScriptLibrary/pm.asp"-->
<% if StartPageProcessing() Then Response.End() %>
<FORM name=thisForm METHOD=post>
This show in gray color
This code appeared when I tried to use design time controls but after I change it by simple HTML (<INPUT>) textbox, but now when I want remove it, the text box doesn´t show
Anyone know some solution to resolve this
Thanks
[sig][/sig]
I am doing a form,all page work perfectly whith all parts but only in Internet Explorer because in Netscape when a call the form to check itself show this message
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
I was searching the reason and found that is a library
<% ' VI 6.0 Scripting Object Model Enabled %>
<!--#include file="../../_ScriptLibrary/pm.asp"-->
<% if StartPageProcessing() Then Response.End() %>
<FORM name=thisForm METHOD=post>
This show in gray color
This code appeared when I tried to use design time controls but after I change it by simple HTML (<INPUT>) textbox, but now when I want remove it, the text box doesn´t show
Anyone know some solution to resolve this
Thanks
[sig][/sig]