Many thanks to Luis Ferro who finally tipped me off to what I was doing wrong.
Within the page, I was using NAME attribute within tags only. Once I
changed to use both the NAME and ID attributes, everything worked just fine.
Obviously, MSIE no longer honors the NAME attribute in a PHP file.
--
Luis Ferro wrote:
Instead of doing a somefile.php#ref do a somefile.php?jump=ref and
then in the somefile.php add a mix of javascript/php to perform the
"jump"...
That is a workaround and should work in any browser that uses javascript.
Of course, if javascript is turned off the user is alwa
Quoting Luis Ferro <[EMAIL PROTECTED]>:
> Instead of doing a somefile.php#ref do a somefile.php?jump=ref and then
> in the somefile.php add a mix of javascript/php to perform the "jump"...
>
> That is a workaround and should work in any browser that uses javascript.
>
> Of course, if javascript is
Instead of doing a somefile.php#ref do a somefile.php?jump=ref and then
in the somefile.php add a mix of javascript/php to perform the "jump"...
That is a workaround and should work in any browser that uses javascript.
Of course, if javascript is turned off the user is always stuck to the
top
Bob Stout wrote:
Bob Stout wrote:
Although it works fine with Firefox, whenever I use a object
to open a PHP file in a frame, with an internal reference, it ignores
the reference. IOW, if the link I want in the frame is "somefile.php",
everything works OK. If, instead, the link I want in the
Bob Stout wrote:
Although it works fine with Firefox, whenever I use a object
to open a PHP file in a frame, with an internal reference, it ignores
the reference. IOW, if the link I want in the frame is "somefile.php",
everything works OK. If, instead, the link I want in the frame is
"somefi
Although it works fine with Firefox, whenever I use a object to
open a PHP file in a frame, with an internal reference, it ignores the
reference. IOW, if the link I want in the frame is "somefile.php",
everything works OK. If, instead, the link I want in the frame is
"somefile.php#here", it di