Web hosting provider - JavaScript Programmer’s Reference Warnings: . Note that the
JavaScript Programmer’s Reference Warnings: . Note that the default values are platform-dependant and although it is only a couple of pixels difference it can throw off the layout of a page significantly if you make the wrong assumption. See also: BODY.bottomMargin BODY.vLink (Property) The color of visited links within the page. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myBODY.vLink This value controls the text of visited links in the document body. You should use the normal color values to define the required color. This corresponds to the VLINKattribute in the
tag. Now that the style control facilities are more sophisticated, this tag attribute is likely to fall into disuse. Note also that its property name is not consistent with its counterpart, the document.vlinkColor property whose value it reflects. See also: BODY.aLink, BODY.link, BODY.text, Document.alinkColor, Document.bgColor, Document.fgColor, Document.linkColor, Document.vlinkColor, HTML object Bookmarklets (Advice) A means of storing fragments of JavaScript for execution as bookmarks. Creating a javascript: URL with some attached JavaScript code and storing it in the bookmarks or favorites of your browser is a way of setting up some really useful debugging tools. It seems to work in most browsers, although some have a size limit on the URL that you can use. See also: JavaScript Bookmark URLs, JavaScript interactive URL, javascript:URL