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

Problem of radwindow only in IE

1 Answer 61 Views
Window
This is a migrated thread and some comments may be shown as answers.
kiran
Top achievements
Rank 1
kiran asked on 20 Nov 2009, 07:54 AM
Hi Telerik Team,

hi friends, im opening as popup using radopen function in javascript.
ex:-
var radOpenPopUp = radopen("http://clients.mindbodyonline.com/ws.asp?studioid=3366&stype=-9",null);
 //var opn = window.open("http://clients.mindbodyonline.com/ws.asp?studioid=3366&stype=-9")
  radOpenPopUp.setSize(900,400);radOpenPopUp.center();

this links open correctly in firefox, but fails to open in IE.

(i tried using the window.open this works fine in both IE and Firefox).

Can any one help me y i am facing this problem, aspd

Plz replay aspd.

Thanks


1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 20 Nov 2009, 08:28 AM
Hi Kiran,

This problem is not related to the RadWindow control which is yet another IFRAME. If you put a standard IFRAME on your page with src set to the Url you are having problems with, e.g.
<iframe src="http://clients.mindbodyonline.com/ws.asp?studioid=3366&stype=-9" width="500px" height="500px"></iframe>
you will experience the same exact behavior.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
kiran
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or