Hey,
In mikes file attachment, it inserts text into the window that opened it to link to the image after a succesful upload using this line.
<script>
//window.opener.PostTopic.Message.value=window.opener.PostTopic.Message.value + "\n\nImage Insert:
<% =strFileSize %>";
window.opener.PostTopic.Message.value=window.opener.PostTopic.Message.value + "\n\nFile: [url=\"<% =strForumURL %><% =SUBFOLDER %>/<% =filename %>\"] <% =oldfilename %>[/url]
<% =strFileSize %>";
</script>
Instead of window.opener is it possible to give the post.asp window an id and instruct mikes file attachment to insert the text into the post.asp ID?<