942,959 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 121
  • PHP RSS
Jul 30th, 2010
0

How to Change Status bar of Iframe?

Expand Post »
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/index.php".

So, I want to hide this status message or change it to something else.

PHP Syntax (Toggle Plain Text)
  1. <script type="text/javascript" language="javascript">
  2. function statwords(message)
  3. {
  4. window.status = message;
  5. }
  6. </script>
  7.  
  8. <body onload="statwords('Hello');">
  9. <iframe src="http://www.abc.com/index.php" id="myiframe" name="myiframe" width="800" height="600"></iframe>
  10.  
  11. </body>
I tried using window.status = ' '; and window.defaultStatus = ' ';
but nothing worked as required.

Please Tell me how to Change Status of Iframe.

I am Using Firefox 3.6 and IE8
Similar Threads
Reputation Points: 3
Solved Threads: 15
Posting Whiz
Aamit is offline Offline
341 posts
since Apr 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: List Team members in Achievements report
Next Thread in PHP Forum Timeline: php/java integration





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC