Stories recently tagged with 'IFrame'

Access IFrame content using Jquery(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 5 months ago

I was having so many problems for uploading file on server without post backs. So, need of using IFrame. But, when I use IFrame, while uploading I need to know context and pass some parameters to it. Because when I upload, according to my requirements I need to create a folder on server by using those parameters. So, how to pass data to iFrame and use it for server-side processing. Finally, got it implemented and working perfect. Great solution for it. Look for more in this post. read more...

2 comments |category: |Views: 181

tags: another

Dynamically Resize an IFrame According to its contents(aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 3 years, 2 months ago

problem with iframe is that you can't always predict the size of the content and eventually you'd end up with a scrollbar or even less convenient: a hidden part of the Iframe content this is a straight forward, easy way to make sure that the IFrame is properly resized according to the contents of the page loaded inside the Iframe. read more...

add a comment |category: |Views: 158

tags: another

UFrame: goodness of UpdatePanel and IFRAME combined(msmvps.com)

submitted by superghostsuperghost(2260) 3 years, 8 months ago

UFrame combines the goodness of UpdatePanel and IFRAME in a cross browser and cross platform solution. It allows a DIV to behave like an IFRAME loading content from any page either static or dynamic. It can load pages having both inline and external Javascript and CSS, just like an IFRAME. But unlike IFRAME, it loads the content within the main document and you can put any number of UFrame on your page without slowing down the browser. read more...

add a comment |category: |Views: 40

tags: another

Hosting Silverlight in an IFrame(blogs.msdn.com)

submitted by markheathmarkheath(1485) 4 years, 6 months ago

How to embed a Silverlight application in any web page using the Silverlight Streaming service and an <iframe>. read more...

3 comments |category: |Views: 71

tags: another

ASP.NET Tips & Tricks(dotnethangout.blogspot.com)

submitted by bulli_101bulli_101(25) 4 years, 10 months ago

Simple Solutions for Realtime asp.net Programming Problems, like Sending Mail, Datagrid Itemcommand, IFRAMES in ASP.net, Javascript in ASP.net,Cookies in ASP.net,Xml in .NET, sorting programs read more...

1 comment |category: |Views: 12

tags: another

Cross Domain Iframe Resize(manzurrashid.wordpress.com)

submitted by kazimanzurrashidkazimanzurrashid(3960) 5 years, 1 month ago

A greate example how to resize an iframe which resides in another domain. read more...

add a comment |category: |Views: 782

tags: another

Beyond IFrames(geekcowboy.com)

submitted by wpreulwpreul(55) 5 years, 3 months ago

A description of how to go beyond IFrames for embedding external sites. Instead, the author recommends using AHAH or JAH and some other useful tools. A must read for anyone interested in embedding their flickr page in their blog. read more...

add a comment |category: |Views: 14

tags: another