Consider the following piece of code...

<head>
<title> App Frameset </title>
      <script language="JavaScript1.2">
      //This function sets the title
      function setTitle(input_title)
      {
       document.title = input_title;
      }
      function setStatus(input_strings, input_class)
      {
        statusframe.displayStatus(input_strings, input_class);
      }
      </script>
</head>

irrespective of the title(input_title)passed to the setTitle function,
Netscape 4.7x shows the title as "App Frameset".

The same works fine for IE.

any ideas and suggestions would be appreciated
thanx
Abhi

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to