|
host_default |
Top Previous Next |
|
Description:
Pre-Select the Dropdown box item.
Syntax:
Integer >= 1; value defines the item position in the Dropdown box
Notes:
This parameter must be used with hostx and sizex. Please refer to "host and size".
Example:
<param name="host1" value="http://servername/download/150KB_photo.jpg"> <param name="size1" value="150286">
<param name="host2" value="http://servername/download/500KB_photo.jpg"> <param name="size2" value="519658">
<param name="host_default" value="2">
When you launch SpeedCheck, you will see host2 is selected by default:
|