Via Inline Frames

Using standard HTML Inline Frames, FutureSource iFS components are quick to integrate.

 

Components:

 

Example:

 

<html>

<head>

<title>Custom Quotes</title>

</head>

 

<body>

<p>Lorem ipsum dolor site amet, consetetur sadipscing elitr, sed diam nonumy...</p>

<iframe src="https://ifs.dataservices.theice.com/quotes/quotes.jsp?cID=[ID]&iFSQgroup=grains&iFSQfields=desc,month,last,open,high,low,netchg&iFSQwidth=500" width="500" height="500" border="0"></iframe>

</body>

</html>

 

The above example should produce a page with your navigation on the left hand side and an iFS Quote Board in the right hand frame.  Whenever a user clicks on a link in the iFS Quote Board to bring up a chart, or to even get options the new component will continue to load in that right hand frame.

 

Note:

Be aware that all clicks to other components will force the next component to load in that frame.  If the frame specified is to small and a user clicks-thru to another component, the next component might not display properly in the small frame size.

 

In the above example please be sure to replace "cID=[ID]" with the ID given to you.  For example, to use the FutureSource ID simple replace "cID=[ID]" with "cID=FS".