alex
01-19-2005, 05:22 PM
I would like to open a new browser window when my users click on a menu item. It doesn't seem like I can include an onclick method in the <a> tag because this doesn't work:
menu_10[11] = "<a href='#' onclick='alert('click')' >Page 1</a><br /> ";
Is there a solution to this problem? I only need it to work in IE.
Thanks, Alex
menu_10[11] = "<a href='#' onclick='alert('click')' >Page 1</a><br /> ";
Is there a solution to this problem? I only need it to work in IE.
Thanks, Alex