Re: [PHP] Very strange Nutscrape behavior - PHP/JS/DHTML???

2001-02-26 Thread Yasuo Ohgaki
Hello Brian, JavaScript book, that I have, mentions some NN cannot display JavaScript code correctly when user views HTML source code. To work around this, author says disable JavaScript on NN and display source. How about try this to see what the browser really get? (PHP sends the same output f

[PHP] Very strange Nutscrape behavior - PHP/JS/DHTML???

2001-02-26 Thread Brian V Bonini
This could be a JS issue but right now I'm really not sure. I have this code, } elseif ($cat == 'bikes' && $sub_cat == 'Road') { $i = 1; while ( list($type,) = each($bikes[$sub_cat])) { echo "\n"; echo "$type\n"; $i++; } echo ""; Which creates this (in IE), Tre