Hi nmahale,
You can use any normal HTML/Javascript techniques to show things anywhere you like in your web page. For example, you can use an IFRAME like:
<IFRAME SRC="/path/to/zoomscrollchart" ......>
In the above, the URL is hard coded. You can use a button, so that when the user clicks the button, some Javascript is executed which set the SRC of the IFRAME to the chart you want to show.
Regards
Peter Kwan |