Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
#23
mikeh Wrote:What browser were you using? For some reason IE hates the js i wrote for this plugin and the multi-user plugin (still trying to figure it out).

I've hit similar problems in the past which turned out to be IE hating a trailing comma on the end of a parameter array every time. Basically...
Code:
{
    parameter1: 'value',
    parameter2: 99
}
...will work, and...
Code:
{
    parameter1: 'value',
    parameter2: 99,
}
...will fail under IE but gets accepted by Firefox, Chrome and Safari.
Reply


Messages In This Thread
Example site down, having issues - by Rich_K - 2012-11-14, 07:36:37
login box won't display - by horstuff - 2015-11-20, 04:57:25
Front End User Login Plugin (XML Or Database - ver: 3.0) - by Vulch - 2011-08-11, 19:39:41



Users browsing this thread: 1 Guest(s)