tcollick
02-22-2003, 09:40 AM
Hi All,
Im helping my friend create a financial website which contains a "price applet" in an iframe that refreshes every 5 seconds.
Unfortunately, it is jamming the dynamic menu.
The code for the iframe is:
-------------------------------------------------
<iframe
src="http://www.IFXmarkets.com/Remote/DisplayCustom.asp?id=322&cellspacing=1&MarketHeading=Rate"
width="180" height="80"
marginheight="0" marginwidth="0"
scrolling="no" noresize frameborder="0">
</iframe>
----------------------------------------------------
and the URL is http://www.fxonlinejapan.com/demo.
If anyone knows code to fix this problem it would really be appreciated. FYI the applet only works on that domain.
regards,
TC
Im helping my friend create a financial website which contains a "price applet" in an iframe that refreshes every 5 seconds.
Unfortunately, it is jamming the dynamic menu.
The code for the iframe is:
-------------------------------------------------
<iframe
src="http://www.IFXmarkets.com/Remote/DisplayCustom.asp?id=322&cellspacing=1&MarketHeading=Rate"
width="180" height="80"
marginheight="0" marginwidth="0"
scrolling="no" noresize frameborder="0">
</iframe>
----------------------------------------------------
and the URL is http://www.fxonlinejapan.com/demo.
If anyone knows code to fix this problem it would really be appreciated. FYI the applet only works on that domain.
regards,
TC