After my web page has been loaded I'm doing some tests with a JavaScript. If
I figure out that something is wrong I'd like to reload the whole frameset.
With Internet Explorer and Mozilla Firefox I can reload the whole frameset
with
parent.location.href = "index.html";
However, this doesn't work with Opera.
Does someone know how to do that with Opera?
I have two framesets for a chat aplication, how can i scroll the messages frameset when a user submit a message from the input messages frameset ?I am using : parent.msg.window.scroll(1,400000); but it is not working
Is there a difference between right clicking an iframe and reloading post reponse vs. using javascript to reload the frame? So far, the javascript route hasn't worked for me. [some context] I am writing a little bookmarklet to help me with the online registrations at my school. Here is the setup.
Load up a page on the domain. Remove all body elements. Insert an iframe. Set iframe to page for class roster search. (in iframe on school search page) Select class search options, POST the form data, and view results in frame. *This works perfectly, but I need to have it refresh results every minute or so. When I use frame.contentDocument.location.reload(true); the frame loses the post data or something and the page is broken. BUT when I just right click on the frame and select "reload frame" it works perfectly. What is the difference between rightclicking the frame and refreshing it like that vs. using javascript to reload the frame?
I have a simple product display with an product image. The product image changes with ajax when i click in a dropdown menu on another color.
Now i added the (beautiful) zoom script cloud zoom. It just works fine but after i click on another color and the product image reloads the script does not work anymore. instead my <a> is just a normal <a>.
This is the part that reloads at all:
How can i reload the function when this part reloads? Or what else could i do?
I'm trying to spread a table across a frameset. So I have index.htm that has an iframe sourcing the frameset. What I'm trying to do is create a table in index.htm to spread across the whole brower window. Code:
I have a frameset page as my index.html page and have noticed that if my page is opened in other resolution than the one it was created in, some pictures shift locatiuons.
If this was a non frames page i knew how to fix it... Is there any was to automaticaly resize a frameset proportionaly to the screen resolution?
ex: i want one picture to be exactly 1/4 of the screen, in a one-page i would do someting like...
We use a three-window frameset for online manuals. The "main" window contains our document. Since the documents have hyperlinks between them for related topics, we have "return" links built into a navigation bar on some of the pages. Most of the time these work fine, but if the person clicked on the top or left frame before clicking on the "return" link, the wrong frame is changed.
Does anybody know how to alter the script so that only the main document window is in focus? Here's the script we use in the page:
<a href="javascript:history.go(-1);">Back</a>
By the way, this is for a company Intranet - with all users on IE5.5 as a minimum.
I have a site with frames. Like most sites with frames, clicking links in one frame changes the page in the other frame.
Obviously, if someone puts in the URL for my site, they will get the "homepage" when they first get there. What I would like to accomplish is that if they leave my site, and then use the BACK button to come back, that the site will open with the homepage, not whatever page they were at when they left. Is that possible using javascript? If so, how?
My site isn't actually "on the web" yet, so I can't give you a URL.
This problem is this:a page is made up of frameset, but i can't visit the iframe(inline frame) of the frame in the framset.just like the frameset have 3 frames,the third frame have a iframe(inline frame) .how to?
I have a frameset with nav on the left frame and pages on the right frame. The users would like the destination Url to show up on the address bar as they navigate to different portions of the site.
Since it is a framset, it always displays the root url. Is there a way in javascript/html/dhtml to do this?
I'm having difficulty trying to refresh the whole frameset from a hyperlink on one of the frames. I've searched google and tried many options, about 6 or 7 codes, but failed. This is among one of which i tried:
Very briefly, what i need to do is to refresh the entire frameset - the effect which can be obtained by pressing on the RELOAD button on the internet browser.This is how the frame looks like:
Code:
<html> <head> <title>Client</title>
[code]....
I am trying to refresh this entire frame using a link on the left frame, left.php.
I'm working on my website's intranet and I am having a problem defining and navigating a frameset in javascript. The source of the frame's code is this: Code:
I would like to use a single page (say linkout.html) as a branding/linkback frameset for a set of links from a site. (Think Digg or StumbleUpon). My intuition is that this is a Javascript thing and that I should be able to access the frame src= from the DOM,
I'm having difficulty trying to refresh the whole frameset from a hyperlink on one of the frames.I've searched google and tried many options, about 6 or 7 codes, but failed.This is among one of which i tried:[code]Very briefly, what i need to do is to refresh the entire frameset the effect which can be obtained by pressing on the RELOAD button on the internet browser.[code]I am trying to refresh this entire frame using a link on the left frame, left.php.
I have two on-line manuals built with frames. Each has a unique frameset. Some of the pages have related material and are linked.
Is there a way to have a page from Manual B called from manual A, which will cause Manual B's frameset to load? In other words, I do not want Manual B's page to load into the wrong frameset as the navigation information will be wrong.
Here's my problem: It is necessary to have people enter in direct links to pages on my site, which is frame-based, but when they go to any page that isn't the home page, the frameset doesn't load, so they're only presented with the content of the main frame, not the top logo or sidebar frames.
Is there a quick Javascript fix for this? I tried to Google search for a solution, but couldn't come up with the right search terms.
Also, when navigating to sub-pages from the main page via links in the frames, is there a way to get the address bar to show the direct-link address to the sub-page, instead of only showing the top-level address?
I have a main window which produces a number of child windows when I press a button. Users need to be able to switch between windows using Ctrl+Tab hot key. I was trying to implement this by intercepting keyup/keydown events in one of the frames. But the problem is that main window has several frames and I don't have access to all of them because some of them are in different domains. As soon as a user clicks on a frame without my handler the hot key is not working anymore. how to implement it? Maybe an ActiveX component? If ActiveX could help me - how does it work? how to write an activeX to intercepts hot keys in IE?
I used an online menu generator and thought I could use it in a frames page by using a normal HTML tag (target) but this didn't work and i don't know javascript to make any adjustments.
I have a main window which produces a number of child windows when I press a button.Users need to be able to switch between windows using Ctrl+Tab hot key.I was trying to implement this by intercepting keyup/keydown events in one of the frames.But the problem is that main window has several frames and I don't have access to all of them because some of them are in different domains.As soon as a user clicks on a frame without my handler the hot key is not working anymore.
Maybe an ActiveX component? If ActiveX could help me - how does it work?Are there any tutorials or examples how to write an ActiveX to intercepts hot keys in IE?