Try:

<a href="#"
onClick="window.open('AddEmployee.aspx?EmpID=1');">abc</a>

Or:

<a
href="javascript:window.open('AddEmployee.aspx?EmpID=1');">abc</a>

Mark
--- Parvez Khan <[EMAIL PROTECTED]> wrote:

> 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