hi guys,
i am using appfuse 1.9.3 with spring
i have a link in my jsp page as given below <tr>
<td colspan="3" >
<a href="#"
onclick="Popup=window.open('www.yahoo.com','Popup','toolbar=yes,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=420,height=400,left=430,top=23');
return false;">
Test Window</a>
</td>
</tr>
on clicking the link it is opening a popup window but the url is not
www.yahoo.com but it s showing
http://localhost:8080/mywebppname/www.yahoo.com.
as i only want the url which i set in the link to be opened in my popup
window.
regards,
anil