Microsoft
Software
Hardware
Network
Question : IE7 browser issue with JS fancybox
Hi,
I've got a page, here:
http://tinyurl.com/ydn6rue
If you click the "Request Information" button near the bottom, in any browser except IE 7, it works perfectly.
Click it in IE7 and it fails to render,
Any idea what's going wrong with this?
Thanks.
Answer : IE7 browser issue with JS fancybox
IE is funky about trailing "," marks after items in an array. The last item in an array or object property list should not have a trailing "," behind it.
1:
'hideOnOverlayClick': false, //mike added this. remove the trailing "," after this and try again
Open in New Window
Select All
Random Solutions
how to run dos command in vb.net2003 windows application coding?
SSRS Remove A User Account
Problem regarding read only database
Timesheet Excel Tempalte -- calculating regular,overtime1,overtime<wbr />2
Multiple Values in RDLC Matrix
SAGE 2009 AND WINDOWS 2008 TERMINAL SERVER
Cannot access roles and features in Server Manager
Convert date from mm/dd/yyyy to yyyymmdd
Call function with database value on aspx page
Importing the Excel file into SQL Server via SSIS - Excel data is not in table format