var t;
t=outlookbar.addtitle('添加会员')
outlookbar.additem('添加新会员',t,' http://linkweb.cn/js/index.asp')
t=outlookbar.addtitle('查找会员')
outlookbar.additem('按会员号查找',t,' http://linkweb.cn/js/index.asp')
outlookbar.additem('会员名查找',t,' http://linkweb.cn/js/index.asp')
outlookbar.additem('开办时间查找',t,' http://linkweb.cn/js/index.asp')
t=outlookbar.addtitle('删除会员')
outlookbar.additem('删除会员号 ',t,' http://linkweb.cn/js/index.asp')
t=outlookbar.addtitle('修改会员')
outlookbar.additem('修改会员卡号',t,' http://linkweb.cn/js/index.asp')
outlookbar.additem('修改会员资料',t,' http://linkweb.cn/js/index.asp')
那连接网页的
' http://linkweb.cn/js/index.asp'可以换成路径吗? 我想在本机上看。。我自己做的几个网页