Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Embed frames into a confluence page

Ewgenij Sokolovski May 9, 2014

Hello, community. I want to mebed two frames on a confluence page. The first frame contains an HTML form. The user inputs some data in it. After he clicks the "submit" button, he gets a result in the second frame which resides on the right. So, I want to achieve something like that:

<html>
<head>
<title>My Page</title>
</head>
<frameset cols="70%,30%">
  <frame src="input.html" name="input">
  <frame name="result">
  <noframes>
    <body>
      <p><b>Frames have to be enabled!</b></p>
    </body>
  </noframes>
</frameset>
</html>

I used the HTML-Macro first. But apparently it cannot work with paths on the server. When I supplied the source path of my first frame - <frame src="/one/two/three/input.html"> it could not display the content. OK, then I used the HTML-Include Macro and included the code above as URL. But now it says that no frames are enabled. So, what could I do?

BR

Ewgenij

4 answers

1 vote
BRUCE BERGER May 10, 2014

I would also like to know the answer - 160 followers!

0 votes
BRUCE BERGER May 18, 2014

Yes, I found it, installed it and it seems to be working.

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 12, 2014

Does this "application already exist somewhere butyou just want to display in your wiki as well, or is this something new? If it already exists then you could use an iframe to show it in the wiki. The html macro could be used for this, or if you have the content formatting macros (free) it comes with an iframe macro. You would simple use an iframe to show the existing site on the wiki page. If this is something new and you are set on using frames then again I would build this outside of Confluence and show it inside the wiki using an iframe (inline-frame).

Ewgenij Sokolovski May 18, 2014

OK, actually, it does not exist yet. I wanted to implement it in a confluence page :-) What do you mean by using content formatting macros?

Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 18, 2014

I provided the link in my above anser. It is a add on in the atlassian marketplace. Onve of the macros included is an iframe macro.

Ewgenij Sokolovski May 19, 2014

OK, so is it the only way? Is there no possibility to implement it on a confluence page directly? I ask because I wanted to use the name of currently logged in user in page contents and also did not want to make a separate webpage, accessible outside of confluence.

0 votes
Ewgenij Sokolovski May 12, 2014

Apparently, nobody knows :-(

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events