Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set Object values through FRAMES

Status
Not open for further replies.

Kirilla

Programmer
Jul 12, 2000
101
HU
Hi.

I have problems with setting values of objects through FRAMES. I'd like to know is there any easy way to do this. I have 2 aspx page(2 frames) in a third html page. I put a button on one of the aspx page and when it is clicked I'd like to write some text to a Label which is on the other aspx page. On the old way in ASP I wrote a client-side script which called the TOP window and I could get the 2nd window as it's child. My question is, is there any way to get the Label object on 2nd aspx from mypage.aspx.jsl?
May be its a stupid question, but let me know it.

best regards,
Kirilla
 
This may be a clunky way of doing it, but you could assign the value you want to show up in the label in a session variable, and then just have the label show that value.

Jack
 
Hi.

Thanks for your help. I think I found ths solution for my problem. I should work rather Containers and PlaceHolders in .NET aspx instead of Frameset.

best regards,
Kirilla
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top