ishare
12-21-2008, 07:57 AM
Hi,
I have another webpage which is installed on my server and i would like to use the content of this page on my vbulletin forum.
I would like to show the content of an external page, using java script instead of iframe. Due to each movie has different size of content, its diffucult to use same size iframe for all. So for sure javascript will be much better.
An example :
<script src="http://services.imflexi.com/imdb/tt0172495/"
type="text/javascript"></script>
I have also a custom bbcode called "movie". So to show the content of above page, i use "{param}" in my forum.
Above is just an example. The page i would like to show the content is much different.
The problem is, i do not know how to use the javascript to show my own external page's content.
Does anyone know how to show an external page content in my vbulletin forum using java script ?
Thanks in advance...
I have another webpage which is installed on my server and i would like to use the content of this page on my vbulletin forum.
I would like to show the content of an external page, using java script instead of iframe. Due to each movie has different size of content, its diffucult to use same size iframe for all. So for sure javascript will be much better.
An example :
<script src="http://services.imflexi.com/imdb/tt0172495/"
type="text/javascript"></script>
I have also a custom bbcode called "movie". So to show the content of above page, i use "{param}" in my forum.
Above is just an example. The page i would like to show the content is much different.
The problem is, i do not know how to use the javascript to show my own external page's content.
Does anyone know how to show an external page content in my vbulletin forum using java script ?
Thanks in advance...