/    Sign up×
Community /Pin to ProfileBookmark

embedding a fram within a table

Hi,
Is it possible to embed a frame within a table of an asp page?
i.e. can you make a tables contents be a page from another site?
Thanks

to post a comment
HTML

6 Comments(s)

Copy linkTweet thisAlerts:
@pyroMay 28.2003 — Sounds like you are looking for an iframe: http://www.w3.org/TR/REC-html40/present/frames.html#h-16.5
Copy linkTweet thisAlerts:
@rincewindauthorMay 28.2003 — Hi,

I tried that using the following within the table

<IFRAME src="http://www.hoganstand.com/js/latest.html" width="125" height="800" scrolling="auto" frameborder="1">

</IFRAME>

But the table says page cannot be displayed but the link above works fine. Any ideas?

You can see the problem at

www.irishtrucker.com/testframe.asp

Thanks
Copy linkTweet thisAlerts:
@rincewindauthorMay 29.2003 — Where abouts should I put that code?
Copy linkTweet thisAlerts:
@pyroMay 29.2003 — Doctypes go at the very top of the page. More info can be found at http://www.alistapart.com/stories/doctype/
Copy linkTweet thisAlerts:
@pyroMay 29.2003 — This would be a problem:

&lt;IFRAME src="www.hoganstand.com/js/latest.html" width="125" height="800"
scrolling="auto" frameborder="1"&gt;
[Your user agent does not support frames or is currently configured
not to display frames. However, you may visit
&lt;A href="foo.html"&gt;the related document.&lt;/A&gt;]
&lt;/IFRAME&gt;


Try:

&lt;iframe src="[b]http://[/b]www.hoganstand.com/js/latest.html" width="125" height="800"
scrolling="auto" frameborder="1"&gt;
[Your user agent does not support frames or is currently configured
not to display frames. However, you may visit
&lt;A href="foo.html"&gt;the related document.&lt;/A&gt;]
&lt;/iframe&gt;


Also, the code between the <iframe> tags should be customized to fit your site...
Copy linkTweet thisAlerts:
@rincewindauthorMay 29.2003 — Thanks guys, that worked a charm! Dave - that solved the javascript/server problem too, I used the iframe to view the code that works on the other server so it now 'looks' like it works on this page too.

Thanks again
×

Success!

Help @rincewind spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.22,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...