hey guyz…i need help pronto!
we're makin a site..and it only works well in firefox. we placed the "site is best viewd in firefox" message but our prof is not contented.
que now is…how can we ultimately disable the site, (that is, only a blank page will be seen) when the browser is not firefox?
tnx!
Related posts:








2 responses so far ↓
1 William F // May 30, 2008
If you are using aspx and master page loader from runat server functions
it can be done
if your are in html GOOD LUCK
do your homework
2 rohit yadav // May 30, 2008
EMBED tags are supported by IE… so you can use
NOEMBED tags are by other browsers
<COMMENT>
<EMBED >
Sorry !!! Unsupported Browser
</EMBED>
<noembed>
write you code here
</noembed>
</COMMENT>
Leave a Comment