I am looking for way to implement iframe just like a frame.
There is a problem with scroll bar when I update the src of it. It sometimes disappears for some web pages (like Yahoo.com). And I have to work against frame breaker too.
There is a very good implementation that fits my need. It is the Navigator of EyeOS. I would like to know if there is any similar implementation that is standalone and off-the-shelf.
The reason I am not using frame is that I am not allowed to have JavaScript drop-down menu over the frame. As far as my research goes, it is not possible except for HTML combobox control. Please let me know if I am incorrect. :-)