Thanks a lot...!! ----- Original Message ----- From: Mark Pawelek To: AspNetAnyQuestionIsOk@yahoogroups.com Sent: Thursday, July 21, 2005 12:17 AM Subject: RE: [AspNetAnyQuestionIsOk] Javascript:popup
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: AspNetAnyQuestionIsOk@yahoogroups.com [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 a.. Visit your group "AspNetAnyQuestionIsOk" on the web. b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ------------------------------------------------------------------------------ [Non-text portions of this message have been removed] 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/