#12001/7/13 19:57:44
俺提的问题有好几天了!俺估计也不是很难答啊:
用window.open打开新窗口时,标题栏上的“untitlted document——microsoft internet explorer”字样如何去除呢?好象ie的文档对象模型里没有说到这个:p用window.open打开新窗口时,标题栏上的“untitlted document——microsoft internet explorer”字样如何去除呢?好象ie的文档对象模型里没有说到这个:p
注:如果用javascript,在window.open里加上标题名称(window.open(‘url’,‘title',’location=...‘)就可以了,可俺用的偏偏是vbscript,这个window.open ‘url',‘title’...无论如何不能用。