After installation of Studio .Net our existing web site on the system is not
acting normally.
The issue is a <span> tag with onMouseDown="Cl ickIT(objThis)"
The function ClickIT(objThis ) is included in a scripts.vb file. The error
message is invalid object.
Function ClickIT(objThis )
currentColor = objThis.style.c olor
objThis.style.c olor = "blue"
end function
Any help would be appreciated!
Thanks,
Jim Douglas
acting normally.
The issue is a <span> tag with onMouseDown="Cl ickIT(objThis)"
The function ClickIT(objThis ) is included in a scripts.vb file. The error
message is invalid object.
Function ClickIT(objThis )
currentColor = objThis.style.c olor
objThis.style.c olor = "blue"
end function
Any help would be appreciated!
Thanks,
Jim Douglas