alert(); // this alert appears for Firefox too.
$('<form action="Order/Create" id="Formabc" method="POST">' +
'<input type="hidden" name="WeightUnit" value="' + Units + '">' +
'<input type="hidden" name="Premium" value="' + 'N/A' + '">' +
'<input type="hidden" name="Cost" value="' + Cost + '">' +
'</form>').submit();
I am posting this form on jQuery Modal Model submit.
It is working in Chrome, Safari and IE, but not in Firefox..