|
I can't find the thread now, so I'm writing a new one.
I've tested some javascript stuff for hiding/showing parts of a page. See http://www.ida.liu.se/~levsa/tmp/
and click on "hello" (javascript must be enabled I guess).
I've tried the same in a page that I've saved from "view_forum", i.e. after viewing a thread, but it doesn't work there. I don't know why.
But: It seems that the page is created from a script. true? If so, isn't it simple to replace all the "Subject: ... Text: ..." squares with a button "Reply", which generates a new, identical page, with that button replaced with the reply entry subject and text textareas.
If javascript worked. One could generate those areas with style="display:none" or style="visibility:hidden" and use some javascript to show them and connect that to some button called "Reply". |