javascript error
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi,plz check this winobj=new object(); function winopen1() { winobj=window.open("setcustmailbody.aspx"); return; } function winclose1() { winobj.close(); return; } When i call the winclose1() the window is not closed,whats wrong in this
-
Hi,plz check this winobj=new object(); function winopen1() { winobj=window.open("setcustmailbody.aspx"); return; } function winclose1() { winobj.close(); return; } When i call the winclose1() the window is not closed,whats wrong in this
If you open this site in firefox and look into the JavaScript console, what error do you get?
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!