home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
isnet Internet
/
Isnet Internet CD.iso
/
prog
/
html
/
10
/
10.exe
/
data1.cab
/
App_Files
/
Configuration
/
Objects
/
Invisibles
/
Comment.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
|
350 b
|
13 lines
// Copyright 1999 Macromedia, Inc. All rights reserved.
//--------------- GLOBAL VARIABLES ---------------
var helpDoc = MM.HELP_objComment;
//--------------- API FUNCTIONS ---------------
function objectTag() {
// Return the html tag that should be inserted
return '<!--' + document.forms[0].comment.value + ' -->';
}