Working with Frames in ASP .Net

Y

yogi

hey
Can someone tell me how to put one page in frame from
event in another frame.
There is a frameset on the page with 2 frames (top
bottom) I have a web menu in top frame and when i click
on that menu some aspx page should be displayed in bottom
frame.
Please help me.
regards
yogi
 
R

Rajesh.V

Use javascript like

var MyValue =
parent.frames.item("toprightframe").document.all.MyTxtBox.value

Here i am accessing textbox value in another frame.

Similiarly you could inject code thru aspx or otherwise to have things
happen in the other frame.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top