MPNews How-Tos
How to get the "REPLY" message window to appear correctly
Thread Starter: Arnold Bailey Started: 2/27/2008 12:28 PM UTC
Replies: 1
How to get the "REPLY" message window to appear correctly

At the top of the Post.aspx file their is a javascript AutoSizeWindow() command which doesn't work to well on some browsers. You can either remove it and let it assume the default window size or you can force the size you want with something like.

window.resizeTo(width,heighth);

or you can go into Common.js and try to fix the AutoSizeWindow.

 

When someone clicks on REPLY to reply to a message, the message window that pops up isn't large enough to show the "FROM" line, "SUBJECT" line, etc.

To see what I mean, go to http://sjforums.newsgrouphosting.com , open any message, and click on "REPLY".

How do I fix that?

Thanks.



--alb

Re: How to get the "REPLY" message window to appear correctly
Thanks.  Sorry, I just read your reply today.
I use the newsgroup hosting service and do not have the actual server software.  So, I don't think I have access to the command codes.  But, I did receive an email back saying they fixed it on the MPNews hosting servers, and it did work correctly after that.

"Arnold Bailey" <abailey@webwrights.com> wrote in message news:5a434d31$4156bab2$5eaa@vlad...
At the top of the Post.aspx file their is a javascript AutoSizeWindow()
command which doesn't work to well on some browsers. You can either remove
it and let it assume the default window size or you can force the size you
want with something like.

window.resizeTo(width,heighth);

or you can go into Common.js and try to fix the AutoSizeWindow.


When someone clicks on REPLY to reply to a message, the message window that
pops up isn't large enough to show the "FROM" line, "SUBJECT" line, etc.

To see what I mean, go to http://sjforums.newsgrouphosting.com , open any
message, and click on "REPLY".

How do I fix that?

Thanks.


--alb