July 1998
Intermediate to advanced
1456 pages
65h 5m
English
search — NN 2 IE 3 DOM 1
Read/Write
The URL-encoded portion of a URL assigned to the
HREF attribute that begins with the
? symbol. A document that is served up as the
result of the search also may have the search portion available as
part of the window.location property. You can
modify this property with a script. Doing so sends the URL and search
criteria to the server. You must know the format of data (usually
name/value pairs) expected by the server to perform this properly.
document.all.searchLink.search="?p=Tony+Blair&d=y&g=0&s=a&w=s&m=25" document.links[1].search="?p=Tony+Blair&d=y&g=0&s=a&w=s&m=25"
String starting with the ? symbol.
None.
Read now
Unlock full access