If I get a link
<a href="/Users/ChangePassword.aspx" target="mainFrame"> in fraTopMenu, what
(1) javascript can I add to get the current mainFrame's URL upon clicking the link and
(2) append the URL ... |
I have the following:
<frame src="myframe.htm" id="myframe"/>
<frame src="http://www.google.com" id="external" />
How to detect any new url in the frame "external" when clicking a link on it so i can display it on the ... |
I am getting below error when i try to set a hash value to the parent url from iframe which contains another domain url.
Unsafe JavaScript attempt to access frame with ... |
Greetings, I designed a catalog browsing system for the college I work for, and I'm having a problem with one final thing, and it's going to drive me insane. The system uses individual PDF files for each page, and you can navigate using the controls on the side. It's not ideal, as it was made to replace a horrible system and ... |
|
|
Hi, I am working on the frames and having problem for the bottom frame content. I am some what new to this Html frames. Still I am able to manage this. I have shown top, middle and bottom frame. I have displayed one site at bottom frame and user click on the site and he can navigate where ever he wants. ... |
|
|
Yes it is a frame. The Frame's name is "mainFrame" So What I need to do is from the top frame, get the URL of mainFrame and store it in a variable for later use. Could you give me an example of how I would implement your code example in a script? I really am a javascript noob. Thank you in ... |
Probably a really simple answer for this. I'm rather new at Javascript, so I don't know... Okay, so I have a page made up of three frames. Frame 'A' is a referrer page for frame 'B' and frame 'C' has nothing to do with what I want to do. Frame 'B' is not my own page, so I can't put any ... |
Posted this over the PHP forum, site uses PHP and javascript. so not sure which section... I'm building a site that needs the title and current url from within a frame. Is there anyway to do that? My programmer says it's impossible. Here's what happens. person clicks on a link my site. New window pops up with 2 frames. I'd like ... |
|
13. Frame urls forums.devshed.com |
I have an iframe which contains two further frames. One of those frames changes. Is there a way, through javascript or any other method, that i can tell from the top level which page has been loaded? I tried location.href, but can only get the url of the frameset that is the iframe, not the pages loaded below it. Any ideas? ... |
|
Hi, to capture interests from users, i have to detect a url change in a frame and send this immediately to the server. Here, a php-page has to handle the url-change. So if a javascript detects a url change of an iframe, he has to call a php-page in the background. How would i do this? greetings, tom |
Hi All Im still having this horrible problem... currently when a user selects a cd image, the script calls a function, opens a window and presents the data from a sql database in a preformated page heres the script: function view(cd_id,cd_title,cd_image) { win1=window.open("view_cd_image.php?cd_id="+cd_id+"&cd_title="+cd_title+"&cd_image="+cd_image,"","width=650,height=250,top=100,bottom=100,left=100") } The problem is I need the data and the page 'view_cd_image.php' to be presented in a normal ... |
I have a basic frameset, "top" and "bottom". I just need a script for the top window to wait about a half a second or a second, then check the location of the bottom frame. I have a link that loads in the bottom half, then gets redirected, and the top page is then supposed to read where the ... |
Detect frame URL change Hi. I'm currently working on something that requires me to effectively recreate the navigation bar of the browser to allow me to monitor where the user is going (for an online game.) They way i've chosen to do this, is to have a small top frame, with the URL bar, home, back refresh etc, and then another ... |
Hello, I have a FMP7 DB hosted via IWP. When loggin onto the DB through IWP and using a predefined log out button (defined to "exit application"), I am thrown back to the hosts' FMP IWP DB listing table, rather than my own website (hosted by the same provider and responsible for forwarding traffic to the DB). To make sure that ... |
Hi - It's my third website - There is an Original Page with 30 links. When clicking on a link, the new Link Page is split into two frames. The top frame is the Original Page, the bottom frame is the link from the Original Page. How can this be done with so many links, without creating a different frame page ... |
|
I have a drop-down menu within a frame that is spawed with a href="#" on a button. I have it set up so when you click the button that spawns a page in the content frame. Problem is that 1 of the buttons needs to open a new window. I can't use a target=_top or whatever 'cuz that would just load ... |