|
|
|
|
|
Search results page target:
The reason that this option only works in the JavaScript code search box model is because the <FORM
TARGET> element can be set by our servers. If you are using the bare HTML code, you will need
to manually place in the TARGET attribute in the <FORM> tag. For example:
<FORM METHOD=GET TARGET=_blank .....>
In this example, the target is set to _blank, spawning a new web browser whenever a search is performed.
When a visitor clicks on an actual search result:
After a user performs a search and a list of search results are shown, the user may click on
one of them. If he or she does, this is the frame target name where the new document will
be loaded. |
|
|
|
|
|
|
|