Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Targeting a frame from another frame?
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01002087
Message ID:
01002382
Views:
19
This message has been marked as the solution to the initial question of the thread.
The post back should take care of reloading all frames but here is the function to reload specific frame.
function sendFrame(goURL, cFrameName) 
{
  window.parent.frames(cFrameName).location = goURL;
}
>>I used session variables in the past to do this. When GO button, I set the session variable with WHERE clause of the SQL and then on the Result Frame, I use that where caluse to generate dataset/data reader to populate datagrid.
>
>Thanks for the reply.
>
>How do you refresh the Result Frame on the client side though?
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform