J
Jokke
Hi,
my code:
....
<script type="text/javascript">
var myfilter = myJSfunction(document.myform.ListBox1);
</script>
</form>
When compiling the web page, because of the master/content, the Listbox1
control gets a different name/id apparantly.
So how can I pass my listbox on as an argument of my JS procedure?
thx for helping,
J
my code:
....
<script type="text/javascript">
var myfilter = myJSfunction(document.myform.ListBox1);
</script>
</form>
When compiling the web page, because of the master/content, the Listbox1
control gets a different name/id apparantly.
So how can I pass my listbox on as an argument of my JS procedure?
thx for helping,
J