Post Reply 
comments inside IFRAME
19-May-2012, 02:49 PM
Post: #1
comments inside IFRAME
I am calling the comments script inside an IFRAME like this

<iframe src='./comments/include/commentics.php?page_id=1&title=title' framespacing='0' frameborder='no' scrolling='yes' width='100%' height='100'>
<p>You do not have iframes enabled.</p>
</iframe>

The problem is the IFRAME HEIGHT
This is set to 100px, but as the comments grow they get cut-off at the bottom.

I have looked into dynamic IFRAME heights, which would need to be calculated based off the number of comments ???

Do you have a solution for the IFRAME HEIGHT issue?

PS. By calling the comments using <?include ?> i found i got numerous path errors etc. so IFRAME has to be part of the solution for me.
Find all posts by this user
Quote this message in a reply
19-May-2012, 03:52 PM
Post: #2
RE: comments inside IFRAME
Hi,

The best way would be to overcome the path errors, but a solution for your iframe might be this:

http://www.daniweb.com/web-development/j...post531000

You would need to give your iframe an ID, to match "<FRAME_NAME>", like this:

Code:
<iframe id='<FRAME_NAME>' src='./comments/include/commentics.php?page_id=1&title=title' framespacing='0' frameborder='no' scrolling='yes' width='100%' height='100'>
<p>You do not have iframes enabled.</p>
</iframe>

Have you completed the interview?
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  No comments form appears despite many avenues explored... sherry 14 166 26-Apr-2013 03:05 AM
Last Post: sherry
  Comments number on another page. Edgey 4 460 17-Apr-2013 10:31 PM
Last Post: aww
  How to insert comments into other place? igor74 4 146 08-Apr-2013 01:48 PM
Last Post: igor74
  SSO, dynamically loading comments and customising dcode 4 206 09-Mar-2013 03:22 AM
Last Post: dcode
  Comments Appear on All Pages?! JMG 1 189 26-Feb-2013 06:24 AM
Last Post: JMG
  One url for comments sabrina 1 190 23-Feb-2013 01:25 PM
Last Post: Steven
  Sorting comments in SEF url system otuzel 0 212 26-Dec-2012 03:32 PM
Last Post: otuzel
  The 10 last comments ? besric 4 439 12-Oct-2012 07:58 PM
Last Post: besric
  Pathname to the File that inserts the Comments Box Bill 10 1,111 23-Jun-2012 11:46 PM
Last Post: Bill
  Comments on separate page from form mdrake 1 546 15-Jun-2012 11:19 AM
Last Post: Steven

Forum Jump:


User(s) browsing this thread: 1 Guest(s)