我采用了我的模板档案中的代码。
<a onclick="previewPop( <?= $this->url(array( controller => report , action => generatepreview , report_date =>str_replace("%2F", "/", urlencode($this->report_dt))), default , true)?> )" href="javascript:void(0);" title="Preview">Preview</a>
<script type="text/javascript">
function previewPop(url){
window.open (url,"Invoice","menubar=1,resizable=1,width=850,height=550");
}
</script>
这是我的ur。
http://test.study.com/shop1/public/report/generatepreview/report_date/2011%2F10%2F20
因此,“Object not found!
。 因此,我想把数据放在后面,而不是用斜体表示。 怎么能够做。