Click here to Skip to main content
15,902,112 members

Comments by rushdy20 (Top 25 by date)

rushdy20 4-Dec-14 9:10am View    
sorry I haven't get you yet. could you explain with an example please
rushdy20 4-Dec-14 8:59am View    
sorry I did not get you how function window.parent.functionName(); get the focus out from iframe? please
rushdy20 11-Jun-14 4:09am View    
thanks for that correction now I have changed
it to
var amountvalidation = document.getElementsByClassName('input-group-placeholder');
but now I get a different error is says
uncaughtTypeError: Undefined is not a function on the bellow line
amountvalidation.insertAdjacentHTML('BEFOREND',block);
rushdy20 11-Apr-14 10:49am View    
<html>
<head>
<script>
$('divTerms').ready(function(){
window.print();
});
</script>
</head>
<body >
<div id="divTerms" style="Width:100%; height:100%" önload="load()">
<object type="text/html" data="/Estimates.htm" style="Width:100%; height:100%">
</object>
</div>
</body>

</html> it didn't work
rushdy20 11-Apr-14 8:58am View    
yes when I browser the above html I expect that the div should load the /estimate.htm before the print dialog open but that is not the case the print dialog appear before the div is populated with the text.