נשלח בתאריך: 23 March 2007 בשעה 14:05 | | IP רשוּם
|
|
|
|
<script language="javascript" > function createFlashMarkup(width,height,uri,replaceid){
var embed = document.createElement('embed'); embed.setAttribute('width',width); embed.setAttribute('height',height); embed.setAttribute('src',uri);
var div = document.getElementById(replaceid); document.getElementsByTagName('body')[0].replaceChild(embed,div); }
window.onload = function(){ createFlashMarkup('770','594','loadme.swf','replaceme'); } </script> </head>
<body> <table width="513" border="0" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="513" height="300" valign="top"><div align="left" id="replaceme">place me here </div></td> </tr> <tr> <td height="49"> </td> </tr> </table> </body> </html>
זה עדיין לא עובד
|