R
rpeters
Guest
please reference:
http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=219
I have a hyperlinkcolumn in a datagrid which fires off a javascript from the DataNavigateUrlFormatString that looks like:
"javascript:window.open(Report.aspx?Report=Sample);"
The new window opens fine. The problem is that the browser window where the javascript is called loads in a page with "[Object]" as the only thing on it. I do not want the calling page to go anywhere. This is a javascript issue.
any help is appreciated ...
rpeters
http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=219
I have a hyperlinkcolumn in a datagrid which fires off a javascript from the DataNavigateUrlFormatString that looks like:
"javascript:window.open(Report.aspx?Report=Sample);"
The new window opens fine. The problem is that the browser window where the javascript is called loads in a page with "[Object]" as the only thing on it. I do not want the calling page to go anywhere. This is a javascript issue.
any help is appreciated ...
rpeters