frameset

How to put this code into a table? [closed]

試著忘記壹切 提交于 2019-12-13 10:15:30
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 years ago . My code is this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title> Prueba </title> </head> <frameset rows="56px, *, 50px" border="0" framespacing="0" frameborder="NO"> <frame class="header" src="header.html"> <frameset cols=

how to print all frames inside frameset/nested frameset with javascript

蹲街弑〆低调 提交于 2019-12-13 06:51:13
问题 I have a nested frameset and i what to print all frames with one print button, i searched and tried many solutions which mentioned, but still I have problem with the IE 11. any one can help me please. my code is here. ---main page <html> <frameset rows="10%,*"> <frame name="top_frame" src="top-frame.htm" frameborder="1" noresize="0" scrolling="no"> <frameset cols="20%,*"> <frame name="left_frame" src="left-frame.htm" frameborder="0" noresize="0" scrolling="no"> <frame name="right_frame" src=

is it possible to tamper post data when using frames

二次信任 提交于 2019-12-13 02:57:37
问题 I have a site that is using frames. Is it still possible from the browser for someone to craft post data for one of the frames using the address bar? 2 of the frames are static and the other frame has php pages that communicate using post. And it doesn't appear to be possible but I wanted to be sure. 回答1: No, it is not possible to POST data from the address bar. You can only initiate GET requests from there by adding params to the URL. The POST Body cannot be attached this way. Regardless of

How to load jQuery inside frame?

泄露秘密 提交于 2019-12-12 13:04:21
问题 I am working on a legacy enterprise application whose code was written in 2001 using a combination of JavaScript, HTML, Intersystems Caché, and Caché Weblink. This is what exists in index.html for the web app: <HTML> <HEAD> </HEAD> <FRAMESET ROWS="32,*" FRAMEBORDER="no" border="0" framespacing="0"> <FRAME SRC="sysnav.html" NAME="sysnav" SCROLLING="no" MARGINHEIGHT="10" MARGINWIDTH="10" NORESIZE> <FRAME SRC="cgi-bin/nph-mgwcgi?MGWLPN=dev&wlapp=SYSTEM&SystemAction=DisplayContentFrame" NAME=

Iterate over framesets with XPath expression in JavaScript?

对着背影说爱祢 提交于 2019-12-12 04:25:59
问题 Why does the following JavaScript, when run in Firefox 3.6.3, delete all FRAMESET elements in a document, but the similar script that instead uses an XPath expression to select the FRAMESET elements, does not? Is document.evaluate() simply unable to match FRAMESET elements? Is there an error in the XPath expression? Is there some other error? Select all FRAMESET elements using method document.getElementsByTagName() (succeeds): var framesets = document.getElementsByTagName('frameset'); for

How to set the height of a frame?

白昼怎懂夜的黑 提交于 2019-12-11 21:13:11
问题 How to set the height of a frame used within a frameset in HTML? 回答1: If you're using <frameset> and <frame> tags, you'll need to programmatically set the <frameset> 's rows property to reflect the new height. This will include: Getting a reference to the <frameset> DOM element from wherever the script is being called. The following example retrieves the first <frameset> element in the outer-most document: var frset = top.document.getElementsByTagName("frameset")[0]; Setting the rows property

How is a frameset loaded in a browser?

梦想的初衷 提交于 2019-12-11 11:16:55
问题 I'm curious to find out how a browser loads and renders a frameset. I know this may be different among different browsers. I am personally most concerned with how IE does it. From my understanding, the browser will make one request for the page that contains the frameset. Upon rendering that page, the browser will then make a request for each individual frame's content within that frameset. Is this correct and if so, are the requests for individual frames within the frameset done

How to add frames to an existing frameset using userscript?

烂漫一生 提交于 2019-12-11 09:44:37
问题 The target page has a simple HTML setup: <html> <body> <frameset id="mainset" rows="50%,50%"> ... </frameset> </body> </html> and I'd like to add frames using JavaScript. This doesn't work: var parent = document.getElementsByTagName("frameset")[0]; var child = document.createElement("frame"); child.src = "about:blank"; child.style = "background-color: red;"; parent.appendChild(child); This does work, but it creates an iframe: var parent = document.getElementsByTagName("body")[0]; var child =

Frameset not showing up in FireFox or IE. Fine in Chrome..?

自作多情 提交于 2019-12-11 06:31:34
问题 For some reason, this very basic page shows up fine in Chrome, but not FireFox or IE. I've never really needed to use Frames before, but they seem simple enough. Is there a problem with using a single frame within a frameset? I am trying to replace an iFrame with this single frame. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> </head> <body> <frameset cols="*"> <frame id="aqFrameSlider" src="http://www.alphacommunications

Responsive design and viewport not working through domain's “frameset.”

て烟熏妆下的殇ゞ 提交于 2019-12-06 02:48:48
问题 I'm working on a responsive design site and ran into a fairly large snag. I used viewport code: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> and used: @media only screen and (min-width: 501px) and (max-width: 930px) { CSS HERE} as needed. When I put my index page on my host server to check it the site wouldn't respond to changes between my mobile devices. I tried my domain name site- didn't work. Turns out the domain name points to