A
Ashish Taralekar
Hi,
I am using IFrame to load a webpage into it. When the page is
getting loaded into the IFrame the status bar shows the actual link of
that webpage i.e. "Waiting for http://www.abc.com/processing.html".
So, I want to hide this status message or change it to something else.
I tried using window.status = ' '; and window.defaultStatus = ' '; but
nothing worked as required.
The above code (window.status = ' ' works fine if you access the
Processing.html page without IFrame i.e. it is showing the status
message as blank.
What could be the solution to get this done?
Regards,
Ashish.
I am using IFrame to load a webpage into it. When the page is
getting loaded into the IFrame the status bar shows the actual link of
that webpage i.e. "Waiting for http://www.abc.com/processing.html".
So, I want to hide this status message or change it to something else.
I tried using window.status = ' '; and window.defaultStatus = ' '; but
nothing worked as required.
The above code (window.status = ' ' works fine if you access the
Processing.html page without IFrame i.e. it is showing the status
message as blank.
What could be the solution to get this done?
Regards,
Ashish.