J
John
Hi all,
I'm having a problem loading images for later use in javascript on the
client. In my code-behind, I'm using a stringbuilder object to build and
populate a few javascript variables like : js.append("var myjsvariable = New
Image")
js.append("myjsvariable.src = " & "http://localhost/images" & "myimage.jpg")
In one of my javascript functions, I reference this image and it is null.
What am I doing wrong here?
Regards
John.
I'm having a problem loading images for later use in javascript on the
client. In my code-behind, I'm using a stringbuilder object to build and
populate a few javascript variables like : js.append("var myjsvariable = New
Image")
js.append("myjsvariable.src = " & "http://localhost/images" & "myimage.jpg")
In one of my javascript functions, I reference this image and it is null.
What am I doing wrong here?
Regards
John.