Z
Zvonko Bi¹kup
Hi!
I have a select which has an onchange event attached to it.
ie
<select name=something' id='something' onchange='rent_show(this);'>
<option value='something' selected='selected'>Something</option>
<option value='something1'>Something 1</option>
<option value='something2'>Something 2</option>
</select>I would like to trigger function rent_show(parameter) onload, but
am stuck. I don't know what to give the function as parameter?Any
idea?Thanks
I have a select which has an onchange event attached to it.
ie
<select name=something' id='something' onchange='rent_show(this);'>
<option value='something' selected='selected'>Something</option>
<option value='something1'>Something 1</option>
<option value='something2'>Something 2</option>
</select>I would like to trigger function rent_show(parameter) onload, but
am stuck. I don't know what to give the function as parameter?Any
idea?Thanks