i've got this Javascript that pops up another window to display a Strut
form

<script language="javascript">
function openWin() {
        window.open("/util/showEmailFriend","_blank", "
toolbar=0,scrollbars=0,status=1,resizable=0,menubar=0,width=400,height=5
00");
        }
</script>


        but i kept getting an error... "can't find
C:/iPlanet/Servers/docs/util/showEmailFriend.do (File not found)"

        any pointer in how i should i go about acheiving this?
+trish

Reply via email to