473,569 Members | 2,562 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Redirecting Frames

2 New Member
Hello,
I am working ASP with C#.

I want to open a webpage in Frame2 by clicking a button in Frame1 ...
Can it be?
Mar 28 '08 #1
1 1100
jhardman
3,406 Recognized Expert Specialist
you can't write ASP with C#. ASP is written with VBScript (JSP is the same thing but written with JScript). You are probably using ASP.NET. I'd move you over to the .NET forum, but this is actually an HTML issue:

Expand|Select|Wrap|Line Numbers
  1. target="frameName"
usage:
Expand|Select|Wrap|Line Numbers
  1. <a href="pageForFrame2.aspx" target="frame2">Click here for details</a>
Hopes this helps.

Jared
Apr 1 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
1653
by: Dynamo | last post by:
Hi My site uses frames and some of the frame pages are ranked higher in search engine rankings than the main page. When somebody clicks on the link it takes them to the frame page and they don't see my page as it should be viewed plus it displays a javascript error. I need a way using php so that when the link is clicked on in either...
2
1662
by: quitaxe | last post by:
hi i am facing this problem when i redirect to a asp page using - Response.redirect "mynext.asp" the problem is that the current page is using frames so this mynext.asp is also getting loaded in the frame itself. i need to remove all the frames and load this mynext.asp in the entire browser window. kind of like the <a href="mynext.htm"...
2
2679
by: Nymphetamine | last post by:
<script language="JavaScript"> if (parent.frames.length==0) { location.href = "" } </script I use the above script to redirect websites but is there any script that can hide the new url? or do I have to pay redirection.net?
2
1731
by: Magesh | last post by:
Hi, I am trying to do the following 1. On form submit, open a window with three frames 2. Set the target as one of the frames 3. Set the action for the frame It is working properly in version 6.0.2800.1106.xpsp2, etc. But, the same page is not working properly in version 6.0.2800.1006CO. IE
4
1944
by: Don | last post by:
Is there some way to redirect the "main" frame to another URL from within the "header" frame? Thanks, Don ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption...
1
1851
by: Bilbo | last post by:
Hello, How do I programatically redirect a page in "another frame" using C# in ASP.NET? Server.Transfer redirects the current page...not a different frame. Thanks.
7
3169
by: foldface | last post by:
Hi I'm using the AxWebBrowser1 control. I use the event DocumentComplete to tell when a document has downloaded which works fine, except when thw web page does something like this: HttpContext.Current.Response.Redirect(url, true); I can't seem to find an event on the AxWebBrowser1 control that fires in this case.
0
1167
by: TNRBala | last post by:
I'm using ASP.NET to build the Web Application, In my project, I'm having Login page, having no frames. I'm entering the user name & password, and am redirected to next page, that page contains three frames, Two frames contains the links and another frame displays the page what the link i've pressed in any one of links, that redirects the another...
41
3200
by: amygdala | last post by:
Hello all, I have posted a similar question in comp.lang.php in the past, but haven't had any response to it then. I kinda swept the problem under the rug since then. But I would really like to resolve this issue once and for all now. The problem might be PHP related but since I only develop applications using PHP, I'm not a hundred...
0
7615
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...
0
8130
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...
0
7979
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6284
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...
0
5219
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...
0
3653
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...
1
2115
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
1
1223
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
940
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...

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.