Iframes

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?

I’m really not sure. If Java uses any type of HTML commands such as href, etc., the method of manipulating a frame may be similar. Alas, I can’t help you any further, for my knowledge of Java is very limited.

Cheers!
Kirupa :cool:

no worries thanks for the responce tho :slight_smile:

worked a way around it anyways :smiley: