Hi, I need to open a pop up using <html:link> ..The code I am using is
<% String tempStr = "javascript:popUpWindow('/readLogEntry','" + tmpStr + "',100,100,100,100)"; %> <html:link onclick= "<%=tempStr%>" action="/LogFileSelectPage">Detail</html:link>
where tmpstr is a variable containing a String . My problem is that i dont want any action on the parent page but if i remove the action tag from <html:link>, this stops working .
Any help would be appreciated. Thanks, Kavita --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]