Ok. I am trying to make an update on the browse rotine. My idea is to have some kind of clipart. Everytime I upload an image, it become part of a clipart. The problem is I already have several images on it. So, when someone click on browse buton, I display only the first 10 images. After that the user must click on the "next page".
Well.
After that I get an error msg, problably due to the window.setImage('" + sFileURL + "') ;
The error happens only when the user move to the next page. I think I should have something like this window.window.setImage !?!?
Any help will be very welcome!!
After I finish the routines I will send to Mr. Frederico to make available If he think It can be usefull...
<SCRIPT language=javascript>
window.setImage('" + sFileURL + "') ;
window.close() ;
</SCRIPT>
Well.
After that I get an error msg, problably due to the window.setImage('" + sFileURL + "') ;
The error happens only when the user move to the next page. I think I should have something like this window.window.setImage !?!?
Any help will be very welcome!!
After I finish the routines I will send to Mr. Frederico to make available If he think It can be usefull...
<SCRIPT language=javascript>
window.setImage('" + sFileURL + "') ;
window.close() ;
</SCRIPT>
RE: Browse the files on server
opener.parent.setImage(contentframe.formName.Image.Src);
parent.close;
Thats what I would do,
John
RE: Browse the files on server
This is because the opener (the image window)