Hi folk, I am really have a problem in IE (Netscape works fine) with the follwing code:
---------------------------------------------
<a target="body" href="javascript:void(0);"><img src="images/post_button_copy.gif" onclick="parent.frames['body'].document.forms.FileList.submit();parent.frames['top'].document[PasteCutImg].src='images/post_button_paste.gif';document.CutImage.src='images/Move.gif';" alt="Copy Files" border="0"></a><a target="body" href="body.asp?action=Paste"><img id="PasteCutImg" src="images/post_button_pasteGray.gif" onclick="document.PasteCutImg.src='images/post_button_pasteGray.gif';document.CutImage.src='images/MoveGray.gif';" alt="Paste" hspace="3" width="20" height="20" border="0"></a>
<a target="body" href="body.asp?action=PasteCut"><img id='CutImage' onclick="document.PasteCutImg.src='images/post_button_pasteGray.gif';document.CutImage.src='images/MoveGray.gif';" src="images/MoveGray.gif" hspace="3" width="18" height="17" alt="Move selected files" border="0"></a>
<img src="images/expl_devider.gif" width="9" height="21">
------------------------------
the images changes succsefully in Netscape but not IE!
Please help