home *** CD-ROM | disk | FTP | other *** search
- // Copyright 1999 Macromedia, Inc. All rights reserved.
-
- //--------------- GLOBAL VARIABLES ---------------
-
- var helpDoc = MM.HELP_objKeywords;
-
- //--------------- API FUNCTIONS ---------------
-
- function objectTag() {
- // Return the html tag that should be inserted
- return '<meta name="keywords" content="' + document.theForm.Keywords.value + '">'
- }
-