What About Netscape Users?
Some FrontPage Features only work inside IE 4.0 browser
These include all DHTML features
All Server Based Features Should Work
Forms, search boxes, etc.
JavaScript Applications May or May Not Work
Preview Everything in Both Browsers
FrontPage's Background Sound Feature Will not Work
Embed Sound to Play in Netscape. See: Adding Sound into a Web Page
<EMBED SRC=your_file.mid AUTOSTART=true WIDTH=144 HEIGHT=60 LOOP=1>
Worst Case Scenario
Create two versions of each page. One for IE and one for Netscape. Use a script which can detect user's browser and direct them to proper page.