B
billsahiker
I have some javascript functions in an xslt file. Everything works and
produces the desired html, except when using the visual studio
debugger which gives the error "objects of type 'Script1' do not have
such a member" and references the line and column where the "this"
object is used, as in this.hourarray()
Any ideas on what the problem is?
produces the desired html, except when using the visual studio
debugger which gives the error "objects of type 'Script1' do not have
such a member" and references the line and column where the "this"
object is used, as in this.hourarray()
Any ideas on what the problem is?