The html-frames tag has no wiki summary.
0
votes
0answers
16 views
SSRS Site Hosting and URL Masking
I'm planning to host a frame web page on a SSRS Report Server, from where users will be able to access the page using the URL similar to the one as follows:
...
-1
votes
0answers
13 views
A link opens in new window on tomcat start and later inside a frame
I am facing an issue when using frameset and frames.
I am trying to open the contents of a link into another frame. The link makes a servlet call, and returns the page. I want this page to be ...
0
votes
3answers
24 views
Passing php variable through html frameset url
I have a php variable. I want to pass this variable through frameset url. I tried using different techniques ut no success so far. Can any one give me a tip? This is the example of my code and what I ...
0
votes
0answers
66 views
how to load an html page to a frame in a dropdown list seleted item changed event
In my home page there is a frame with name=frame5. I need to load an html page to this frame according to the selected item of a dropdown list (located in frame4) changed.
This is my code for ...
0
votes
1answer
152 views
How to display action result of iframe in parent window
I have a html page.
html page has a iframe.
when I submit the form inside iframe, returned result is displayed inside that iframe.
How to display that result in parent of iframe??
0
votes
1answer
59 views
Dividing screen in android like frames in html
I am making an android application.
There i want a common navigation menu on every activity like frames in html.
I want the menu at the left (say 20%) area and other navigation screens on the right ...
0
votes
1answer
145 views
How to set search input box on header frame in html
I have 03 frame (Header, Left_Menu and Content). In header frame I set a search input box. If anyone click on search input box then a blue color div show under the search input box but above content ...
1
vote
0answers
86 views
Android Phonegap navigation and keep loading functions running across pages
Ok, so I've looked around a bit and am hoping someone can help me on this one. I'm developing an app that manages a bunch of little small applications. One of the applications interaction with a ...
0
votes
1answer
35 views
How to move to the page from a frameset?
in my website, I have a page which have 3 frames, lets say left_frame, top_frame and bottom_frame.
In top_frame, i have a link <a href="some_page.php">Click</a>. Currently, this ...
0
votes
0answers
268 views
Session timeout in Java
im using html page as my home page after login. i have set session timeout in web.xml. after session get timedout the login page is displaying only in one frame, but it should suppose to display in ...
0
votes
4answers
1k views
Webbrowser control is not showing Html but shows webpage
I am automating a task using webbrowser control , the site display pages using frames.
My issue is i get to a point , where i can see the webpage loaded properly on the webbrowser control ,but when it ...
2
votes
1answer
3k views
How to put DIV over FRAMESET?
I want to have DIV layer drawn over my frameset. I heard that DIVs can be placed inside <frameset> but it does not work for me.
The following example does not work. I don't even see DIV in ...
0
votes
1answer
101 views
Migrating frames based code to non frame based code
I am migrating some old frames html code and its corresponding javascript to non-frame based code.
The old frames based html had something like:
<frameset rows="100%,0,0,0,0" border="0">
...
-1
votes
1answer
252 views
How to “Show Only This Frame” - jQuery/javascript solution needed
In FF we can right-click "Show This Frame Only". So how to do it in javascript/jquery? Becoz i want to remove my webapps banner (which inside another frame of another frameset) but fail.
1
vote
2answers
484 views
How do I convert a website entirely made from frames into HTML?
I am looking to convert a clients website into HTML. I'm relatively new as my skills are more directed in the front end of websites (design) so I'm quite lost. The website is ...
27
votes
5answers
46k views
iframe 100% height
Is iframe height=100% supported in all browsers;
I am using doctype as;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
0
votes
1answer
509 views
Browser cache HTML frame content
I have a HTML frame on my ASP.NET page which pionts to a static HTML file.
The problem is if I change the HTML (frame contetnt) browser still shows the previous version. Even CTRL+F5 doesn't update ...
0
votes
0answers
631 views
Frames + JavaScript issue on Mobile Safari (IPad)
I am working on a project of a web application that uses two frames (this is a very old project and there is no way to change the fact that we use evil frames).
The problem that Im having is that ...
0
votes
1answer
296 views
Changing the frameset row value
I am changing the frameset with this line
parent.document.all("Edit").rows="0%,100%,0%";
this is the frameset i am changing
<frameset id="Edit" border="0" frameborder="0" rows="0%,0%,100%">
...
3
votes
2answers
674 views
Frame Replacement?
I'm currently redesigning an old web application that relies heavily on frames. I'd like to get rid of the frames because the painful javascript gyrations they require, but would still like the user ...
0
votes
1answer
773 views
HTML mask url with another url
I have two domains, one is a .com domain and the other is a .ca domain. My current host (on the .com domain) does not allow me to register .ca domains, so i registered one with Netfirms. Netfirms will ...
0
votes
2answers
685 views
HTTP Referer on HTML Frames
Say that I have a link from one.com to two.com/A.html. A.html looks like this
<FRAMESET cols="100%">
<FRAME src="B.html">
</FRAMESET>
The HTTP Referer on A.html is "one.com", ...
0
votes
1answer
311 views
Detecting and closing frames using Javascript
I'm working on an ASP.NET web application. There's a bill page which has two links to different pdfs of the same bill. When you click on one of the links it takes you to a ViewPDF.aspx page that ...
10
votes
3answers
5k views
How to communicate between frames?
I'm maintaining an application that goes sort of like this:
There is a Page A with a Frame that shows Page B. Now page B is part of a completely different product, so there's a frame in a that just ...
1
vote
1answer
2k views
accessing Frames rendered in webbrowser control in C#.net
i need to get the links in a page rendered in webbrowser control in C#.net. Problem is that i think the page uses Frames that's why i cant get any links from webbrowser. how can i access or see those ...
1
vote
1answer
8k views
javascript document.getElementById in other frames
so, I have 2 frames and want to access to element from one frame into another :
frame 1:
<div id='someId'>...</div>
frame 2:
var div=document.getElementById('someId');
...
-1
votes
2answers
424 views
Does Window-target meta tag work for busting frames?
Does adding the followin tag in the header section of a html document prevent the loading of the document within a frame? If so, why does anybody bother with Javascript methods?
<META ...
2
votes
3answers
2k views
How do I embed an ASP.NET Web Site (or Web Application) into another?
I have very little experience with ASP.NET and I am doing some self-training before I start writing my first web site/application, which will be a calibration utility. How that utility works is not my ...
1
vote
2answers
804 views
Javascript event not being set correctly in closure when called cross frame
I have the following code in the top frame of a two frame page:
function setKeyHook()
{
logMessage("setKeyHook()");
top.frames.BOTTOM.document.onkeydown =
...



