Iframe: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 18: Line 18:


That's it.
That's it.
==Can we embed a Gantt chart this way?==
<html><iframe src="http://opensourceecology.comindwork.com/web2.aspx/DB/METAGANTT#ALL
" width=50% height=50%>
</iframe></html>

Revision as of 02:34, 13 May 2013

Introduction

Iframe - html tag for embedding outside content.

Example

<iframe src="/default.asp" width="200" height="200"> </iframe>

<iframe src="http://en.wikipedia.org/wiki/Open_Source_Ecology " width=100% height=100%> </iframe>

Real of the latter:

That's it.

Can we embed a Gantt chart this way?