Just want to confirm that this input is inside a form tag?
On Tue, Feb 17, 2009 at 9:28 AM, knotworking (via Nabble) <
[email protected]<ml-user%[email protected]>
> wrote:
> So, here's a weird situation I can't find any reference to this issue
> anywhere. My script works fine in IE, but not in FF so maybe this is correct
> behavior?!?
>
> I'm hiding a textarea in a fx.slider div of my form, the textarea is
> displayed when a user clicks on some text (it works & is looking really
> cool). The textarea is static (not dynamic), so I am not using Mootools to
> generate it. The problem arises when I submit the form, FF is not submitting
> the textarea variable. The rest of the form submits fine, but when I print_r
> (using php) that input is nowhere to be found. I've removed the effect and
> the issue disappears.
>
> Anyone know what's going on? Here's my code:
>
> Head Code:
>
> *<script type="text/javascript"
> src="/media/system/js/mootools.js"></script>
> <script type="text/javascript">
> window.addEvent('domready', function(){
> $('toggle1').addEvent('click', function(e){
> e = new Event(e);
> slide1.slideIn();
> e.stop();
> });
> var slide1 = new Fx.Slide('slide1', {mode: 'vertical'});
> slide1.hide();
> });
> </script>*
>
>
> Form Code:
>
> *Did you incur any Pre-Approved Expenses? <strong>Click
> Here</strong>.<#11f8547bfbe899d8_>
> <div id="slide1" class="expense_div">
> <strong>Submit the Expense Amount and Reason for the Expense
> Below</strong>:
> <textarea name="expense" id="expense" wrap="physical" style="width:99%"
> cols=60 rows=4></textarea>
> </div>*
>
>
> BTW- I removed the hide(); function (thinking that might have been causing
> it), but that had no effect.
>
>
> ------------------------------
> View message @
> http://n2.nabble.com/Firefox-Strangeness-%28form-inputs-not-recognized%29-tp2342125p2342125.html
> To start a new topic under MooTools Users, email
> [email protected]<ml-node%[email protected]>
> To unsubscribe from MooTools Users, click here< (link removed) >.
>
>
>
-----
The MooTools Tutorial: http://www.mootorial.com www.mootorial.com
Clientcide: http://www.clientcide.com www.clientcide.com
--
View this message in context:
http://n2.nabble.com/Firefox-Strangeness-%28form-inputs-not-recognized%29-tp2342125p2342670.html
Sent from the MooTools Users mailing list archive at Nabble.com.