Click to See Complete Forum and Search --> : pop up window--Help,,
raptor23
08-20-2004, 12:14 AM
HI there ,
iam having an data grip on my form with feilds names on it ..when any name is clicked i want window to pop up and diaplay some info from the database ...all this should be in Java Script.can any body help please...
javaNoobie
08-20-2004, 01:05 AM
while javascript can assist in doing the popup window. however if u need values from a database, that will require server-side scripting.
raptor23
08-20-2004, 01:38 AM
hey java
thanx for reply ..welli want some thing like this on this site if u can go througth the site http://workforcesolutions.net/test/rptadultyouthservices.aspx
there i am having a button as show report on click it will show data grid ..if u click on data grid item which are asp:labels ..i am getting pop-up with some details ..just tell me how i can get popup with data on it ..never mind server side .any thing will do
thanx
javaNoobie
08-20-2004, 02:39 AM
i'm guessing it will be probably be something like
window.open('<your aspx page here>',win1,'<window details>')