Is there a way to make a panel contain a webpage.. so that it acts kinda like a frame?
try this inside the panel:
I copied that object code into a panel, and it just displayed a blank area. The area had disabled scroll bars, but even the "didn't work..." didn't show.
I tried it and it works perfectly inside a panel...
The OBJECT solution only works in Firefox. Try an iframe:
try this inside the
19 July, 2008 - 16:57 — i.rtry this inside the panel:
data="http://www.google.com"
width="100%" height="100%">
<p>didn't work...</p>
</object>
I tried that.. but it just displayed a blank area
22 July, 2008 - 15:15 — dfletcherI copied that object code into a panel, and it just displayed a blank area. The area had disabled scroll bars, but even the "didn't work..." didn't show.
I tried it and it works
23 July, 2008 - 09:48 — i.rI tried it and it works perfectly inside a panel...
The OBJECT solution only
23 July, 2008 - 15:15 — SjoerdThe OBJECT solution only works in Firefox.
Try an iframe: