M
moondaddy
I have an htm page that will be passing data to the server via parameters in
a hidden iframe's aspx page. I not need the aspx page to return back to the
htm page because the mission has already been accomplished in the initial
page load event. also, this is not critical data so I don't need to notify
the use if something failed. After I execute the needed code in the page
load event, how can I cancel the operation to prevent anything going back to
the client?
Thanks.
a hidden iframe's aspx page. I not need the aspx page to return back to the
htm page because the mission has already been accomplished in the initial
page load event. also, this is not critical data so I don't need to notify
the use if something failed. After I execute the needed code in the page
load event, how can I cancel the operation to prevent anything going back to
the client?
Thanks.