You are viewing limited content. For full access, please sign in.

Question

Question

Looking to build form with iFrame to left and Fields to the right

asked on July 6, 2016 Show version history

Has anybody attempted building a LF Web Form with an iFrame on the Left displaying an image from WebAccess with the Form fields displayed to the right of the iFrame. Looking for something that would resemble a split screen, page to the left, fields to the right.

Need the iframe to be read only.

Any suggestions are appreciated.

0 0

Replies

replied on July 7, 2016

For display the content, you can use two iframes, one for the WebAccess page, one for Forms page.

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Iframe test</title>	
<body>
</iframe> <iframe frameborder="1"src="URL for WebAccess page" width="600px" 
height="800px" scrolling="Yes"></iframe>
<iframe frameborder="1" src="url for Forms process" width="600px" height="800px" scrolling="YES"> </iframe>
</body>
</html>

The read-only parts are not easy to achieve

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.