IE7 does not open folders - preCharge Forums
It shows that you are unregistered. Please register with us by clicking Here
preCharge Forums


Nav Green LeftNav Right
preCharge Forums > Website Design & Development > Programming > JavaScript » IE7 does not open folders


Reply
Tcat Right
 
LinkBack Thread Tools Display Modes Tcat Right
Old 02-26-2007   #1 (permalink)
qing
Member
 
Join Date: Feb 2007
Posts: 44
Default IE7 does not open folders

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
qing is offline   Reply With Quote


Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


footer left
All times are GMT. The time now is 12:00 PM.

DISCLAIMER: preCharge Risk Management is not responsible for any opinions, advice or comments expressed on the preCharge Community Forums.
preCharge® is a registered trademark of preCharge Risk Management | chargeback protection | Merchant Account Blog

Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC6

Finance | Debt Help | Loans | Payday Advance | Plane Tickets

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49