C
|
cgphp 8/24/2011 |
You have to write some custom code for that. |
J
|
jasonfrew author 8/29/2011 |
You have to write some custom code for that. You can start from here: http://www.w3schools.com/jsref/met_win_open.asp Check the Example 2.
|
C
|
cgphp 8/29/2011 |
In the report page, insert a PHP snippet and enter this code: echo "<script type=\"text/javascript\">";
|
J
|
jasonfrew author 8/29/2011 |
So if i wanted in a button i would just add that code to the button? |
C
|
cgphp 8/29/2011 |
If you want it in a button, enter this code in the "Before client": window.open('your_custom_view_list.php','','width=600,height=600');
|
J
|
jasonfrew author 8/29/2011 |
Excellent Both of those solutions work |
J
|
jasonfrew author 9/1/2011 |
HaHA so when you click the button it says "Hello World !!!" where is this so i can delete? |
C
|
cgphp 9/1/2011 |
In the "Client after" section of the custom button. |