Frames

S

Sueffel

I have a page with 3 frames, _main, _menu, and _header

I need to be able to, in code-behind, change the source of _main frame from
_menu frame by using a button.

Thanks,
Sueffel
 
M

Mariano Drago

Cant be done.
You cant access the browser from code-behind.

A workaround is:
response.write("<SCRIPT>window.open('newpage.aspx','_mainframe');</SCRIPT>")

HTH
 

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

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,233
Latest member
AlyssaCrai

Latest Threads

Top