473,789 Members | 2,289 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Frame Set Flow

I have a startup page with a frameset
<framset border="1" frameborder="1" framespacing="0 " cols="30%,70%">
<frame name="left frame" src="WebForm1.a spx">
<frame name="right frame" src="WebForm2.a spx">
</frameset>

In WebForm1.aspx(l eft frame page) i've two links Search and Edit
<html>
<head>
<title> web form1</title>
</head>
<p> <asp:HyperLin k id="hpLinkSearc h"
runat="server"> Search</asp:HyperLink></p>
<p> <asp:HyperLin k id="hpEdit" runat="server"> Edit</asp:HyperLink></p>
</html>

On clicking the url of Search I want to display the information on
RightFrame ... How can achieve this.?

Thanks
Jay

Nov 19 '05 #1
3 1152
simplest method ..

1) in hpLinkSearch_Cl ick , build the search query string and assign to
a session variable
2) Reload page in RightFrame.Attr ibutes("src") = "WebForm2.a spx"
3) in "WebForm2.a spx" execute the search query in session and display
the results

Nov 19 '05 #2
use the target="frameNa me" in the link

-- bruce (sqlwork.com)

"Jay Villa" <ja******@commu nity.nospam> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
I have a startup page with a frameset
<framset border="1" frameborder="1" framespacing="0 " cols="30%,70%">
<frame name="left frame" src="WebForm1.a spx">
<frame name="right frame" src="WebForm2.a spx">
</frameset>

In WebForm1.aspx(l eft frame page) i've two links Search and Edit
<html>
<head>
<title> web form1</title>
</head>
<p> <asp:HyperLin k id="hpLinkSearc h"
runat="server"> Search</asp:HyperLink></p>
<p> <asp:HyperLin k id="hpEdit" runat="server"> Edit</asp:HyperLink></p>
</html>

On clicking the url of Search I want to display the information on
RightFrame ... How can achieve this.?

Thanks
Jay

Nov 19 '05 #3
Thanks Bruce ....
"Bruce Barker" <br************ ******@safeco.c om> wrote in message
news:ud******** ******@TK2MSFTN GP11.phx.gbl...
use the target="frameNa me" in the link

-- bruce (sqlwork.com)

"Jay Villa" <ja******@commu nity.nospam> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
I have a startup page with a frameset
<framset border="1" frameborder="1" framespacing="0 " cols="30%,70%">
<frame name="left frame" src="WebForm1.a spx">
<frame name="right frame" src="WebForm2.a spx">
</frameset>

In WebForm1.aspx(l eft frame page) i've two links Search and Edit
<html>
<head>
<title> web form1</title>
</head>
<p> <asp:HyperLin k id="hpLinkSearc h"
runat="server"> Search</asp:HyperLink></p>
<p> <asp:HyperLin k id="hpEdit" runat="server"> Edit</asp:HyperLink></p>
</html>

On clicking the url of Search I want to display the information on
RightFrame ... How can achieve this.?

Thanks
Jay


Nov 19 '05 #4

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

Similar topics

11
7243
by: Robert Bowen | last post by:
Hello all. I have been given mock-ups (in static HTML) of some pages for a site I am working on. The client would like these pages to look exactly as they do now. The problem is that the content is dynamic, it comes from a database. My question -- with CSS (because with HTML tables I don't think it's possible) how can I make my text "flow" in two columns? eg. If there are 100 lines of content, I would like 50 to be in the 1st column, and...
4
4739
by: Amigo Boy | last post by:
I would like to create a page with four distinct areas. Similar to this: <tr><td colspan="2">My Heading stuff here</td></tr> <tr><td>My nav stuff here</td><td>My main stuff here</td></tr> <tr><td colspan="2">My footer stuff here</td></tr> In other words, a header and footer which span the entire page. Between them will be a nav bar and large main area.
2
3443
by: Maik Wiege | last post by:
Hi! I want to show a blinking text over my derived CMDIChildWnd-class. The blinking is done by one view which is hold by my frame. I set up a timer and write text to the parent frame, which works fine. But I can't get the text away the next time the timer fires. Here is some code: void MyView::OnTimer(UINT nIDEvent) { if (nIDEvent!=1) return; showText = !showText;
5
4455
by: Frame | last post by:
I'm looking for tutorials or articles considering HTML Frames and how to handle them with Javascript. E.g. samples how Frames can exchange information, can a Frame instruct other Frame to update it's content etc. This kind of information is welcome. Cheers!
9
1763
by: Alvin Bruney [MVP] | last post by:
Exceptions must not be used to control program flow. I intend to show that this statement is flawed. In some instances, exceptions may be used to control program flow in ways that can lead to improved code readability and performance. Consider an application that must eliminate duplicates in a list. using system.collections;
4
1557
by: Giggle Girl | last post by:
Is it possible using javascript to copy the entire contents of a frame, at code level, to a hidden frame or even variable or container, so you can spit it out again instantly to a frame in the future? I am helping to develop a web application that uses three different frames, but there is quite a bit of changing of frame sources. Needless to say, when a frame has its location changes, the "old" contents are lost. I want to keep them...
2
5021
by: brianlum | last post by:
Hi, I have been looking for a good way to convert python code into a control flow graph. I know of Python functions that will convert an expression into an abstract syntax tree (i.e. ast = parser.expr('(x+5)*5') then t = ast.totuple() then t), but I am not sure how to obtain a CFG. I've gone through the compiler and it has code that converts the AST
0
1411
by: kellyonlyone | last post by:
E-XD++ MFC Library Enterprise Edition V9.80 is released (100% Source Code)! ("The only Flow/Diagramming Kits that provides full source code of components for MFC and ActiveX in a single package!") -------------------------------------------------------------------------------- May 2, 2006 For more information (press only) please contact: Paul Chi UCanCode Software, Inc. Phone: (86) 755-26737501
9
3070
by: Stan Brown | last post by:
I've searched Google and the group archives, and came up empty, but maybe I just haven't selected the right search term. This concerns only the screen -- printing isn't an issue. I'm also not concerned about the appearance of the page in IE6 as long as the page is still usable. I want to have two pseudo-frames, using only CSS and no JS. The top "frame", 4em high, is a menu, and I want it to stay at the top of the viewport. The rest...
0
9506
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10403
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...
1
10136
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,...
1
7524
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
6755
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4087
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
3695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2904
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.