Your javascript:popup came from a function library which you have not made
available:

Here is a typical popup function:


function popup(sUrl){
        
remoteWin=window.open("","popup","scrollbars=yes,menubar=no,titlebar=no,top=
150,left=150,width=250,height=250");
        if (remoteWin != null){
                remoteWin.opener=self;
                remoteWin.location=sUrl;
        }
}



-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Parvez Khan
Sent: 20 July 2005 18:08
To: ASP . NET
Subject: [AspNetAnyQuestionIsOk] Javascript:popup

Hi guys,

I want to open a page using  javascript:popup but its not working.

my code is

<a href = "javascript:popup('AddEmployee.aspx?EmpID=1')">Add Employee</a>
 so please suggest me where shud i use this line of code.

Thanks
Parvez






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to