Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Redirecting Frames

Question posted by: snowdrop (Newbie) on March 28th, 2008 12:15 PM
Hello,
I am working ASP with C#.

I want to open a webpage in Frame2 by clicking a button in Frame1 ...
Can it be?
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
jhardman's Avatar
jhardman
Moderator
2,171 Posts
April 1st, 2008
11:16 PM
#2

Re: Redirecting Frames
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:

Code: ( text )
  1. target="frameName"
usage:
Code: ( text )
  1. <a href="pageForFrame2.aspx" target="frame2">Click here for details</a>
Hopes this helps.

Jared

Reply
Reply
Not the answer you were looking for? Post your question . . .
183,814 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top ASP Forum Contributors