-
passing data to new window
Have a page that displays rows of data from a db. Users can pick a row of
data. Once they pick a row, they can then click on another button that will
give them more detailed info about the row they originally chose. Want to
display more detailed info in a new window.
Know how to open the new window but how do you get it to display data based
on the row they chose. Can you pass parameters to it, do I need to get all
the data first then use it to create the new window, or is there a better
way?
Thanks.
-
Re: passing data to new window
Russ , heres a script that will example updating one window from another in
JavaScript.
http://www.chalcedony.com/javascript...ript05.05.html
Michael
*****************************
"russ" <rusjenandall@netzero.net> wrote:
>
>Have a page that displays rows of data from a db. Users can pick a row of
>data. Once they pick a row, they can then click on another button that will
>give them more detailed info about the row they originally chose. Want to
>display more detailed info in a new window.
>Know how to open the new window but how do you get it to display data based
>on the row they chose. Can you pass parameters to it, do I need to get all
>the data first then use it to create the new window, or is there a better
>way?
>
>Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks