Zen Follower
- Join Date:
- Jul 2004
- Location:
- stroud, gloucestershire
- Posts:
- 198
- Plugin Contributions:
- 0
product info page problem
Hi,
im running into a small problem with regards to the dropdown boxes for product attributes.
The name for the whole select statement comes out something like this <select name="id[1]" ......
I want to use this value in some javascript but because of the brackets i cant get it to work, javascript would be
document.mytest.id[1].selectedIndex;
how easy would it be to either get the javascript to work, or to chnge how the select statement is named?
Many thanks
Paul