473,657 Members | 2,389 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Referring to a frame's content from another frame

How do I refer to the content of one frame from another frame.

Depending on which command button is pressed in one frame I wish to chnage
what is displayed in another frame.

Thanks

Colin
Nov 18 '05 #1
3 1961
"Microsoft" <co****@ozemail .com.au> wrote in message
news:%2******** **********@TK2M SFTNGP11.phx.gb l...
How do I refer to the content of one frame from another frame.

Depending on which command button is pressed in one frame I wish to chnage
what is displayed in another frame.


Nothing to do with ASP.NET specifically - this is just standard plain old
HTML:

http://www.sagehill.net/docbookxsl/HtmlFrames.html
Nov 18 '05 #2
But I don't wish to change the source of the other frame, just change some
properties of a .Net control in the other frame.

Colin

"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:eV******** *****@TK2MSFTNG P10.phx.gbl...
"Microsoft" <co****@ozemail .com.au> wrote in message
news:%2******** **********@TK2M SFTNGP11.phx.gb l...
How do I refer to the content of one frame from another frame.

Depending on which command button is pressed in one frame I wish to
chnage what is displayed in another frame.


Nothing to do with ASP.NET specifically - this is just standard plain old
HTML:

http://www.sagehill.net/docbookxsl/HtmlFrames.html

Nov 18 '05 #3
Ok Colin,
First of all, ASP.NET is serverside technology. You will have to refresh,
submit or change the location of the page/frame to change things with
asp.net. Otherwise you'll have to use JavaScript.

/Hugo

On Sun, 3 Oct 2004 17:42:15 +1000, Colin Halliday wrote:
But I don't wish to change the source of the other frame, just change some
properties of a .Net control in the other frame.

Colin

"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:eV******** *****@TK2MSFTNG P10.phx.gbl...
"Microsoft" <co****@ozemail .com.au> wrote in message
news:%2******** **********@TK2M SFTNGP11.phx.gb l...
How do I refer to the content of one frame from another frame.

Depending on which command button is pressed in one frame I wish to
chnage what is displayed in another frame.


Nothing to do with ASP.NET specifically - this is just standard plain old
HTML:

http://www.sagehill.net/docbookxsl/HtmlFrames.html

Nov 18 '05 #4

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

Similar topics

3
9887
by: Jenkins | last post by:
I have a page with frames. The left frame is a list of urls. The main frame is loaded based on the url that was clicked in the left frame. Is there a way for the main frame to tell which url was clicked in the left frame? I'd like to avoid having to use a name/value pair in the links in the left frame, which I'm currently doing. I'd prefer to use something similar to $_server('REFERER') but I can't find anything that would list the...
1
7111
by: Mikko Tussunen | last post by:
I wonder, what would be the best way to write content to another frame? Meaning that as many browsers as possible supports it. I have a frame that reloads with a 3 second interval, and depending on if the user has entered information in a database (chat messages), it writes the content to another frame. The content it has written before should be visible. I've tried
6
1635
by: oeyvind toft | last post by:
I have a frameset consisting of 3 frames: top, left and right. In top frame: body onload calls a js init function to set (or resets) values in textareas etc...in all frames. In right frame: A large textarea for dynamicly updated text. Problem: When clicking the browser 'update' this doesnt work: myTextAreaOnTheRight = ""; UNLESS I put an alert(anything) before the statement.
1
1886
by: clemenr | last post by:
Hi. I would like to know if the following is feasible in JavaScript. I would create a frameset where the top frame includes JavaScript. The bottom frame would be directed to the login page of an existing content management system. The javascript would then fill in the login name and password of the form, and submit the form to log in. If this works then the bottom frame would be replaced with another page requesting that a link be...
4
2346
by: Mark | last post by:
I am rephrasing a question from yesterday. I have a page with several user controls : nav, header, and footer currently. What I would like to do is add a new control ('content') and use it like a frame. Specifically like a "content" or "main" frame. Can I somehow load the content of another, complete html or aspx page into this control? If so how? Ands If so, how can I load the correct page from a link? (IE:
42
3860
by: smerf | last post by:
Using javascript, is there a way to trap an external page inside a frame? I've seen scripts to break out of frames, but nothing to keep a page trapped in a frame.
2
5926
by: PieOPah | last post by:
I have a webpage that uses frames (yes I know, frames - previously been flamed about that, but I do not know anything else to use since I am clueless!!! Been asked to cobble together a site since there is a misconception that I know what I am doing!!!) Anyway, one of the things I have been asked to do is create a button that will allow the user to print the contents of the main window (main frame) without the navigation bar (header...
1
1422
by: laredotornado | last post by:
Hi, I have this master frameset page <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>Account Creation</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7
2159
by: sform | last post by:
I have a frameset with three frames: <html> <head> <title>Untitled</title> </head> <frameset rows="10%,*,10%" frameborder="1"> <frame src="button.htm" name="button" /> <frame src="main.htm" name="Main" id="Main" /> <frame src="menu2.htm" name="menu-one" />
0
8413
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8842
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8740
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7352
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2742
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.