在主页 由一个新闻标题 点击弹出新闻内容的html页面。
现在有一个前台控制器 需要大家指点一下javascript的写法。望大家帮助。
下面的代码拷贝另存为xx.html
[code="html"]
function openUrl(url) { window.open(url,null,"height=600,width=800,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes"); }
JavaEye
ItEye
[/code]