home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net - The Best of 1999/2000
/
netCD Special01.iso
/
pc
/
Software
/
Dreamweaver
/
dreamw.exe
/
data1.cab
/
App_Files
/
Configuration
/
Objects
/
Common
/
SSI.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
JavaScript
|
1999-12-09
|
377 b
|
14 lines
// Copyright 1999 Macromedia, Inc. All rights reserved.
//--------------- API FUNCTIONS ---------------
function objectTag() {
var bDialogState = dw.getShowDialogsOnInsert(); // Was dialog shown?
var newURL = browseForFileURL("select");
if ((newURL == '') && bDialogState) { return ''; }
return '<!--#include virtual="' + newURL + '" -->';
}