General Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingGeneral Programming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old April 11th, 2003, 07:44 AM
joekske joekske is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 9 joekske User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
frameset

I have made an aspx page with a treeview and a linkbutton. I also made an other blank aspx page. I have put these pages in an other page in a frameset.

<FRAMESET cols="17%,*" frameborder="NO" border="0" framespacing="0">
<FRAME src="WebForm1.aspx" scrolling="auto" NAME="title">
<FRAME src="WebForm2.aspx" scrolling="auto" NAME="file">
</FRAMESET>

now i want to pass the selected nodeId from the treeview form webform1.aspx as parameter to the webform2.aspx when i click on the linkbutton.

I want only the content of webform2.aspx to change, webform1.aspx stays the same.

How do i do this?

thanks joekske

Reply With Quote
  #2  
Old April 16th, 2003, 04:05 AM
fakker fakker is offline
The calm b4 the storm
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: Manchester, UK
Posts: 404 fakker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via Yahoo to fakker
hey,

I assume you have something like this in WebForm1.aspx:

Click me 1 (ID 1)
Click me 2 (ID 2)

or something? and when you click one of them, it will change the "file" frame (WebForm2.aspx)?

I think all you might need to do is to change the "target" of the link... ie:

Code:
<a href='WebForm2.aspx?id=2' target='_file'>Click me 2</a>


That should change only the page in the file window and you can then get the parameter from the URL

Would that work?
__________________
Matt 'Fakker' Facer

mattfacer.com

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingGeneral Programming Help > frameset


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway