home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 June / comonline0602.iso / software / golive5 / GoLive5_Tryout.exe / MM7.Cab / F2380_NewImage.scpt.A1180258_69AD_4130_944D_0B6274131723 < prev    next >
Encoding:
Text File  |  2000-08-17  |  109 b   |  8 lines

  1. function newImage(arg) {
  2.     if (document.images) {
  3.         rslt = new Image();
  4.         rslt.src = arg;
  5.         return rslt;
  6.     }
  7. }
  8.