I'm having a problem with my Safari. It doesn't seem to recognize frames with their names properly.
So, say there is a frame called bob,
and a link:
When link is clicked, newpage.htm would always open in a new safari window. This is not just for a site I made. The pages in question include various scripts, phpmyadmin etc, all of which has this target frames opening in new window issue. I am running the latest versions of OSX/Safari on 2 machines, a PPC one and a x86 one, same problem.
The developement machine is running Apache 2, php 5.12.
The problem happens in Webkit browsers: tested: Safari, Shiira
The problem does NOT occur in Gecko: Firefox, Camino
It does NOT occur in Opera either.
Any help is appreciated, I couldn't find much information on it on Google. It's a bit WTF
So, say there is a frame called bob,
and a link:
Code:
<a href="newpage.htm" target="bob">click</a>
When link is clicked, newpage.htm would always open in a new safari window. This is not just for a site I made. The pages in question include various scripts, phpmyadmin etc, all of which has this target frames opening in new window issue. I am running the latest versions of OSX/Safari on 2 machines, a PPC one and a x86 one, same problem.
The developement machine is running Apache 2, php 5.12.
The problem happens in Webkit browsers: tested: Safari, Shiira
The problem does NOT occur in Gecko: Firefox, Camino
It does NOT occur in Opera either.
Any help is appreciated, I couldn't find much information on it on Google. It's a bit WTF