|
-
Sep 20th, 2002, 07:26 AM
#1
Thread Starter
Member
-
Sep 20th, 2002, 08:24 AM
#2
Addicted Member
THis should be posted in asp.net. However all you are doing wrong is not setting the target attribute of the <a href> tag. Set it to the name of your frame e.g target="main_frame"
Wind and waves resolves all problems.
-
Sep 20th, 2002, 08:59 AM
#3
Thread Starter
Member
I'm not using <a href> I'm using NavigateUrl="Welcome.aspx" for example. The Welcome.aspx should display in the main frame but it dosn't.
-
Sep 20th, 2002, 09:40 AM
#4
Thread Starter
Member
I've sorted it. I was missing:
<base target="main"> etc for the contents frame for example.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|