Browse by Tags

Related Posts

  • Re: ModalPopupExtender + iFrame + Google Maps = Off Center Map

    I found the reason for the problem and a workaround. I don't totally understand the cause but it has to do with the iFrame being loaded while invisible. If you load the page bring up the ModalPopUp Extender before iFrame loads, it is centered correctly. If you wait and let it load while invisible...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by blkbam on 01-21-2008, 12:00 AM
    Filed under: ModalPopupExtender, google maps, iframe, JavaScript, workaround
  • Re: IFrame page reference

    Hi, Iam facing the same problem, after entering the data in the child page's textfields If I try to navigate from that childpage.aspx to another childpage it should prompt me that "you have some unsaved data on the page" I cannot switch to masterpage concept. so please help me Thanks, Jyothi
    Posted to Master Pages, Themes and Navigation Controls (Forum) by jyoths.cupid on 12-07-2007, 12:00 AM
    Filed under: .NET 2.0, Client callback, iframe, javascript
  • Re: How do I make the height of an iframe flexible

    Hi there! Using Javascript you can get the height of the iframe's content document and then set the iframe's height to that value (plus some additional pixels for borders, margins, paddings, IE box layout bugs...). 1 < head runat= "server" > 2 < script type= "text/javascript"...
    Posted to Web Forms (Forum) by hundehasser on 11-14-2007, 12:00 AM
    Filed under: javascript, resize, iFrame
  • FrameLess Pop-up Window

    For IE4 or later how to make FrameLess Pop-up window, I tried http://www.codelifter.com/main/javascript/amazingframelesspeeker.html but it does'nt work what it cliamed or atleast might not be usefull in XP. Any help would be appreciated. Thanks in Advance. ZEB
    Posted to Client Side Web Development (Forum) by qzeb on 08-20-2007, 12:00 AM
    Filed under: popup, pop-up, Client Script, iframe, javascript popup datasource databind update requery refresh, javascript
  • Reference element inside Iframe gives ' Access is Denied' error

    I have a client side html page with an iframe that is pointed to a website as its source. The client side page has a button with javascript to access a div element inside the iframe. When I try running it, I get an ' Access is Denied' error. Here's the client side page: < html > < head >...
    Posted to Client Side Web Development (Forum) by ZLA on 01-19-2007, 12:00 AM
    Filed under: iframe, javascript
  • IE closes unexpectedly or becomes non-responsive

    We have an asp.net 1.1 web application that relies on heavy client side scripting. The web application uses Forms Authentication and only authenticated users can access the pages within the site. We get the above meeting the following repro steps: 1. A javascript script function opens a window (Window...
    Posted to Client Side Web Development (Forum) by sfinc on 10-20-2006, 12:00 AM
    Filed under: Client Script, frame, Html output, iframe, javascript
  • How to remove the Scrolling property of Iframe using JavaScript?

    <head runat="server"> <script language=javascript> function noscroll(iframeID) { document.getElementById(iframeID).setAttribute('scrolling', 'no'); } </script> </head> <body> <form id="form1" runat="server"> <div>...
    Posted to Client Side Web Development (Forum) by Dynamic2008 on 09-11-2009, 12:00 AM
    Filed under: iframe, javascript, scrolling
Page 1 of 1 (7 items)