Hi

I have a function that works fine in FF but throws an error in IE:

<script language="JavaScript" type="text/JavaScript">
// <![CDATA[
function doSums() {
        new Ajax.Updater('fruit', '../calculators/
personal_member_calculator.php', { method: 'post', parameters:
form1.serialize() });
        }
// ]]>
</script>

called thus:

<select id="age" name="age" onchange="doSums(); return false;">

Seems so simple - as I'm sure the answer will be!
Many thanks....
emrys
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to