由js转换成vbs语法并处理正则表达式的问题
HTML=HTML.replace(/\-\s<\/font><a\sclass=fl.*类似网页<\/a>(<\/font>|(<br>.*<\/font>))/gi, "</font>");
HTML=HTML.replace(/(onmousedown\=\"return clk)/gi, "target=_blank onmousedown=\"return clk");
Footer=Footer.replace(/\/intl\/zh\-CN\//ig,"images/");
Footer=Footer.replace(/\/search\?q\=/ig,"google.asp?keyword="+Request("keyword")+"&q=");
Footer=Footer.match(/<br clear=all><div class=n><table.*<\/span><\/a><\/table>/);
以上五个语句均要从js转换成 vbs 的语法。。。对js太陌生了。。请各位帮忙。。谢谢!