The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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.
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?<
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.
Code:
<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:
<% =oldfilename %>
<% =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?<