Hi All
Thanks for the great product.
When trying to use the syntax open.window
IETester creates a new tab but then displays :-
Server Error in '/Mala_Orders' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Mala_Orders/Web Pages/Login.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4205
The "Requested URL: /Mala_Orders/Web Pages/Login.aspx" is not the page thats called.
Is it possible to execute window.open using IETester?
heres the code:-
ClientScript.RegisterStartupScript(typeof(Page), "Order", "<script type='text/javascript'>window.open('" + ResolveUrl("~/Web Pages/Order.aspx" + "')</script>"));
Many Thanks
Yuppski