I have a question on the similar lines. I've also encountered similar situation. I used a simple JavaScript function to fire off an action in a new window. Since, the menu, toolbar etc. was not supposed to be shown, I had to use this solution(though it's only to fool lay people ).
How far do you think, this solution can be accepted? Though this works for me for the time being, I'm sure 1) there are better ways to do it 2) This approach does not seem to have it's proper roots.
How far do you think, this solution can be accepted? Though this works for me for the time being, I'm sure 1) there are better ways to do it 2) This approach does not seem to have it's proper roots.
Why do you say it doesn't have "proper roots"? Sure, it may seem ugly but that's the best that you can do, really. As mentioned/alluded to above, "windowing" is a client-side function. The server process really doesn't have anything to do with it.