This is a migrated thread and some comments may be shown as answers.

Pop up screen shots - how......

2 Answers 51 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 29 Oct 2011, 02:30 AM
How did you achieve the screenshot popus with next and previous shown in this link please?

http://www.telerik.com/support/skins/details/metro-skin-for-asp-net-ajax.aspx

Cheers,

Jon

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Oct 2011, 07:04 AM
Hello Jon,

I suppose you want to open popup while clicking on some part of an image. So one suggestion is you can place an image map and specify the area you want to click and open RadWindow as popup.

JS:
<script type="text/javascript">
function clicked_on()
 {
    window.radopen(null, "RadWindow1")
 }
</script>

Thanks,
Princy.
0
Jon
Top achievements
Rank 1
answered on 29 Oct 2011, 07:13 AM
Tags
General Discussions
Asked by
Jon
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Jon
Top achievements
Rank 1
Share this question
or