<$cript type="text/javascript">
$(window).ready(function(){
$('#iframe_uploader', window.parent.document).height($('body').height());
});
<?php if($file_name):?>
parent.add_product_image('<?php echo $file_name;?>');
<?php endif;?>
</$cript><$cript type="text/javascript">
$(document).ready(function(){
$('.datepicker').datepicker({dateFormat: 'yy-mm-dd'});
});
</$cript>Both are not working in Firefox 14.0.1. Any script experts to help me. It is working in Google Chrome!!!!