|
-
Jan 14th, 2008, 03:11 AM
#1
Thread Starter
Frenzied Member
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.
-
Jan 14th, 2008, 03:32 AM
#2
Thread Starter
Frenzied Member
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?
-
Jan 14th, 2008, 01:16 PM
#3
Thread Starter
Frenzied Member
Re: IE is driving me nuts
-
Jan 14th, 2008, 01:27 PM
#4
Re: IE is driving me nuts
-
Jan 14th, 2008, 04:08 PM
#5
Re: IE is driving me nuts
Ah, bullshifter. Always reliable for a pertinent comment at the most appropriate moment.
*sigh*
-
Jan 14th, 2008, 05:58 PM
#6
Re: IE is driving me nuts
 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.
-
Jan 14th, 2008, 06:14 PM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|