ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,492 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi.
I ve a Page default.aspx
Winth this code:
<A href="JavaScript: open()">open<\a>
<Script>
Function open()
(
Windows.open('2.aspx');
)
<\Script>
It doesnt work because It says a JavaScript error about stack.
Whats Is the problem?
I googled with no results.
Thanx