Displaying 1 result from an estimated 1 matches for "safari3".
Did you mean:
safari
2008 Apr 22
1
Problem with Prototype 1.6.0.2, Opera 9 and Form.serialize()
...owing code fragment given:
~~~
function jsPostAppend(script, form_id)
{
if(form_id)
//parameters=''&'' + $(form_id).serialize() // first flavour
parameters=''&'' + Form.serialize($(form_id)) // second flavour
[...]
~~~
This works perfect for FF2, IE7 and Safari3 (in both flavours).
With Opera 9.x, I get the following javascript errors:
First flavour:
~~~
JavaScript - https://...url.../file.php
Event thread: click
Error:
name: TypeError
message: Statement on line 47: Type mismatch (usually a non-object
value used where an object is required)
Backtrace:
L...