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
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.