Forum Moderators: open
Whats the code for backbutton as link?
For the back button link, start here: [webmasterworld.com...]
For scrollbars in one cell of a table, you could try an iframe / ilayer. It's probably the simplest way to go.
You could also place a div inside the cell and use CSS to set overflow to auto (or scroll, if you always want scrollbars). You'll probably run into more touchy browser bugs with the second approach.
And can't you open a chromeless window from a chromeless.
I linked to a chromeless from a chromeless, but it opened the link in the same window.
>> ...but it opened the link in the same window.
Include code that tells the browser to open the document in a new window. Check out this thread [webmasterworld.com] for some ideas. Look for the heading SEPARATE POP-UP WINDOWS a few messages down.