Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Targeting a frame from another frame?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01002087
Message ID:
01002382
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform