IE8 BlokUI "Not Implemented" error message
Here is my site:
http://www.bostonairportlimoservices.com
TRY this in IE8
Click on "Resevation" link, provide any USA place in pickup and drop address, date and time and press "Get Rates".
In the next page, press the "Select" button which should bring up a BLOCKUI popup. The same for "View Details" link.
It works fine in FF, and IE7 but not in IE8.
This is the code i use to invoke a div:
-
jQuery('.link_vd1').click(function() {
jQuery.blockUI({ message: jQuery('#vehicle_details'),
css: { top: '2%',left: '20%', height: '450px', width: '500px' }
});
In ie8 i see the following error:
Message: Not implemented
Line: 227
Char: 17
Code: 0
URI:
http://www.bostonairportlimoservices.co ... blockui.js
On clicking on the "Select" button i got the following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; UPS-Corporate; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; MS-RTC LM 8; yie8)
Timestamp: Tue, 12 May 2009 14:19:34 UTC
Message: Not implemented
Line: 227
Char: 17
Code: 0
URI:
http://www.bostonairportlimoservices.co ... blockui.js
Message: 'parentNode' is null or not an object
Line: 173
Char: 9
Code: 0
URI:
http://www.bostonairportlimoservices.co ... blockui.js
Can any one replicate this issue and provide me a solution?
I use -
jquery-1.3.2
block-ui-2.16
Thanks,
Sundar