SoFunction
Updated on 2025-04-09

Keyword tags are beneficial for search modifications

Search {$GetArticleKeyWord}, ​​{$GetPictureKeyWord} and {$GetDownKeyWord} in KS_Cls\KS_RefreshCls.asp respectively and add the following sentence afterwards. You must see clearly.
FileContent = Replace(FileContent, "{$GetArticleKeyWord}", Replace(RefreshRS("KeyWords"), "|", ",")) 

   FileContent = Replace(FileContent, "{$GetPictureKeyWord}", Replace(RefreshRS("KeyWords"), "|", ","))

   FileContent = Replace(FileContent, "{$GetDownKeyWord}", Replace(RefreshRS("KeyWords"), "|", ","))
If you use keyword as browser meta information, the above modifications are required. Because keywords are separated in English commas, such modifications will not affect the operation of database and programs with "|".