#12001/7/23 13:49:06
请问下面的这个函数是什么意思?
function newwin(url)
{
window.open('http://www.6to23.com/sub/show.html?url=' + url,'','toolbar=1,location=0,directories=0,menubar=1,resizable=1');
}
function newwin2(url)
{
window.open('http://www.6to23.com/sub/show.html?url=http://www.6to23.com' + url,'','toolbar=1,location=0,directories=0,menubar=1,resizable=1');
}
它的调用语句是:
onclick="window.open('http://city.6to23.com/main.asp')"
onclick="window.open('http://city.6to23.com/1/?t=1&bbs=%B1%C8%D1%CC%BB%A8%BC%C5%C4%AF%B5%C4%C8%CB%CA%C7%CE%D2')" 等。