This topic is locked

iFrame

7/6/2009 11:29:58 AM
ASPRunnerPro General questions
M
marchino author

Hi everyone,

I'm trying to display Master and Details on the same page. I've read the topics in the forum , I asked the support and it seems that the only way is to use iframes.

Ok. No problem. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=12250&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />

Anyone can help me?

I've never used'em and my situation is pretty simple. I have two tables: Documents and Images with ID_DOC as PK.

So if I write in visual editor
> <iframe src ="IMAGES_list.asp?" id="master_IMAGES_add" width="100%" height="150>

> <p>Your browser does not support iframes.</p>

> </iframe>

>

I get the iframe where I want, but it's empty,
where am I wrong?

> Thanks, marco