ASP Basket within an <iframe>

I am looking into getting a new basket and I will be using ASP coding. The site I have found is VPASP.com and they use the tag <iframe> to get the cart within the page.

Would you say this is a good basket to use? Is it ‘good practice’ to be using <iframe> tags?

Any comments are welcome.

Thanks,

Matt.

Iframes are awesome, in fact, they’re pretty necessary in some cases. It’s really only bad practice when you start using it for layouts like back in the day.

If you look carefully, you’ll notice some sharing/like buttons around the web are actually miniature iframes. Iframes make it a convenient way to add externally managed things to your page without worrying about mixing up scripts or stylesheets.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.