What does this have to do with JSP?

http://javascript.internet.com   is a good source for answering questions
like this.


-----Original Message-----
From: Abhijeet Surve [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 25, 2001 3:49 PM
To: [EMAIL PROTECTED]
Subject: Title Problem in Netscape : URGENT


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

===========================================================================
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