|
Fix for Javascript Error in Internet Explorer 1 Year, 5 Months ago
|
|
|
I discovered a Javascript error that was preventing the popup from appearing in Internet Explorer and was preventing me from changing the text of the close button.
In mod_moopopup.php, line 83, the 'btnTitle' key was present twice. The second instance was overriding the first, meaning that the close button text was always 'close'. The first instance was not wrapping the $buttonTitle variable with escaped quote marks, which as causing the error in IE.
I removed the second 'btnTitle' key and replaced the first one as below. Now everything is working correctly:
btnTitle:''.$buttonTitle.''
|
|
southermark (Visitor)
|
Logged
|
|
|
|
|
Re:Fix for Javascript Error in Internet Explorer 4 Months, 1 Week ago
|
|
|
FOOOOLISHNESS.. it didntfix theproblem.
|
|
tmf (Visitor)
|
Logged
|
|
|
|
|
Re:Fix for Javascript Error in Internet Explorer 1 Week, 6 Days ago
|
|
|
PLEASE PASTE YOU CODE mod_moopopup.php i have igual problem.
|
|
diego (Visitor)
|
Logged
|
|
|
|
|