JavaScript Programmer’s Reference -menubar JavaScript syntax: -myWindow.menubar See (Net web server)

JavaScript Programmer’s Reference -menubar JavaScript syntax: -myWindow.menubar See also: Bar object, Window.menubar Property attributes: ReadOnly. (HTML Tag) Document meta-information container. Availability: JavaScript 1.2 Netscape 4.0 HTML syntax: aName A pseudo header name Argument list: aValue A pseudo header value The tag is a way of adding information about the document to the document. This information is never intended for display to the user but helps the browser and other server side systems (and proxies) to manage the document. There are many attributes to the tag. We have only covered the ones that are helpful in the context of script development here. The items that are particularly useful to us are the HTTP_EQUIV and CONTENT attributes. These are used to add information to the HTTP response body. The browser can see these values in the tag and interprets them as if they had been part of the HTTP header. So: is understood to be equivalent to an HTTP header like this: name: value As far as JavaScript is concerned, there are two tags that are useful. This one defines the default scripting language: 1430

Leave a Reply