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

radopen and FireFox

2 Answers 34 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 12 Dec 2013, 11:08 PM

When I use this  code:


window.radopen("..\\MyDirectory\\MyWebPage.aspx?Var1=" + v + "&Var2=" + v2, "myRadWindow");
It works fine in Goggle Chrome and IE but in Firefox I receive a Bad Request Error.

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 13 Dec 2013, 11:25 AM
Hi Raymond,

URLs for a web page need to use forward slashes, e.g.:
window.radopen("..//MyDirectory/MyWebPage.aspx?Var1=" + v + "&Var2=" + v2, "myRadWindow");



Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Raymond
Top achievements
Rank 1
answered on 13 Dec 2013, 04:50 PM

Thanks.


It works.

Tags
General Discussions
Asked by
Raymond
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Raymond
Top achievements
Rank 1
Share this question
or