473,397 Members | 2,099 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

loading frames (asp)

I have a website with the company logo on top. Underneath the logo there is
a menu which has links. When the user clicks on a link, I want to be able to
take them to that page without having to reload the company logo on top.
Here is a good example of what I am trying to do.

http://www.jetsonj2ee.com/

This website does exactly what I want. The links only load the contents
below the company logo. How can this be accomplished?

Thanks.
Jess
Jun 1 '06 #1
1 2185
Hi,
Frames will do just fine
You define a frame like :

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="radMain.aspx.vb"
Inherits="radIncident" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>SIMS</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<frameset rows="*" cols="160,*" frameborder="0" border="0"
framespacing="0">
<frame src="radLeftMenu.aspx" name="leftFrame" scrolling="no" noresize>
<frameset rows="280,*" cols="*" framespacing="0" frameborder="no"
border="0">
<frame src="radIncident_List.aspx" name="mainFrame1" scrolling="no">
<frame src="radBottom.htm" name="mainFrame2" scrolling="auto" >
</frameset>
</frameset>
</HTML>
Then you can make reference to others frames doing:
window.parent.frameName.Location = thrURL;

--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Jessica Weiner" <su*******@gmail.com> wrote in message
news:kP*****************@newssvr14.news.prodigy.co m...
I have a website with the company logo on top. Underneath the logo there is
a menu which has links. When the user clicks on a link, I want to be able
to take them to that page without having to reload the company logo on top.
Here is a good example of what I am trying to do.

http://www.jetsonj2ee.com/

This website does exactly what I want. The links only load the contents
below the company logo. How can this be accomplished?

Thanks.
Jess

Jun 1 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David | last post by:
Hi, I use the following page code to open a popup window - it works OK, but whilst the popup is loading you can see the URL in the title of the popup until it's fully loaded and then the title...
2
by: Mekon | last post by:
I have never written a line of script in my life but I need some help with it now. I have this auto generated code which I want to modify if possible The script generates a strip of...
2
by: Rob Douglass | last post by:
Hi Everyone, I've started a new job and my first task is to find a fix for the following problem: When users visit our main login page (4 frames), one of the frames (1-3) will not load. In...
7
by: dj Bass | last post by:
simple, they don't like things that restrict the server-side controls... and when it comes to frames, you need client side stuff and that stuff's up the asp.net strategy. right or wrong?
1
by: jm | last post by:
I am sure this is simple, but I cannot find it. I have a frameset with two frames. The top frame is a form to be filled out. The bottom frame is the resultset. In the top frame when I hit...
2
by: moondaddy | last post by:
I'm running an eCommerce site using vb.net 1.1 and frames. From the header navigation frame I use the following client side JavaScript to navigate pages in the frame below named 'main' which works...
0
by: Jacob Donajkowski | last post by:
Once the user logs in I want to have the users switch from the Roster View to the Profile View and enter their profile infomation and save it. Then the next time they login and go to the Profile...
14
by: Mark | last post by:
Hi Guys, I am very new to ASP.NET world. I need to create three frames. One at the top, one on the left and another on the right side. I don't know how to do it. So please help me with it. ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.