473,385 Members | 1,470 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.

Please help setting target for frameset


I have a web application and a frameset. The fameset have left and righ
frame. What I want to archieve is that when I click on a button on th
left frame I want the link that is placed on the button to be displaye
on the right frame.
on the button i have this code:

Response.Redirect("http://localhost/ValutaKalVer2/Valutakurs.aspx").whe
I clicked on this button this page only show on the same frame. This i
where I am having problem, can somebody put me through setting th
target
Thanks in advanc

Justne
-----------------------------------------------------------------------
Posted via http://www.mcse.m
-----------------------------------------------------------------------
View this thread: http://www.mcse.ms/message400190.htm

Nov 18 '05 #1
3 1286
Justnew <Ju************@mail.mcse.ms> wrote in
news:Ju************@mail.mcse.ms:
Response.Redirect("http://localhost/ValutaKalVer2/Valutakurs.aspx").when
I clicked on this button this page only show on the same frame. This is
where I am having problem, can somebody put me through setting the


You cannot set the target from the server side. You have to set the target in
the HTML on the first render.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Nov 18 '05 #2

Thank you for the reply: You said I have to place the target on th
html. Ok this is my image button <asp:imagebutton id="ImageButton1
style="Z-INDEX: 101; LEFT: 184px; POSITION: absolute; TOP: 104px"> I a
not quite sure where to place the syntax for target. Based on th
information so far can you tell me how to do that
Thanks for the answer so far
Chad Z. Hower aka Kudzu wrote:
*Justnew <Ju************@mail.mcse.ms> wrote in
news:Ju************@mail.mcse.ms:

Response.Redirect("http://localhost/ValutaKalVer2/Valutakurs.aspx").when
I clicked on this button this page only show on the same frame

This is
where I am having problem, can somebody put me through setting the


You cannot set the target from the server side. You have to set th
target in
the HTML on the first render.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


Justne
-----------------------------------------------------------------------
Posted via http://www.mcse.m
-----------------------------------------------------------------------
View this thread: http://www.mcse.ms/message400190.htm

Nov 18 '05 #3
Justnew <Ju************@mail.mcse.ms> wrote in
news:Ju************@mail.mcse.ms:
Thank you for the reply: You said I have to place the target on the
html. Ok this is my image button <asp:imagebutton id="ImageButton1"
style="Z-INDEX: 101; LEFT: 184px; POSITION: absolute; TOP: 104px"> I am
not quite sure where to place the syntax for target. Based on the
information so far can you tell me how to do that


Check the HTML ref, but IIRC its just target="name" for the frame. I know
this is for separate Windows - I cannot remember offhand if frames use Target
too or if there is a separate key word. Its been a long time since I needed
frames since I use partial updates instead because they are more flexible.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Nov 18 '05 #4

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

Similar topics

0
by: Mike | last post by:
I have a frameset that was working fine then suddenly a link that is suppose to load a page in an adjeacent frame opens a new window instead. What could be causing this? Problem prevalent in IE...
2
by: Kai Grossjohann | last post by:
The following HTML file invoker.html creates a modal dialog: <html><head> <script language="JavaScript"> function popup() { window.showModalDialog("main.html", null,...
24
by: Mike | last post by:
Hello How do i get around target="_blank" is not allowed in xtml strict? Thanks Mike
1
by: Danny | last post by:
I have a frameset with three frames. From one of the frames I generate a new window with the javascript that is at the bottom of this post. From the new window, how can I target a different frame...
3
by: vivek9856 | last post by:
I am making a website and I need help promptly. Here is the code first off -----File Header.htm----- <HTML> <HEAD> <TITLE>Black Hawk Down</TITLE> </HEAD> <LINK REL=stylesheet...
3
by: SpamProof | last post by:
If have a page with a frameset set up as below: There are 3 rows of pages displayed. I need the navigation to be in the middle. When I click on one of the links in the navigations, I need to...
0
by: Justnew | last post by:
I have a web application and a frameset. The fameset have left and righ frame. What I want to archieve is that when I click on a button on th left frame I want the link that is placed on the button...
4
by: adamalton | last post by:
Hi, I have a frameset with a menu down the left and a main frame on the right. (The menu contains a flash jukebox, which I why it's in a frame, so that you don't have to restart the jukebox every...
4
Dököll
by: Dököll | last post by:
Hey Gang! I thought I had a good idea but then I realized JSF doesn't play that... I am trying to mimick what HTML can do in JSF when using target tags to related to inner HTML pages. In...
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: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
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.