Hi gang
Merry Xmas !! - ok now to the boring stuff
I have an asp page that opens a dialog page using
window.showmodaldialog();
This dialog appears on the screen but pauses before showing the content for maybe 2 secs. This form I have inherited from existing code and so I am just trying to debug it. I have noticed that in the onload event of the BODY element there is a call to a function that does XMLHTTPPOST submit of a form... is this the problem? Is this slowing my page down?
Ive been doing ASP for a while so Im not a numpty but XMLHTTPPOST is a new one to me and so Im curious as to whether this is the problem. Everything else is straight forward and should not cause any issues with the page at all.
Thanks troops
Nev G
Merry Xmas !! - ok now to the boring stuff
I have an asp page that opens a dialog page using
window.showmodaldialog();
This dialog appears on the screen but pauses before showing the content for maybe 2 secs. This form I have inherited from existing code and so I am just trying to debug it. I have noticed that in the onload event of the BODY element there is a call to a function that does XMLHTTPPOST submit of a form... is this the problem? Is this slowing my page down?
Ive been doing ASP for a while so Im not a numpty but XMLHTTPPOST is a new one to me and so Im curious as to whether this is the problem. Everything else is straight forward and should not cause any issues with the page at all.
Thanks troops
Nev G