D
dwdino
I am trying to build a dynamic link. I have a variable with the file and path names (bubba.txt & folder1/folder2). I combine these in a script using var1 = cstr(path1 & "/" & file1)
Now, I want to place this in my page so users can use the hyper link. I have tried the following
<
document.write("<a href="http://mysite/" & var1 & ">" & file1 & "</a>"
%
But I get "Object Needed" error.
Now, I want to place this in my page so users can use the hyper link. I have tried the following
<
document.write("<a href="http://mysite/" & var1 & ">" & file1 & "</a>"
%
But I get "Object Needed" error.