Here's my frame :
<iframe src="iframe.php#13?cat=watersport" width="100%" height="404" frameborder="0"></iframe>
And it suppose to be load the iframe.php and jump to anchor 13
but for some reason it's not working.
can someone let me know how to make it works (php & anchor)
I tried different variation and still not works.
<iframe src="iframe.php?cat=watersport#13" width="100%" height="404" frameborder="0"></iframe>
<iframe src="iframe.php?#13&cat=watersport" width="100%" height="404" frameborder="0"></iframe>