this is my i frame code
<iframe name="I2" width="122" height="67" align="right" src="../My%20Documents/flash/myname.png">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></td>
but what i need is to insert a function view("html"); instead of source which is a php function
and thanks in advance.
php with iframe
Moderator: General Moderators
ya sure
<?php
require("config.inc.php");
include("view.inc.php");
require("acl.inc.php");
?>
<html>
<head></head>
<body>
<table width="100%" border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="70%" valign="top" align="right">
<iframe name="I2" width="122" height="67" align="right" valign="bottom" src="../My%20Documents/flash/myname.png">
Your browser does not support</iframe></td>
</tr>
</table></body></html>
hey the data is here and instead of source in iframe i need to insert the function view() which is there in the php files which are included above.
<?php
require("config.inc.php");
include("view.inc.php");
require("acl.inc.php");
?>
<html>
<head></head>
<body>
<table width="100%" border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="70%" valign="top" align="right">
<iframe name="I2" width="122" height="67" align="right" valign="bottom" src="../My%20Documents/flash/myname.png">
Your browser does not support</iframe></td>
</tr>
</table></body></html>
hey the data is here and instead of source in iframe i need to insert the function view() which is there in the php files which are included above.