|
-
December 30th, 2005, 12:28 PM
#1
function calling problem
Hi,
i m trying to close web form by creating
function fclose()
{
window.close ;
}
and calling this function by
<asp:Button id="Button2" runat="server" Text="cancel" OnClick = "fclose()"></asp:Button>
but somehow its giving compilation error as
'fclose' is not a member of 'ASP.WebForm1_aspx'.
pls tell me how to solve this problem?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|