I was just wondering...Since nothing seems to work right in Netscape anyway, and less than 10 percent of my site visitors are using Netscape, what I've been doing is redirecting my NN visitors to a stripped down page. But, It's time to change everything, and I'm much more comfortable with VB & VB Script than JS. I was thinking of using the same opening page, and then, if the visitor has IE, updating with document.write, and if they have NN, just redirecting them to text only--which also applies to the WEBTV crowd, if they're still out there. It's a case of "too bad, so sad", but NN doesn't even display page layout correctly, despite multiple attempts, and I don't have the time to play around with it. Would I have an easier time with innerHTML and document.write with VB over JS?
Jonathan