473,385 Members | 1,927 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,385 software developers and data experts.

accessing Frames in a VB ASP.NET application

Hey everyone.
I am just getting into .NET (2003) now - I've been working in VB6 for some
time now, so my question may seem pretty low level for some - but bare with
me ok?
I have a form with 2 frames in it "Contents", "Main", and "Header".
Along the side frame (Contents), I have a navigation type menu. Now when one
of those buttons get pushed, it should change the page over in the main.
Here's the thing - I have no idea how to access that other page. All the
documention that I've found has said to use parent.frames("main")...... but
there is no FRAMES child from parent.
I must be totally missing the boat here. Can someone guide me in the right
direction?

Dave
Nov 18 '05 #1
3 1294
nothing to so with ASP(X).
Basically though in your frame declaration tag it takes care of this... just
need to name it

BUT.... have you tried dumping the frames idea? I'd suggest, since you are
going with .NET anyway, to look at user controls instead. Life got WAY
easier when they came out.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"David Brewster" <pu***@interlog.com> wrote in message
news:OZ*************@TK2MSFTNGP10.phx.gbl...
Hey everyone.
I am just getting into .NET (2003) now - I've been working in VB6 for some
time now, so my question may seem pretty low level for some - but bare with me ok?
I have a form with 2 frames in it "Contents", "Main", and "Header".
Along the side frame (Contents), I have a navigation type menu. Now when one of those buttons get pushed, it should change the page over in the main.
Here's the thing - I have no idea how to access that other page. All the
documention that I've found has said to use parent.frames("main")...... but there is no FRAMES child from parent.
I must be totally missing the boat here. Can someone guide me in the right
direction?

Dave

Nov 18 '05 #2
???
Frame declaration tag......
???
hmmmm.....
Man I really am green....

Ok - alet's move on shall we? ;-)
Since I am with NET anyhow - you suggest not using frames...
Use panels and a menuing system instead? (Like an active list bar)
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:Oz*************@tk2msftngp13.phx.gbl...
nothing to so with ASP(X).
Basically though in your frame declaration tag it takes care of this... just need to name it

BUT.... have you tried dumping the frames idea? I'd suggest, since you are
going with .NET anyway, to look at user controls instead. Life got WAY
easier when they came out.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"David Brewster" <pu***@interlog.com> wrote in message
news:OZ*************@TK2MSFTNGP10.phx.gbl...
Hey everyone.
I am just getting into .NET (2003) now - I've been working in VB6 for some time now, so my question may seem pretty low level for some - but bare

with
me ok?
I have a form with 2 frames in it "Contents", "Main", and "Header".
Along the side frame (Contents), I have a navigation type menu. Now when

one
of those buttons get pushed, it should change the page over in the main.
Here's the thing - I have no idea how to access that other page. All the
documention that I've found has said to use parent.frames("main")......

but
there is no FRAMES child from parent.
I must be totally missing the boat here. Can someone guide me in the right direction?

Dave


Nov 18 '05 #3
ASP know nothing about frames.
Use java scripts in navigation menu, something like this:

<script language="JavaScript">
open("NewContent.asp","Main")
</script>

Never give up!
3Dimka
Hey everyone.
I am just getting into .NET (2003) now - I've been working in VB6 for some
time now, so my question may seem pretty low level for some - but bare with
me ok?
I have a form with 2 frames in it "Contents", "Main", and "Header".
Along the side frame (Contents), I have a navigation type menu. Now when one
of those buttons get pushed, it should change the page over in the main.
Here's the thing - I have no idea how to access that other page. All the
documention that I've found has said to use parent.frames("main")...... but
there is no FRAMES child from parent.
I must be totally missing the boat here. Can someone guide me in the right
direction?

Dave


Nov 18 '05 #4

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

Similar topics

2
by: Chris New | last post by:
G'Day All I am having trouble dynamically assigning a value to a table's cell from one frame to another frame. I've created a website that is primarily viewed in a frameset consisting of 2...
1
by: Gregor | last post by:
I'm having problems accessing a global array variable from within a function. I have something like this: ------------------------------------ var detail = new Array( 20 ); detail = "hello"; ...
8
by: Frédéric Mayot | last post by:
Hi, I have an HTML page like this : --- test.html <html> <body> <form> <iframe id="frametest" name="frametest" src="iframe.html"></iframe> <select multiple...
2
by: Jeremy Gollehon | last post by:
I'm trying to help a friend out but couldn't find an answer so thought I'd post here. Is it possible to access the frame window at http://www.5460.net (a chinese site)? We're trying to get the...
3
by: Greg | last post by:
Javascript Folks, I am relatively new to javascript and am working on a script where I want to utilizes a couple of iframes and format text in them. I have run into a problem with getting the...
1
by: David Brewster | last post by:
Hey everyone. I am just getting into .NET (2003) now - I've been working in VB6 for some time now, so my question may seem pretty low level for some - but bare with me ok? I have a form with 2...
0
by: Andrew Bullock | last post by:
Hi Can someone give me some pointers as to how to access frames from an AVI file as quickly as possible. If it makes any difference... I first need to access them sequentially (forward) as...
3
by: thompson_38 | last post by:
I am currently working on a C# application that uses an axWebBrowser control which displays HTML pages. This is being done to reuse an existing web application which resides on a client's...
5
by: J. Moreno | last post by:
Hi, I'm looking at some old code, and am having a problem with IE having changed how accesses an object: pages = window.parent.frames.item(1).document.all("position"); This works under...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.