works. Either I had a typo originally or I'm going crazy.
Either way...the problem is either somewhere else in your code, or
there is something that I am overlooking in your post.
--
mailto:[EMAIL PROTECTED]
Sunday, October 5, 2003, 10:54:12 PM, you wrote:
jon> This code works for me in IE6/Moz/Opera. The addition of the forms
jon> array call made it work for me. I couldn't get just
jon> document.rentalForm.Holidays.value to work either.
jon> <script type="text/_javascript_">
jon> function init() {
jon> packageAtribs = new Object();
jon> packageAtribs.holidaySelection = document.forms['rentalForm'].Holidays.value;
jon> alert(packageAtribs.holidaySelection);
jon> }
jon> window.> jon> </script>
jon> <form id="rentalForm" name="rentalForm">
jon> <input type="text" name="Holidays" value="foo">
jon> </form>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

