Results 1 to 7 of 7

Thread: IE is driving me nuts

  1. #1

    Thread Starter
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Angry IE is driving me nuts

    I'm getting "Invalid Syntax Error" whenever I do a submit() on a form with method="post"

    form declaration:
    Code:
    <form id='globaloptionsform' name='globaloptionsform' method='post' action='/dhcp/server/global/set'>
    Code to submit is as follows:
    Code:
    ($('globaloptionsform')).submit();
    Nevermind the $ part, that's using Prototype framework for Javascript.

    The code works fine for FireFox, and for IE, I can see that the backend (code behind) is able to receive the post data... However it's just not working when response is processed by client side (that is IE).

    Any more of this and I will hate IE.

  2. #2

    Thread Starter
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: IE is driving me nuts

    form data has JSON string representation of objects with lots of [] and {} and :

    are those forbidden characters in IE?

  3. #3

    Thread Starter
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: IE is driving me nuts

    I officially hate IE.

  4. #4
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: IE is driving me nuts

    IE sucks.

  5. #5
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: IE is driving me nuts

    Ah, bullshifter. Always reliable for a pertinent comment at the most appropriate moment.

    *sigh*
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IE is driving me nuts

    Quote Originally Posted by oceanebelle
    Code to submit is as follows:
    Code:
    ($('globaloptionsform')).submit();
    Chuck Norris does not have an email address because he does not submit. In any way, shape or form.

  7. #7
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: IE is driving me nuts

    Chuck Norris only submits one thing: he submits you to a roundhouse kick.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width