codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  IE7 does not open folders  cthang at 14:58 on Thursday, April 05, 2007
 

Hi,

I have a asp program which works fine in IE6 and now it does not work in IE7.

The problem is that IE7 does not like going to a folder and I just get an error stating that this web page cannot be display.

Here is part of the code that makes the call to the folder.



Select Case objRecordset.RecordCount
Case 0
Response.Write "<BR>No Matches found"
Case 1
sUserName = objRecordSet.Fields("samaccountname")
sLocation = objRecordSet.Fields("department")
sLocationCode = GetSchoolCode(sLocation)
If sLocationCode <> "xx" then
sHomeFolderPath = "file://" & sLocationCode & "-ovr-dc-1/users/students/" & sUserName
Response.Redirect sHomeFolderPath

Else
Response.Write "<BR>Error: unable to determine location code."
End if
Case Else
Response.Write "<BR>Error: found multiple AD accounts with this student number."
While Not objRecordSet.EOF
for each oField in objRecordSet.Fields
Response.Write "<BR>Match:" & objRecordSet.Fields(oField.Name).Value
next
objRecordSet.MoveNext
Wend

End Select

Any help will be great.



Thanks








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
• Re: store string from text file to vector
• Re: c# .net Exception of type System.StackOverflowException was thrown.
• Re: error: expression must have a constant value
• Re: Script Does Folder Exist – If Not Create It
• $_GET not working
• GET METHOD
• Re: windows service - web service - com
• Re: Storing data from HTML to Excel or TXT
• Re: Help totalReads=1 totalReads++=2 write totalReads 3 not 2


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2010