home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 March / PCpro_2007_03.ISO / files / browser / msie7 / IE7Setup.exe / mshtml.dll.mui / HTML / OBJECTEMBED.JS < prev   
Encoding:
Text File  |  2006-10-27  |  185 b   |  8 lines

  1. function ObjectLoad()
  2. {
  3.     if (objectSource)
  4.     {
  5.         objectDestination.outerHTML = "<embed width=100% height=100% fullscreen=yes src=\"" + objectSource + "\" />";
  6.     }
  7. }
  8.