Jump to content

iframe help


Tidgy

Recommended Posts

Hi,

I have just discovered iframe and have a couple of questions which I cannot locate the answers to.

What is the difference between the URL and the Long Description URL fields please?

Also, Is it possible to make it create a new page or a pop up window? 

Thank you

 

 

Link to comment
Share on other sites

An IFRAME is a complete other web page that will have the browser insert that other page at the <iframe> location in the original page's HTML code.

Apparently, there is the ability to have an attribute of the iframe tag called longdesc. It is not supported in HTML 5 which is what CubeCart 5/6 uses.

In HTML less than 5, I do not know how the long description presents itself, but it is a link to another source page that is designed to have some sort of helpful information about the source location and meta-contents of the iframe's contents.

Link to comment
Share on other sites

  • 4 weeks later...

Alternative as a pop-up (The easiest way as possible)

 

Quote

<a href="https://www.Your-page-recommend-to-show-a-pop-up.com" onclick="NewWindow(this.href,'name','700','900','yes');return false"><img src="https://address-graphics-that-need-to-click.com" alt="Pop-up" /></a>

or

<a href="https://www.Your-page-recommend-to-show-a-pop-up.com" onclick="NewWindow(this.href,'name','700','900','yes');return false">displayed-contents</a>

- On your computer when you click appears as a pop-up window
- Tablet and mobile devices will be displayed as a new page.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...