Hello
thanks for helping me before. I have a issue and I need its complete solution if someone can help me in this
I have a simple php which contains html script and which have iframe included in it. I want its java scrpt embedded code so that users can embed my this script into their pages (php external java script)
the script should be like this
<script type="text/javascript" src="ip.php"></script>
My html code is
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" bgcolor="#FFFFFF">
<tr>
<td width="100%">
<iframe width="100%" scrolling="no" height="400" frameborder="0" src="http://localhost/pages/searching" name="I1"></iframe>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><font face="Arial" style="font-size: 6pt">
<a target="_blank" href="http://www.mywebsite.com" style="text-decoration: none">
<font color="#FFFFFF">My Website link</font></a></font></td>
</tr>
</table>
Please provide me the solution