Hi I'm looking to have something like this INSIDE my web page. I believe it's called an iframe? Anyway, I don't want to use iframes or frames. Is there any way to replicate this using PHP? Thanks
if you want to look in that way, you need javascript, you should get a box example, do a google search for java code
PHP is a server-side language that OUTPUTS HTML code (or javascript or w/e). So "PHP" is not the solution to something like frames. You can use a DIV with auto-overflow for example. (I hate hate hate iframes)
I searched for java code but I'm not sure what this type of thing is called. Is it a "java box"? If so I can't figure out where to find the code for that. Thanks for your help.