[SOLVED] javascript incompatibility |
10/24/2011 09:51:25 | |
| PHPRunner General questions | ||
|
F
Francesco_5000 author
hi, |
||
|
C
|
cgphp 10/24/2011 |
|
It works fine in Firefox 7.0.1 Check your fields name. |
|
|
F
|
Francesco_5000 author 10/24/2011 |
|
It works fine in Firefox 7.0.1 Check your fields name.
|
|
|
C
|
cgphp 10/24/2011 |
|
Do you get some error/exception in the firebug console ? |
|
|
F
|
Francesco_5000 author 10/24/2011 |
|
Do you get some error/exception in the firebug console ?
|
|
|
C
|
cgphp 10/24/2011 |
|
Please, post what firebug says in the Console tab. |
|
|
F
|
Francesco_5000 author 10/24/2011 |
|
Please, post what firebug says in the Console tab.
|
|
|
C
|
cgphp 10/24/2011 |
|
Remove any semicolon ; after the closing } |
|
|
F
|
Francesco_5000 author 10/24/2011 |
|
Remove any semicolon ; after the closing } In particular after the closing } of the if statement.
|
|
|
C
|
cgphp 10/24/2011 |
|
Yes, but the ; is after the closing } of the function not of the if statement. |
|