Hi Steven,
 
    Try changing the following:
 
<% String url = "window.open('/title.do?MOVIEID="+ MOVIEID +"', 'title', 'fullscreen=no, toolbar=no, status=no, menubar=no, scrollbars=no, resizable=no, directories=no, location=no, width=550, height=350, left=200, top=200'";  //There is a ' followed by a ".
%>
 
<html:link href="<%=url%>"><%=TITLE%></html:link>
 
--Abraham
-----Original Message-----
From: Steven Leija [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001 4:30 PM
To: Struts
Subject: Non-matching extension tags

Hello All,
 
Can anyone help me with this problem?  I'm trying to have a link open up a custom browser window using a struts html:link tag, but I'm getting a Non-matching extension tags error.  Here is my code:
 
<html:link href="window.open("/title.do" + "?MOVIEID=<%=MOVIEID%>", "title", "fullscreen=no, toolbar=no, status=no, menubar=no, scrollbars=no, resizable=no, directories=no, location=no, width=550, height=350, left=200, top=200")"><%=TITLE%></html:link>
 
Thanks in advance! 
 
Have a good one.
 
Steven

Reply via email to