-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
1.3.0
-
sparc
-
solaris_2.6
In JEditorPane, the <ISINDEX> tag doesn't seem to work when it's placed between the <HEAD> tag. Try it on Netscape and it'll show how it should look.
Here is the sample file:
<!DOCTYPE HTML PUBLIC "-//HotJava QA//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Testing HotJava based on the 3.2 html spec</TITLE>
<ISINDEX PROMPT="HEAD Search Phrase">
</HEAD>
<BODY>
<h2>Test for multiple occurences of ISINDEX tag: Part 2 </h2>
A single ISINDEX can appear in the document head or body.
<br>
<hr>
<h2>Expected Result</h2>
<p> 2 textboxes should be displayed.<br>
<ISINDEX PROMPT="Search Phrase">
<ISINDEX PROMPT="SEARCH PHRASE AGAIN">
</BODY>
</HTML>
edmund.lou@eng 1999-10-19
Here is the sample file:
<!DOCTYPE HTML PUBLIC "-//HotJava QA//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Testing HotJava based on the 3.2 html spec</TITLE>
<ISINDEX PROMPT="HEAD Search Phrase">
</HEAD>
<BODY>
<h2>Test for multiple occurences of ISINDEX tag: Part 2 </h2>
A single ISINDEX can appear in the document head or body.
<br>
<hr>
<h2>Expected Result</h2>
<p> 2 textboxes should be displayed.<br>
<ISINDEX PROMPT="Search Phrase">
<ISINDEX PROMPT="SEARCH PHRASE AGAIN">
</BODY>
</HTML>
edmund.lou@eng 1999-10-19