Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding iframe but two frames are opening?


Guest

Recommended Posts

Posted

I added a new info box and link to a guestbook page. I was able to get the page to load using text and comparing existing pages.

Then in the text portion of the page I typed this...

 

define('TEXT_INFORMATION', '<iframe src="
http://www.mysite.com/guestbook">/<iframe>
');

 

I know I still need to size the frame but I checked the page load and I get two frames side by side...one with my guestbook the other blank?? and I lost my right hand column (from the extra frame). Am I coding this correctly?

Posted
I added a new info box and link to a guestbook page.  I was able to get the page to load using text and comparing existing pages.

Then in the text portion of the page I typed this...

 

define('TEXT_INFORMATION', '<iframe src="
http://www.mysite.com/guestbook">/<iframe>
');

 

I know I still need to size the frame but I checked the page load and I get two frames side by side...one with my guestbook the other blank?? and I lost my right hand column (from the extra frame).  Am I coding this correctly?

 

I have no clue about iframes but I suspect it should be like this:

 

define('TEXT_INFORMATION', '<iframe src="

http://www.mysite.com/guestbook"></iframe>

');

Treasurer MFC

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...