473,325 Members | 2,860 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,325 software developers and data experts.

Hyperlink & Frames

Hi,

I have a problem using a hyperlink and a frameset...
When I run the application, and click on the link, the link is displayed in
a new window...
But the strange thing is, I set the target to the target frame....

using an html

Very strang....

Thanx

John

Below the code...

<asp:HyperLink ID="hlCompanies" runat="server" CssClass="navLinks"
Target="centerFrame" NavigateUrl="~/Pages/Users/Companies.aspx">

<frameset cols="*,259,755,*" frameborder="no" border="0" framespacing="0">

<frame src="./Other/black.htm" frameborder="no" scrolling="no"
marginwidth="0" marginheight="0" id="left" />

<frame src="./Navigation/navAll.aspx" frameborder="no" scrolling="auto"
marginwidth="0" marginheight="0" id="navigation" />

<frameset rows="228,*,60" frameborder="no" border="0" framespacing="0">

<frame src="./Other/top.aspx" name="top" frameborder="no" scrolling="No"
noresize="noresize" marginwidth="0" marginheight="0" id="top" />

<frame src="./mainPage.aspx" frameborder="no" scrolling="auto"
marginwidth="0" marginheight="0" id="centerFrame" />

<frame src="./Other/bottem.aspx" name="bottem" frameborder="no"
scrolling="No" noresize="noresize" marginwidth="0" marginheight="0"
id="bottem" />

</frameset><frame src="./Other/black.htm" frameborder="no" scrolling="no"
marginwidth="0" marginheight="0" id="right" />

</frameset>
Jun 27 '08 #1
1 1592

I think I found the problem....

When using a frame with for example 2 columns, everything works fine.
Adding a second frameset gives a problem when linking outside the frameset
with aspx files...

Does anyone know why working with nested frames is a problem with aspx files
?

Thanx

John



"John Devlon" <Jo********@hotmail.comschreef in bericht
news:2Z*****************@newsfe29.ams2...
Hi,

I have a problem using a hyperlink and a frameset...
When I run the application, and click on the link, the link is displayed
in a new window...
But the strange thing is, I set the target to the target frame....

using an html

Very strang....

Thanx

John

Below the code...

<asp:HyperLink ID="hlCompanies" runat="server" CssClass="navLinks"
Target="centerFrame" NavigateUrl="~/Pages/Users/Companies.aspx">

<frameset cols="*,259,755,*" frameborder="no" border="0" framespacing="0">

<frame src="./Other/black.htm" frameborder="no" scrolling="no"
marginwidth="0" marginheight="0" id="left" />

<frame src="./Navigation/navAll.aspx" frameborder="no" scrolling="auto"
marginwidth="0" marginheight="0" id="navigation" />

<frameset rows="228,*,60" frameborder="no" border="0" framespacing="0">

<frame src="./Other/top.aspx" name="top" frameborder="no" scrolling="No"
noresize="noresize" marginwidth="0" marginheight="0" id="top" />

<frame src="./mainPage.aspx" frameborder="no" scrolling="auto"
marginwidth="0" marginheight="0" id="centerFrame" />

<frame src="./Other/bottem.aspx" name="bottem" frameborder="no"
scrolling="No" noresize="noresize" marginwidth="0" marginheight="0"
id="bottem" />

</frameset><frame src="./Other/black.htm" frameborder="no" scrolling="no"
marginwidth="0" marginheight="0" id="right" />

</frameset>


Jun 27 '08 #2

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

Similar topics

40
by: Brian Jorgenson | last post by:
On my web page, I have a few hyperlinks with target frame of _blank. The hyperlink brings up a second window, but everytime I click on thie hperlink, it keeps bringing up a new window and not...
4
by: ry66 | last post by:
Hello All! Is it possible to submit a form using hyperlink? I want to send hidden element when a link is clicked. I read some books, but I found only using button which I don't want to use. ...
4
by: johkar | last post by:
When the output method is set to xml, even though I have CDATA around my JavaScript, the operaters of && and < are converted to XML character entities which causes errors in my JavaScript. I know...
2
by: P. Mellerin | last post by:
Hello, I have been searching online for a whole day and couldn't find an answer for this. I have this hyperlink server control: ...
4
by: Amir Eshterayeh | last post by:
Dear Friends My asp hyperlink goes to relative address instead of absolute. I like navigate url goes to outsite link like www.asp.net but now, it goes to www.mysite/www.asp.net please help....
1
by: D. Shane Fowlkes | last post by:
Hello All. I keep asking for help with this on the www.asp.net forums and nobody seems to be able to help. What I'm trying to accomplish is very simple. I simply want to create a Hyperlink...
6
by: FoundThisOnline | last post by:
I have been searching online for a whole day and couldn't find an answer for this. I have this hyperlink server control: ------------------------------------------------ <asp:HyperLink...
6
by: monkey2007 | last post by:
Hi, Thanks for reading this. I have searched all over the web but found no solution. How would one change a url to a hyperlink and email the hyperlink...I parsed through an html file to get this...
0
by: John Devlon | last post by:
Hi, I have a problem using a hyperlink and a frameset... When I run the application, and click on the link, the link is displayed in a new window... But the strange thing is, I set the target...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
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...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.