hi there,
this is the problem i have in my following scenario
1. products.aspx - returns a html table with my products, and a button next
to each, that displays a javascript:alert();
when i call this file separately, it returns the data and the button onClick
event works fine.....however,. i am calling this page in a XmlHttp request,
and returning the string contents and putting it into a DIV element, where
the onClick for the button now does not work, and i dont know why??
any help appreciated,
Paul.
Milsnips - 23 May 2005 10:54 GMT
never mind.. seemed to be some browser refreshing problem not getting my
latest JS file from cache...
> hi there,
>
[quoted text clipped - 10 lines]
> any help appreciated,
> Paul.