Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
TheScarecrow #1
IFRAME and query
I have an iframe that I want to display a different query when the user clicks
on an item. <iframe name='contentFRM' id='contentFRM' width='0' height='0'
frameborder='0'></iframe> Is there way to do this through coldfusion or
javascript? Thanks.
TheScarecrow Guest
-
iFrame
Is there an easy way to create an iFrame in Dreamweaver MX? -
Iframe issue
Hi All, I have a problem with my html page. I'm using iframes in html page. Now, when I load a file in the iframe, my browser history getting lost.... -
[JS] iFrame.
God morning... I need to resize a iframe based in your content, but when a try it, i receive a error message Access Denied. Anybody know how... -
Display query results in iframe not a table
Hi Problem: I am previewing a PowerPoint slide show in a web page iframe. I would like to be able to link the iframe somehow to a database of... -
<IFRAME>
Hi all. I'm having to use <IFRAME> for a scrolling area for a client 'cos they don't want any Flash on the site. They want the scrollbar to be... -
philh #2
Re: IFRAME and query
Yeah. You'll just have to call the query template and place the results in the
frame. Sorta like <HTML> <HEAD> <META NAME='GENERATOR' Content='SAPIEN
Technologies PrimalSCRIPT(TM)'> <TITLE>Document Title</TITLE> <SCRIPT
language='Javascript1.1'> function REFI(blah){
window.MyIFrame.location.href=blah; } </script> </HEAD> <BODY> <!-- Insert
HTML here --> <div onclick='Javascript:REFI('http://www.esri.com');'>Hi! Click
here to change the IFRAME source.</div> <IFRAME height='300' width='640'
ID='MyIFrame' src='http://www.iimak.com'> </BODY> </HTML>
philh Guest



Reply With Quote

