Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
:
JavaScript
: Frames
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
How do I hide a layer in parent window from inside an iframe?
I have a link in an iframe that I want to refresh the parent Page. Can anyone help me?
I need a WINDOW.FULL SCREEN script that works from within A FRAMESET plz
Update one Iframe from another
How can I ensure that an element containing an iframe is hidden when the mouse leaves the element?
Random Questions
How can I make Dropdown Menu in Javascript visible over another frame?
I have a problem with a target frame... help appreciated
Change focus between frames in IE5.0, and validate form (fix "unspecified error")
How can I capture 404 errors from inside an <IFRAME> using javaScript?
How can I set the height and width of an iFrame depending on the browser window width and height?
How to change the size of a FRAME in a FRAMESET?
How to change the FRAMESET dimensions?
How to break out of frames?
How can I access a function in an IFRAME from the containing window?
How can I script one frame from another?
How can I center my page vertically and horizontally?
How to size an IFRAME according to its content?
How can I change the URL of a frame?
How can I make a frame display a different URL?
How can I show an IFRAME in IE and an ILAYER in NN?
Do IFRAMEs or ILAYERs allow scrolling?
How do I break out of a frameset without getting a tranfer interrupted message?
How do I dynamically create a new layer in another frame?
Why do I get "access denied"-error in IE when calling a function in another frame?
How can I make a page that belongs in a frameset appear only where it belongs?
How can I ensure my page is always framed?
How can I tell that all frames in a frameset are completely loaded?
Is there an event that fires when all frames in a frameset are completely loaded?
How do I script an IFRAME?
How do I access the content of an IFRAME?
How can I capture load events of frames in the frameset document?
Can I load a FRAMESET document into a layer in NN4?
Can I position an IFRAME?
How can I move an IFRAME?
How can I load a new URL into an IFRAME?
How can I print a frame?
How can I change the SCROLLING attribute of a FRAME?
How can i script object in one frame from another object in another frame please give me the version of IE and Netscape that support that ver of JavS
How can I check whether my script can access properties of another window/frame?
How do I dynamically add an IFRAME?
How can I dynamically delete an iframe?
How can I handle the 'frames in different domains' problem, if the file is a php file and not a simple html?
How can I force the page shown after pushing an Input button (in a form) to be shown in the same frame?
If I have scrollbars turned off for my frame and my document is very long and contains anchors, how do I navigate to them via javascript?
How to get the location of another frame whose url is in a different domain ?
How do i set an inactivity timer (based on mousemove event) from a parent frame?
What should I use in NN instead of "parent.c_main.window.scroll(0, 0);" for IE???
How do I break out of frame in a page and proceed to another page with frames ?
How do I reference frames within frames?
How do I create a link that changes the content of two or more frames?
How do I create a link that changes the content of an IFRAME?
How can I change the background image of a frame with the onClick event on another frame?
How do I write a recursive version of history.go() that will iterate the child frames of each window?
Can I change that the url of the generating page is displayed when I document.write a page?
When I print a frame in NN4 using "frame.print()" for a document made only with "document.write", NN4 print NOTHING!!!, Why?
<script></script> block is executed only if it is placed in the head section of the frameset page.How to get it to execute if placed somewhere else??
How could i have a Frame that sits permanently on top, no matter what link i click
Is it possible to disable javascript, such as frame breakers, in an iframe when the page being loaded into the iframe is an external site?
How can I bookmark framed pages?
How can I remove the horizontal frame scrollbar but maintain the vertical scrollbar?
How can I pop up IFRAME ?
Why makes the following code from a frame crash Netscape : "if (self.parent.frames.length != 0) { self.parent.location.href=document.location.href;}"?
How do I Call a funtion from another frame?
How can I get the size of cols or rows in a frameset
How can I slide in a frame like a curtain moving?
How do I access the parent windows form fields from javascript in an IFRAME?
How can I synchronize the scrolling of two frames?
How can I print a frame in IE and NS4?
How do I get NN6 to "see" an IFRAME located within nested tables?
How can I scroll an IFRAME up and/or down?
How can I copy elements from one (i)frame to another?
Is it possible to change the scrollbar color of IFRAME like textarea in IE 5.5?
How Can I check if an IFRAME is loaded?
How can I acces the ENTIRE contents of an iframe?
Inside an <IFRAME>, how do I call a JavaScript function outside it? (In the parent frame)
In IE 5.5, why does "history.go(-1);" in the bottom iframe execute on the main iframe instead?
How can I submit a form to an ILAYER?
How do I reference a frame so I can save it? Ive tried document.execCommand("SaveAs")...but that saves all of my frames. I want to save 'main' frame
in NN: frame1 calls func in frame2 on diff. dir-level. all refs in function are relative to callers
How can I set the height and width of an iFrame depending on the browser window width and height?
Can I print a Microsoft Word Document that is contained in a frame?
How do I access a user-defined function in the main page from inside an <IFRAME>?
How can I get the content of an IFrame into a form variable?
Dynamically How can captuer the height of the frame when the frame is resized
how can I close a child window from a parent window?
Position in a frame...?
i am trying to get the name of the other frame from a frame and am getting 'access denied'errors
How can I slide in frame_3 like a curtain moving when clicking in frame_1?
How do I access a function defined in a page loaded into an IFRAME from the IFRAME container page ?
How do you print a whole frameset on one page?
How can I prevent a window with the frameset page from being resized?
How can i resize iframe according to the contents of recordset?
How can i resize the iframe according to the field fetched from table using ASP?
In nested frames, how can I load a document from outside frame to a frame which is inside a frameset
How to scroll iframe content from the parent frame?
How can an onclick event swap an image in another frameset
Ive frameset inside frameset. I want to resize the inner frameset using javascript in Netscape & IE.
can i submit the iframe data to server
How can I emulate the back button when the previous page viewed is on a different domain?
How do I tell the name of the frame my page is loaded in(esp. NN4)
Are there any way to access a form field in an IFRAME from the calling frame in Netscape6 ?
How do I print an the contents of an iFrame
HOW CAN I CHANGE THE IFRAME HEIGHT
How do I transfer the title of a framed document to the title tag of the framing document?
How can I call a function, wich is inside an iframe, from the parent document. The problem is that t
I want to be able to refresh the contents of 2 frames - f1 and f2 - when I press submit button in f2
How can I capture 404 errors from inside an <IFRAME> using javaScript?
How would I change the source of two Iframes from a select list option in one Iframe?
How can I get the contents of IFRAME from outside using ASP.NET, not JavaScript?
Is it posible to force the order which the frames are loaded?
how can i address a function within a frame of a popup window?
In NS 4.77 I get the following: "...the request line contained invalid characters... any ideas?
How can I Reload the parent window from within a function in the IFrame
The fix for NN 6.2.x allows you to set values for .col and .row. Doesn't affect the frameset
How can I dynamically change the size of an IFrame thru a link in that iFrame?
Change focus between frames in IE5.0, and validate form (fix "unspecified error")
i have a website, that i don't own, as a frame, and it has a horizontal scrollbar. how can i remove
How can I make Dropdown Menu in Javascript visible over another frame?
How can I make Dropdown Menu in Javascript visible over another frame?
Problem with oncontextmenu and frames
I want to disable the horizontal scrollbar, & use images instead
How can I detect if the document in an iframe is from a different domain?
How to access the cols properties of a frameset from a window opened by this window?
I have a problem with a target frame... help appreciated
How can I preload a frames. I use three frames in my HP. I wish to preload one of them (the menu).
How do I detect a click on an IFRAME if the IFRAME source comes from a foreign domain?
How do I jump to a bookmark in parent from iframe?
How can I ensure that an element containing an iframe is hidden when the mouse leaves the element?
Update one Iframe from another
I need a WINDOW.FULL SCREEN script that works from within A FRAMESET plz
I have a link in an iframe that I want to refresh the parent Page. Can anyone help me?
How do I hide a layer in parent window from inside an iframe?
Unanswered Questions
How can I submit a form from Page1 to Page2 which is in a framed page then open that framed page in the existing window.
How can i prevent to have each frame URL written in the history ?
I am trying to use the onclick event in a line of HTML to reload about three frames. IE will do this but Netscape will not. Any ideas?
Detect Browser Dimension(width/height) in FRAMESET html in IE4.0+
How do I ensure whether a frame has been loaded by a domain while coding from another frame of different domain in IE?
how can I get an access from a layer Lyr within 1.html file to a var BLAH, which I declared in 2.html file, which is a source of a layer Lyr?
when i set designmode property of frame and assign any value it vanishes. Pls rectify...
I need to confirm if a sibling frame, within a frameset, contains a form?
How do I print off a frame with vertical scroll bars? I only get what is displayed in the window not the rest of the frame.
dependent attribute for window is not working for ie in frameset.any trick for that.
Focus on one frame and disable the other frame
i need a marker that shows me in my 'topnavigation' where i am. the same in my 'subnavigation'
How do I print a PDF (Frame Src) in 1 frame from a link in another, the link must launch PDF Print Dialog. parent.frame.print() works for IE, not NN.
How can I click on a link in one frame and change the values of arrays in another frame?
When resizing frameset using top.document.getElementById("frameId").cols="25%,*", NS6 reloads page - any way around this?
How can I resize frames withouth giving the <FRAMESET> and id?
Link in frame opens document without frames. back in Netscape return to the last document not always
Can I stop the HREF called from another frame so I can submit form?
how can i stop a fullscreen event from an iframe and make the page apear inside the iframe as normal
If I have a frameset with 2 frames f1 and f2, how can I access an element in form f1 from form f2?
how do I set the focus to an object inside an iframe from the parent frame?
How do I resize a frameset embeded within another frameset using NN6 programmatically
In an IFRAME, how can I link different CSS depending on the URL of the containing window?
printing very nested frames
I need to have a button in one frame print the contents of a frame that is nested 4 layers deep.
How do I print a page with more than one frame that would contain all frames on one page?
How do you print a whole frameset on one page?
How can i load a page into another frame while loading a page.
How do u generate text in the bottom frame from a mouseover event in the top frame?
How can I prevent the "focus rectangle" in an IFRAME when it receives focus?
My pages are constructed on frameset, how do I prevent "Refresh" to go back to the first page?
how do i save the word doc.in one frame by using button in another frame
Getting err due to html & CSS in field fetched into iframe for updation in ASP
How to get iframe from HTML page and save it to disk, every 1 second ???
Create a url on a unframed page that will load a page inside frameset?
Why any events of IFRAME tag does NOT work in IE5.0 ? plz help
how can I retrieve information from frameB containing XML (not html) into frameA
How do I pass a value when I click on a button in IFrame to the parent html?
How can I create a full scrollbar (up, down, locator) in a frame to control another using images?
How Do i Make a layer in a Iframe/Ilayer make visible in the body of the Page
I've frameset inside a frameset.Need to load a page on whole inner framest from inner frameset frame
I've frameset inside a frameset.Need to load a page on whole inner framest from inner frameset frame
How can I call a function in a frame from a ModalBox called from another frame ?
How can one frame tell another to go back in history in IE 5 or 6 without access denied errors?
How can we resize a frame in netscape when the window and other frames within are not resizable?
If my right-hand frame contains an Excel Spreadsheet, how can Javascript ascertain this?
I need to scroll an iframe up and down from images in a parent document w/o adding scrollbars
HOW CAN I CHANGE THE IFRAME HEIGHT
Can i go at the bottom of an IFrame without move the scrollbar when i'm entering the page ?
How to change the nest FRAMESET dimensions? Someone have asked already, but it not work on NN6.21
How can I make an IFRAME resize itself when someone changes their resolution?
post the results of a form(non frame based) to one of the frames of a frame based page
Loading multiple frames via onClick can I control browser back button so one click backs all frames?
I want to order the sequence of my frames top,then center etc
I want to access the document of an IFrame element thru java script, on Netscape 6.2. How do I do it
How do I load multiple documents (one after the other) in on frame using JavaScript?
Can you prevent a frame from reloading when the refresh button is clicked?
Why do I get "access denied"-error in IE when trying to scroll another frame?
How do i retreive the position of an IFrame (not CCS-positioned)?
bug NN4 : how can we submit a form in a frame from an another frame?
id attribute in iFrame. How to run multiple iframes with same id?
How do I dynamically add an IFRAME only once, without it repeating?
How do I swap IFrames via a HREF in the same location?
Can a user reload an alien page (in bottom frame) into a new window, by clicking link in top frame?
How do I pass an ASP -variable from a page in a pop-upwindow to a page in a frameset
how do save content of the child frame which is sitting on parent frame using execCommand('SaveAs')
How can I organize a dynamic "glasspane" (no events and waitcursor) over frameset in NN4?
How can I load a NESTED frame inside a specified frame inside a master frame?
How do I access the parent windows option field and update it from javascript in an IFRAME?
I have 3 iFrames on a page. how do I pass the data from one iFrame to another iframe during a submit
Cannot print a doc file from an iFrame with <link rel="alternate" media="print" href="mydoc.doc>
How can I prevent the Print dialog box popping more than once while printing frames on a page
How can I prevent the Print dialog box popping more than once while printing frames on a page in NN
how to control tab movement from one frame to other when a user clicks on tab.
How to not tab to iframe, but only for controls inside iframe.
hi
How do I access only the div id="body" contents from a iframe. (The page which is loaded in an ifra
How parent window force child window to reload passing new query string[ with use of location obj]
How can I ReFresh the parent window from within a function in the IFrame
how do I get a nested frameset to call a function on a "onload" when the frameset itself is nested
How to Trap an event handler to an iframe doc from its parent window?
How to capture a double click mouse event on the frame border between frames?
How can I get a frameset to load a function when the frameset is nested in a top level frameset?
Can you set a cookie in a window of a Frame and have it redirect to a Frame index page?
how can i RELOAD hotmail loaded in my page frame CONTENT from my page frame INDEX
Does Netscape 6+ support desigMode in <iframe> tag
permission denied error for alert(frames['Iframename'].location.href) when location is diff domain
How do i get content in my IFRAME (i.e. a hidden layer) to appear in the parent window?
I have three frames in a page HORISTONTALLY ABOVE EACH OTHER. ON SMALL COMUTER SCREENS they overlap
How to have a back button in a frame that returns you to the page that linked to the frameset
How can i use the print() function to print a document in another frameset.
How do I position the content of an I-frame when this content is non-editable (link to website) ?
How do i apply an onload to the right frame so the left frame refreshes?
How to use different size on cols and rows for IE and netscape. Like If any IE then "use this"
How do I write the URL of frame[1] into cookie "adress" & how do I retrieve the value of that cookie
How do I work around Access denied when working with another domain (to automate form filling)?
How to enable buttons in one frame when buttons are enabled in another frame?
How can I get the URL of the window within an iFrame that is showing a framed page
i have iframe inside frame how to maintain timeout among of the
how can a resize a frameset from a new opened window (frameset is in opener)?
How do i make a Link from the menu frame open a page in the head frame and a page in the body frame?
How do i make a Link from the menu frame open a page in the head frame and a page in the body frame?
I used IFrame as editor. How can I know which control(checkbox,button ect) is active in IFrame?
How can I print whats on the frame in the pop-up window , to the frame on the opener(parent) window?
Linking to a target on a body page by loading the whole frameset
How can I detect if other document in the same frame was completely loaded?
reload( ) in one frame fail to reload other frame ( page on other servers )? pls help, thx
reload( ) in one frame fail to reload other frame ( page on other servers )? pls help, thx
How can I reload a parent frame everytime a child frame loads content?
How Can I Change The Look Of A ScrollBar In An External IFrame?
a website opens in my iframe Is there a way to know the address of the link the visitor clicks on ?
iframe was used in IE5+ an image was needed to slightly overlap the frame but frame didnt allow
How can I Supress user control if Page is Framed
How can I refresh an entire page while having an iframe display a different content?
How do I create an iframe with a vertical scrollbar but not a horizontal scrollbar
returning from function call in another frame invalidates href in calling frame
How can I get the size (height & width) of a GIF and change the frameset rows and cols to match?
Changing one frame's source from another frame,s buttonclick
how can i move frames dynamically depending on a image click
how can i move frames dynamically depending on a image click
How can I get field contents from an Iframe in a asp server code ? (<%)
How to target an IFRAME inside a DIV in a frame from other frames?
How to resize the parent window with iframes ?
how to capture an html controls value of an web page displayed in iframe, from another page
how to capture an html controls value of an web page displayed in iframe, from another page
how to capture an html controls value of an web page displayed in iframe, from another page
how to capture an html controls value of webpage displayed in iFrame to its parent window or from an
how to capture an html controls value of webpage displayed in iFrame to its parent window or from an
How do I load an external page which loads as parent into my main frame, making it load into mainfra
I have 3 IFRAMES within the parent page. How can I force the IFRAMES to load in a certain order?
How can i prevent that a externalsite in my frameset breaks out or pops-up?
"Access Denied" appeared when I used top.hidepage.document.location to call a JSP page
A frame with no margins has a table with 100% width. I still see some empty space on the right side.
can i put the recordset output (can be in an array) in an iframe?
how to click link in iframe
how to click link from inframe without id?
Is it possible to link from one iframe on a page to another?
How can i print an iframe using a button outside the frame?
How do I know that the document in a frame has been loaded before accessing an element in the docume
My iframe(src="ftp://../..), contains files, how do I retrieve this info from a java script?
My iframe(src="ftp://../..), contains files, how do I retrieve this info from a java script?
How do I prevent "Add to favourites" remembering my pages Iframe contents?
how can my iframe expose some information to it's parent in another domain?
How to pass a varable (ex:login and password) to the IFrame-client calls multiple servers?
How do I select/unselect "all" checkboxes between Frames?
How do I autoresize IFAME with parent and child on different domains?
how do i submit iframes formfields from a submit button on its parent which also has form fields
iframes
How to resize frames dynamically ?
How can I go from one frameset to another frameset (target="_top") without reloading (even from cach
How can I go from 1frameset to another without reloading 1frame that was loaded in previous frameset
How to reload an iframe in parent document from a child window?
how to refresh one frame when another frame in the same frameset is refreshed
How do I return the href value of my hyperlink to the the Iframe initiating the action?
How do you change the src of a FRAME which is inside an IFRAME which is inside a FRAME?
How can I display a message (e.g.: "please wait") while frame is loading?
Can I link to an iFrame child from a different site, and have it automatically load in the parent?
how to apply hidden iframe. upon onchange to get the selected value fr listbox without page reload
how to apply hidden iframe. upon onchange to get the selected value fr listbox without page reload
an anchor in my iframe is scolling my parent window
what is iframe handeler
what is iframe handle
how can i create array of hidden variables. & how can i access them
who to creat two frame in single jap page
Iframe's onload event doesn't get fired when Iframe's src is set in Windows onbeforeprint event.Why?
Iframe's onload event doesn't get fired when Iframe's src is set in Windows onbeforeprint event.Why?
Iframe's onload event doesn't get fired when Iframe's src is set in Windows onbeforeprint event.Why?
Iframe's onload event doesn't get fired when Iframe's src is set in Windows onbeforeprint event.Why?
How to adjust the scrollbar in each frame of a web page without distorting the select box option.
How to adjust scrollbar in each frame of a webpage without distorting the select box if present.
id like to set the size of 2 frames larger then the browser window and have one scrollbar for both f
how to check availability of loginid?
How do I get the actual URL for the contents of an iframe when the URL is redirected
How do I get the actual URL for the contents of an iframe when the URL is redirected
Resizing Frames with Javascript (Netscape problem)
Resizing Frames with Javascript (Netscape problem)
How can I detect an IFRAME is present from its source page.
How can I vertically scroll and synchronize two frames with different heights?
How to disable clicking inside an Iframe, where the iframe content is in an external page?
How to create a link and specify the target frame, without using the HTML anchor tag?
I need a link that opens a webpage (of 3 iframes) with one iframe a specific html page
How can i target a hyperlink from one page to open in an iframe existing on another page
how to insert table at cursors current position in iframe
In a iFrame, how to detect if the vertical scroll has been dragged to the bottom of the frame?
In a iFrame, how to detect if the vertical scroll has been dragged to the bottom of the frame?
How will I know whether IFrame is completely loaded ?
I have an app with a nav bar an two other frames. How can I change cursors in all three to be "wait"
embeded page inside <div> not able to access outer document objects
how can i refresh a frameset when the dropdownbox selected value changed in another frameset?
how can i refresh a frameset when the dropdownbox selected value changed in another frameset?
How can I print whats on the frame in the pop-up window , to the frame on the opener(parent) window?
How to know the element the cursor is on when a frame loses focus
Trying to hide layer in parent window from an iframe...
i want to make visible false of menu bar controlin one frame from another frame
I want to create Iframe dynamically on Button Click and then allow it to be dragged over window
my frames sre is working in IE but not in safari and other brwoser
How can restrict calling a function in parent from iframe ?
how do you resize the content from an external url not the frame in a iframe?