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

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.aspx">
<frame name="right frame" src="WebForm2.aspx">
</frameset>

In WebForm1.aspx(left frame page) i've two links Search and Edit
<html>
<head>
<title> web form1</title>
</head>
<p> <asp:HyperLink id="hpLinkSearch"
runat="server">Search</asp:HyperLink></p>
<p> <asp:HyperLink 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 1135
simplest method ..

1) in hpLinkSearch_Click , build the search query string and assign to
a session variable
2) Reload page in RightFrame.Attributes("src") = "WebForm2.aspx"
3) in "WebForm2.aspx" execute the search query in session and display
the results

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

-- bruce (sqlwork.com)

"Jay Villa" <ja******@community.nospam> wrote in message
news:%2***************@tk2msftngp13.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.aspx">
<frame name="right frame" src="WebForm2.aspx">
</frameset>

In WebForm1.aspx(left frame page) i've two links Search and Edit
<html>
<head>
<title> web form1</title>
</head>
<p> <asp:HyperLink id="hpLinkSearch"
runat="server">Search</asp:HyperLink></p>
<p> <asp:HyperLink 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.com> wrote in message
news:ud**************@TK2MSFTNGP11.phx.gbl...
use the target="frameName" in the link

-- bruce (sqlwork.com)

"Jay Villa" <ja******@community.nospam> wrote in message
news:%2***************@tk2msftngp13.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.aspx">
<frame name="right frame" src="WebForm2.aspx">
</frameset>

In WebForm1.aspx(left frame page) i've two links Search and Edit
<html>
<head>
<title> web form1</title>
</head>
<p> <asp:HyperLink id="hpLinkSearch"
runat="server">Search</asp:HyperLink></p>
<p> <asp:HyperLink 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
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...
4
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>...
2
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...
5
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...
9
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...
4
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...
2
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 =...
0
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!")...
9
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.