Tagged Questions
0
votes
1answer
46 views
Multi-paned Web Page
What is the best practice for making a multi-paned web page?
For example, I have a web page divided up like so:
This page is for a VERY old internal application that I'm giving a much needed ...
1
vote
2answers
287 views
Is there an alternative to using Frames to combine multiple aspx files into a single page?
I am rewriting a site that contains around 10 separate frames which each display a bunch of separate aspx files.
Is there a modern-day equivalent to using Frames for combining multiple aspx files, ...
1
vote
2answers
219 views
ASP.NET: Is it possible to inject CSS or Javascript into every page in my web app?
I am working on a web application that uses a frameset instead of a master page. I want to set up the app so that the background color of all pages is a light shade of red whenever I am debugging ...
0
votes
1answer
161 views
jQuery timeout plugin with iFrames
I was trying to use the time out jQuery plugin below with iFrames
http://www.erichynds.com/jquery/a-new-and-improved-jquery-idle-timeout-plugin/
I am putting the main code on the page which has the ...
2
votes
1answer
657 views
Refresh page with framesets on button click
I have a web application built around a frameset. The main page (with the frameset layout) is index.aspx. After the user logs in, if there are any alerts it redirects the main content frame to an ...
2
votes
1answer
225 views
making visible from one frame by another frame
here im using 2 frames in a frameset
1.<frame name="leftmenu" src="left.aspx" />
2.<frame name="mainpage" src="main.aspx" />
in leftmenu in having treeveiw and one button(button name = ...
0
votes
1answer
332 views
Resize content for “frame” on .aspx page which draws product content from suppliers' page
I have a retail store site, no online sales, which displays the webpage of our supplier in a "frame" in order to have the most accurate and up to date information for our customers. (example)
My ...
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 ...
1
vote
1answer
356 views
asp.net does not Redirect when in frameset
I have developed an application on asp.net. I uploaded it to my host.
lets say http://myhost/app. My manager wrapped this address into an empty frameset on http://anotherhost/somename and sets the ...
0
votes
1answer
351 views
Using Frameset with Treeviews in ASP.Net
Afternoon, I am trying have an HTML file containing a frameset which contains two frames. I have populated the left Frame with a URL containing a TreeView with URL's for the nodes.
I would like the to ...
0
votes
2answers
1k views
Call Javascript function from asp.net page in a frame
I have 2 pages in a frameset, in the first page i have a Javascript Function, the second is an asp.net form with a button, the thing is that I need to call the Javascript function in the first page ...