i've got these lines in some code:
response.write f1.name
flink = "/subjects/" & whichpage & "/files/" & fl.name
which i use a few lines down in a custom generated href
trouble is i'm getting the output:
testfile.txt
Microsoft VBScript runtime error '800a01a8'
Object required: ''
/header.asp, line 14
line 14 is the "flink =" line
if i remove "& fl.name" there's no error but the href is wrong then.
am i going mad/missing something simple? ===============
Security Forums
response.write f1.name
flink = "/subjects/" & whichpage & "/files/" & fl.name
which i use a few lines down in a custom generated href
trouble is i'm getting the output:
testfile.txt
Microsoft VBScript runtime error '800a01a8'
Object required: ''
/header.asp, line 14
line 14 is the "flink =" line
if i remove "& fl.name" there's no error but the href is wrong then.
am i going mad/missing something simple? ===============
Security Forums