To frame or not to frame?
Hi all,Normally do you build your web apps using frames? I'm having several troubles using firefox, its behaviour presents many differences.. it does not accept resizing, borders etcthanks
It is probably a personal thing with frames. Personally I think they are nasty. They cause more problems than they solve. They do not meet accessibility standards. The improvements on caching with ASP.NET allow for very fast returns by caching user controls that you might normally keep in a frame, such as menu/navigation.
That's an easy one. Not to. It means ugly Javascript solutions,
problems wi...
frame or no frame
I've read through quite a bit of opinions, but without a definate answer.
I'm writing a page in asp.net 2.0 and it includes a seperate page hosted on a seperate domain. I was going to just throw it in a frame and call it good, but I'm reading that that is not such a good idea. Anyone have a simple way to do this, I'd like to use the master page for the site and just have an area that is framed. Sorry if I am missing something obvious, I tend to do that lately.
You have two ways to do it.
If you own the second domain, or can ask the owner nicely, set up t...
To frame or not to frame...
I know this is probably a matter of opinion...but if you have an application that is using large datasets that can not be cached, does it make sense to use frames on your site to save some processing of other database driven menus, and whatnot?? Does this cause a headache if you are dealing with an application that requires user authentication, since you have to now check on serval pages for authorization? Maybe an IFrame for content is better?
Just one of those questions that has been bugging me.
thanks...
I would not use frames. I would instead use fragment caching, that is, cre...
To frame or not to frame
Hi,
I was having troubles with framing my website using visual web developer 2008 and so was looking around on this forum. It was surprising to see many negative comments about frames and to find out that XHTML doesnt even support frames. Now Im leaning towards not using frames. I want to have 3 different sections of my website:
A header with my company name
A side section where I can put links and maybe put advertisements later on (graphics)
A main section where all the real stuff shows up
The problem is that Visaul Web developer doesnt support that kind o...
Frames or NO frames.
Hi,
sorry probably a topic discussed at lengths somewhere but I was wondering. If I have a ASP.NET c# web application that contains the traditional header, left navigation bit and content to the right, is there any compelling reason for me not to use frames?
I realise one issue may be browser compatability but how many browsers these days don't support frames.
If it helps, I am writing an intranet application rather than a full internet app so I don't see browser type too much of an issue.
Thanks for your comments.
Graham Allwood
Browser compatibility hasn't been the issue...
NetStorage Frame in Frame
--____USSHZKHRTKSQNTOQSGEX____
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
We have problems using the browser acces to netstorage. After login its =
open frame in frames and not showing the files. Reinstalling netstorage =
changed nothing. WEBDAV access is working fine.
With kind regards,
Bodo
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
MEBSware Informatik GmbH
Bodo Schulz
Bodo.Schulz@MEBSware.DE
www.mebsware.de
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D...
How to update a frame in the parent window from a child window
Could someone PLEASE HELP ME?!?
I am trying to update a frame in my parent window from a child window? Does anyone have any idea?
I appreciate any help!
p.s:I using vb.net 1.1 framework,i try to fill a listbox button(parent window) from a check box list button(child window) thanx!!!!
try to use
window.parent.frames("Frame1").document.getElementById('<%=CONTROLID.ClientID%>')
where Frame1 is the id of your frame and CONTROLID is the id of listbox id.
HCHaissam Abdul MalakMCAD.NET| Blog |...
Closing the Child window on closing the Parent
Dear All,In my web applicaiton, on clicking a menu, I am displaying the relevant information by opening the child window using java script.If the parent window is closed / the user logged out, then the child window also has to be closed.Can any one tell me a way to perform this?Thanks a lot in advance.
Create an array to track the open windows.
Whenever you open a window, pass the handle to that window to a
function that will add it to the array. When you want to close all the
windows, loop through the array and close them. You don't need to worry
if a child window is closed...
Close all child pop-up when parent is closed?
Hi to all,
I have a parent window from this i can open lot of pop up window, my problem is whenever i close the parent window(by clicking Close button in browser) then all popup should close how to do this, experts please help me.If this post is answer of your question then don't forgot to Click Mark As Answer
Hi, please check the following link hopfully this is what you are looking for http://forums.asp.net/t/1302709.aspx Enjoy!! programming is good for my soul....
Closing a Frame
We have an application that uses two frames.
The left frame is a navigation bar and the right frame contains the rest of the forms.
The login screen has no frames.
The problem is that when we logout and redirect to the Login page, the left navigation bar remains.
If we press F5 on the browser, the left frame disappears the screen appears correctly.
We are not sure if we have mis-coded something, or if we just need to force a refresh at logout.
Can anyone help??
You can probably do either one.....I will write the example for both:
1)
to break out of frames you ...
RE: Framesets
I have tried putting the entire CSK application in an <iframe> of an .htm page. It doesn't work, or at least some major code tweek is needed, because for some strange reason, while in the iframe, it is not possible to log members into the Community.
This serves as a huge disappointment. Is anything possible to work around this?
DanDanCirAre you Yakking yet?...
modifying a frame inside a frameHi, All,
1) I have a frame (F1) that has a TPopupMenu (PM) with no menu items at
all. The only reason PM is declared in F1 is that PM is popped up by F1
manually (after simulating a left click, and then a right click on a
TListBox to select the item under the mouse cursor). Components that use
F1 are supposed to add menu items to PM themselves.
2) I drop F1 on another frame (F2).
3) I double-click on PM, add a menuitem to it, name it, and close the
menu editor.
4) I click once on PM in the frame editor just to be presented with this
error message: "List index out o...
Frames & No Frames that is the questionHello,
This may not be the appropriate place for this question, if not let me
know.
I want to use frames in my application, the problems is when the session
times out I would like to display that page without the frames. An
alternative would be to display the timeout page always in the same frame.
How can I do this??
My frames would look like this
FRAME HEADER
---------------------------------------------------------------|
FRAME MENUS| FRAME DETAIL |
---------------------------------------------------------------|
Either allways in the FRAME DETAIL or display...
need to close child when parent closes
I open child windows windowHandle = window.open('blah.aspx' ,'mywindow', 'width=420,height=310,top=200,left=235,scrollbars=yes');"
In ASP classic I was able to close the child window that the parent window opened if the parent was closed. By doing this:
onunload="if (windowHandle && !windowHandle.closed) windowHandle.close();
I got this code from IRT.org. This code has worked very well in ASP classic. Now that I am doing asp.net the above code does not work.
Please help,pietaster,A jury consists of twelve persons chosen to decide who has the better lawyer. - ...