Thanks I think everything is working well now. I was able to uninstall and reinstall IIS and everything seems to be working well. Thanks for your help.
Rajeev
When I try to remove IIS the wizard just sits ther doing nothing. I can't view pages locally administered using Http. The folder problem al of a sudden was resolved when I atleast attempted to remove IIS. I can't make sense of it. How can I get IIS to work? Thanks.
Rajeev
nothing happened. I have noticed that the search function isn't working either. I the IIS service isn't working either. Please help I have a lot of important items on this computer. Thanks.
Rajeev
I can't view any of the folder properties. I can view file properties but no folder properties. Can someone help me. i need to determine how to enable web sharing of a folder but cant right click the folder of view properties. Thanks.
Rajeev
...log in behavior, ristricted page access behavior and log off behavior.
Here is the code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
' *** Logout the current user.
MM_Logout = CStr(Request.ServerVariables("URL")) & "?MM_Logoutnow=1"
If (CStr(Request("MM_Logoutnow")) = "1") Then...
Here is the code. Thanks!!!!!!!
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="Connections/connNCF.asp" -->
<%
Dim rsUser__MMColParam
rsUser__MMColParam = "1"
If (Request.Form("email") <> "") Then
rsUser__MMColParam = Request.Form("email")
End If
%>
<%
Dim rsUser
Dim...
I am using dreamweaver to filter a record set (ASP)with a form parameter. If no matches are found I want to redirect the page to a page which states that there were no matches found. How do I check for no matches. You are my last resort. Can someone please help. Thanks.
Rajeev
How can I pass form variables correctly to a CDONTS server object in the same document.
Can I assing two or more actions to one form? One action to add to database and another to send to an ASP file with the CDONTS object to send mail. If so what would be the correct syntax for the following...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.