I'm using this code in imagebutton's load :
Response.Write( "<script>window .close();</script>");
but it is not working on mozilla and chrome.What is the reason of this and how can i close the window on mozilla and chrome?
User Profile
Collapse
-
how to close window in mozilla firefox
-
How to get Max value from a column?
create view vw_www
as
select c.customerID,co mpanyname,SUM(o d.OrderID)as ToplamSatis from [Order Details] od inner join Orders o on o.OrderID=od.Or derID
inner join Customers c on c.CustomerID=o. CustomerID
group by c.customerID,Co mpanyName
---i want to get max value of sum.
No activity results to display
Show More