Dear readers,
I have a problem with opera concerning using iframes.
I will show you the code right now.
I have two php files.
One is called test.php and contains the following code:
<HTML>
<HEAD>
</HEAD>
<BODY>
<iframe marginheight='20' marginwidth='20' frameborder='1' width='400' height='400' id='ifrm_1' name='ifrm_1' scrolling='no' src="jan.php"></iframe>
<iframe marginheight='20' marginwidth='20' frameborder='1' width='400' height='300' id='ifrm_2' name='ifrm_2' scrolling='no' src="jan.php"></iframe>
</BODY>
</HTML>
The other one is called jan.php (don't ask me why) and contains the code:
<?php
echo "<>";
echo rand(10,10000);
echo "<>";
echo rand(20000,200000000);
?>
Now i would expect that 'ifrm_1' and 'ifrm_2' would show different outputs. It works in IE and mozilla. But opera shows the same output. And i do not know WHY?
Can sombody please help me with this? I made sure that cache etc is disabled in Opera.
Thanks in advance
I have a problem with opera concerning using iframes.
I will show you the code right now.
I have two php files.
One is called test.php and contains the following code:
<HTML>
<HEAD>
</HEAD>
<BODY>
<iframe marginheight='20' marginwidth='20' frameborder='1' width='400' height='400' id='ifrm_1' name='ifrm_1' scrolling='no' src="jan.php"></iframe>
<iframe marginheight='20' marginwidth='20' frameborder='1' width='400' height='300' id='ifrm_2' name='ifrm_2' scrolling='no' src="jan.php"></iframe>
</BODY>
</HTML>
The other one is called jan.php (don't ask me why) and contains the code:
<?php
echo "<>";
echo rand(10,10000);
echo "<>";
echo rand(20000,200000000);
?>
Now i would expect that 'ifrm_1' and 'ifrm_2' would show different outputs. It works in IE and mozilla. But opera shows the same output. And i do not know WHY?
Can sombody please help me with this? I made sure that cache etc is disabled in Opera.
Thanks in advance