pelegk1
08-13-2003, 05:51 AM
i am doing this
str="לעיונך - מסמך מאתר לאומית-נט";
str2="mailto:?subject="+str +"&body="+parent.location;
window.location.href=str2;
now when the mail message open's
everything is ok exept to the :
parent.location
the problem is that in the url line it written :
http://myServer/Home/menu/sub_frames.asp?
source=&DocID=903
but in the mail it only show's :
http://myServer/Home/menu/sub_frames.asp?source=
why is that??????
10X:)
peleg
str="לעיונך - מסמך מאתר לאומית-נט";
str2="mailto:?subject="+str +"&body="+parent.location;
window.location.href=str2;
now when the mail message open's
everything is ok exept to the :
parent.location
the problem is that in the url line it written :
http://myServer/Home/menu/sub_frames.asp?
source=&DocID=903
but in the mail it only show's :
http://myServer/Home/menu/sub_frames.asp?source=
why is that??????
10X:)
peleg