Re: [PHP-WIN] MSIE problems

2005-09-26 Thread Bob Stout
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. --

Re: [PHP-WIN] MSIE problems

2005-09-26 Thread Bob Stout
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

Re: [PHP-WIN] MSIE problems

2005-09-16 Thread Bob Stout
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

Re: [PHP-WIN] MSIE problems

2005-09-16 Thread Luis Ferro
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

Re: [PHP-WIN] MSIE problems

2005-09-16 Thread M. Sokolewicz
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

Re: [PHP-WIN] MSIE problems

2005-09-15 Thread Bob Stout
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

[PHP-WIN] MSIE problems

2005-09-15 Thread Bob Stout
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