|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
After there is a web page that displays content using Frames, how can I go directly to a non-frames based window? I have 3 frames, and when I link to a non-frames page the frames remain. There must be some code or steps I am missing to move away from the frames display. The Java and JSP code is working fine, down to display issues. Any help or ideas appreciated.
Thanks! |
|
#2
|
|||
|
|||
|
I have had a similar problem with <frame> and <iframe> in html. As far as I know there is no way to go to "non-frames" from a link inside the frame (other than opening your target in a new window).
|
|
#3
|
|||
|
|||
|
If what you want is that a link in a framed page directs the user to a new page occuping the whole browser (ie. in a frameless fashion) what you need to do is specify target="_top" in the A tag.
For example: <A HREF="somepage.html" TARGET="_top">get out of this frame!</A> |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Java Development > Use of FRAMES question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|