esthera
03-02-2009, 07:16 AM
I have
$("#buyprice").load("ajaxloadbuyprice.asp?itemid=<%=request("itemid") %>", { 'foo': 'bar' } );
and this reloads every second -
How can I add a line here to update the form fields of buyprice = to the same result?
$("#buyprice").load("ajaxloadbuyprice.asp?itemid=<%=request("itemid") %>", { 'foo': 'bar' } );
and this reloads every second -
How can I add a line here to update the form fields of buyprice = to the same result?