iframe tag

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

iframe tag

James Yong-2
Hi all,

I am doing a simple studio plugin. Need an iframe for displaying an OFBiz page.
Proposing a new tag, called iframe, which can be used within the html tag like this:
 platform-specific > html > iframe.

Regards,
James Yong
Reply | Threaded
Open this post in threaded view
|

Re: iframe tag

taher
Why iframes? It's rarely useful except maybe in sandboxing (and even then
maybe there are better ways), I would say just a few divs with CSS would
give you a nice layout no?

Note I don't object to adding it, just wondering what's the value?

On Thu, Apr 27, 2017 at 7:00 AM, James Yong <[hidden email]> wrote:

> Hi all,
>
> I am doing a simple studio plugin. Need an iframe for displaying an OFBiz
> page.
> Proposing a new tag, called iframe, which can be used within the html tag
> like this:
>  platform-specific > html > iframe.
>
> Regards,
> James Yong
>
Reply | Threaded
Open this post in threaded view
|

Re: iframe tag

James Yong-2
Hi Taher,

I will try without iframe and see how it goes.
Thanks.

Regards,
James

On 2017-04-27 12:52 (+0800), Taher Alkhateeb <[hidden email]> wrote:

> Why iframes? It's rarely useful except maybe in sandboxing (and even then
> maybe there are better ways), I would say just a few divs with CSS would
> give you a nice layout no?
>
> Note I don't object to adding it, just wondering what's the value?
>
> On Thu, Apr 27, 2017 at 7:00 AM, James Yong <[hidden email]> wrote:
>
> > Hi all,
> >
> > I am doing a simple studio plugin. Need an iframe for displaying an OFBiz
> > page.
> > Proposing a new tag, called iframe, which can be used within the html tag
> > like this:
> >  platform-specific > html > iframe.
> >
> > Regards,
> > James Yong
> >
>