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
Tony Aldemir wrote:
A rookie question:
Whenever I download and unzip any PHP related solution, the term "unzip it
to your web server's document root" is used. I am using APACHE and my doc
root is the default "C:\Program Files\Apache Group\Apache2\htdocs".
Now if I put all of the PHP code I de