Feedback on: irt.org FAQ Knowledge Base Q1160
Worth:
Very worth reading
Comments:
There is a way to remove the title bar from the netscape window. However it requires the editing of a netscape file along with a signed script. Another problem with this is that the user losses the ability to move the window.
Worth:
Not worth reading
Length:
Too short
Comments:
What kind of an answer is no? An explanation of why the answer is no would be a little better I think. Oh, well I guess not everyone can be a good technical writer.
Comments:
IE5 has introduced the concept of HTML Applications, which can be created without a caption. The caveat is, because of security, they can't be served from a web server. The head of an HTML app with no caption would be:
<HEAD>
<TITLE>Sample No Caption</TITLE>
<HTA:APPLICATION ID="idApp"
APPLICATIONNAME="Sample No Caption"
BORDER="thick"
CAPTION="no"
ICON="/graphics/creature.ico"
SYSMENU="no"
>
</HEAD>
Length:
Too short
Comments:
Add hundreds of to the title and you will remove the title caption.
You could write a loop for this and user the document.write to add...
<title>  </title>