View Single Post
ישן 03-07-06, 00:36   # 4
miniature
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,754

miniature לא מחובר  

תעשה DIV עם position:absolute ועם visibility:visible שנקרא לו "load" לדוג', ועוד DIV ששם יהיה כל מה שעושה את החישוב עם visibility:hidden שנקרא לו "abc" לדוג', ותעשה ב BODY כך:
HTML קוד:
<body onLoad="document.getElementById('load').style.visibility='hidden';document.getElementById('abc').style.visibility='visible'">
__________________
יואב.

דרכים ליצירת קשר:

אימייל: thebigfire@walla.co.il
הודעה פרטית
  Reply With Quote