A
amit sinha
I did developed a code in VS2005 aspx file which opens pop up window
on button click javascript window.showModalDialog(popwin.aspx?
cCODE='cd',winprop)
Now as popwin.aspx take long time to load(the html javascript tag are
written on fly). So I want to somehow cache the page after loading the
main page.
So the loading time on click of the open window button will reduce as
the page is cached .
Is it possible ??if yes please help me with you suggestion..
on button click javascript window.showModalDialog(popwin.aspx?
cCODE='cd',winprop)
Now as popwin.aspx take long time to load(the html javascript tag are
written on fly). So I want to somehow cache the page after loading the
main page.
So the loading time on click of the open window button will reduce as
the page is cached .
Is it possible ??if yes please help me with you suggestion..