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: Problem with concatenation
•  how to genrates the crystal report by sending a id at runtime
•  help me
•  pls help me with this..
•  Re: Security - Code verify
•  Job @ EarlySail
•  Job @ EarlySail (perl)
•  IPC problem
•  Re: import contacts of msn/yahoo


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-2007