D
dugald.morrow
I have some javascript that updates the text in a text field after
certain actions take place such as clicking a checkbox. The javascript
works fine in Safari and Firefox, but in IE, the text in the text
field remains empty.
The page containing this problem is at the following location:
http://www.skicow.com/component/option,com_skicow/act,shop/Itemid,51/debug_enabled,true
The last parameter enables debug which results in alerts popping up
with debug info and a <div> on the page that shows what should be in
the text field.
The javascript is in the following file:
http://www.skicow.com/components/com_skicow/includes/eBay/eBayShop_1.1.js
All updating of the text field is done through the function
'setKeywordsFieldValue'.
Steps to reproduce the problem:
1. Visit
http://www.skicow.com/component/option,com_skicow/act,shop/Itemid,51/debug_enabled,true
in IE
2. Click on a keywords group link such as 'Snowboard' (this will
result in various checkboxes being displayed)
3. Click on a checkbox such as 'Snowboard Boots'
Step 3 should result in the keyword 'Snowboard Boots' being added to
the text field, but doesn't in Internet Explorer.
Any help would be greatly appreciated.
certain actions take place such as clicking a checkbox. The javascript
works fine in Safari and Firefox, but in IE, the text in the text
field remains empty.
The page containing this problem is at the following location:
http://www.skicow.com/component/option,com_skicow/act,shop/Itemid,51/debug_enabled,true
The last parameter enables debug which results in alerts popping up
with debug info and a <div> on the page that shows what should be in
the text field.
The javascript is in the following file:
http://www.skicow.com/components/com_skicow/includes/eBay/eBayShop_1.1.js
All updating of the text field is done through the function
'setKeywordsFieldValue'.
Steps to reproduce the problem:
1. Visit
http://www.skicow.com/component/option,com_skicow/act,shop/Itemid,51/debug_enabled,true
in IE
2. Click on a keywords group link such as 'Snowboard' (this will
result in various checkboxes being displayed)
3. Click on a checkbox such as 'Snowboard Boots'
Step 3 should result in the keyword 'Snowboard Boots' being added to
the text field, but doesn't in Internet Explorer.
Any help would be greatly appreciated.