FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » How to Hide browser status bar Message from client
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: How to Hide browser status bar Message from client [message #170129 is a reply to message #170127] Mon, 11 October 2010 13:07 Go to previous messageGo to previous message
Geoff Berrow is currently offline  Geoff Berrow
Messages: 16
Registered: September 2010
Karma:
Junior Member
On Mon, 11 Oct 2010 05:07:34 -0700 (PDT), DG <cool(dot)dipak83(at)gmail(dot)com>
wrote:

> sry,
> i am not able run the page properly when i include
> file_get_contents() code in src of iframe.
> It is showing ' " function CONTENT " height="500px;" width="900px;">
> ' like this output,please can u suggest any other approach....bcoz i
> am unable to run the page doing so...

Normally, people who post here have some knowledge of PHP. I suggest
you at least learn the rudiments before asking questions, this group
will help you write code, but won't normally write it for you.

Anyway,

Create a text file including just the following:


<?php
$iframe = file_get_contents('http://www.testdomain.com/index.php');
echo $iframe;
?>

Save that file as iframe.php on http://www.domain.com such that your
iframe is called with

<html>
<head>
</head>
<body>
<iframe src="http://www.domain.com/iframe.php" height="500px;"
width="900px;"></iframe>
</body>
</html>

Obviously replace domain and testdomain with actual domains.
--
Geoff Berrow (Put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs www.4theweb.co.uk/rfdmaker
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Interpret SimpleXMLElement Object
Next Topic: Going back to a previous line in a CSV file
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 26 23:27:51 GMT 2024

Total time taken to generate the page: 0.04183 seconds