Hey, this may sound stupid, but is it possible to minipulate iframes with java?
i want my page to open with two frames/iframes.
one will be at the top, and the 2nd will fill the rest of the page, however i need the frames to be specific heights and widths for a users resolution. for example i would like something basicaly for the top frame to;
top_frame.width = screen.width
top_frame.height = screen.height/2 -600
any ideas?