DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2010-09-07 04:33:43

Yuppski
New member

window.open

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

Offline

 

#2 2010-09-09 01:43:55

fabrice
DebugBar Support

Re: window.open

Hi,

It looks like the error you have is from your server and not related to IETester.

Offline