open new windows
-
hi all, i have an asp.net app and i have two windows parent.aspx and child.aspx. now i have around 5 link buttons [ varies according to the number of items in an array] in the parent.aspx. now when someone click on the first link button the child.aspx should popup with appropriate querystring say child.aspx?id=linkbutton1.text. i used javascript window.open for this, but the prob is that, when someone clicks on linkbutton one, child.aspx pops up as child.aspx?id=linkbutton1.text, but if the same user clicks on linkbutton2, this child.aspx?id=linkbutton1.text gets refreshed. but i want to pop up another new window as child.aspx?id=linkbutton2.text. like that i wanna pop up 5 different windows for these 5 link buttons. any idea? please help. thanks. ali
-
hi all, i have an asp.net app and i have two windows parent.aspx and child.aspx. now i have around 5 link buttons [ varies according to the number of items in an array] in the parent.aspx. now when someone click on the first link button the child.aspx should popup with appropriate querystring say child.aspx?id=linkbutton1.text. i used javascript window.open for this, but the prob is that, when someone clicks on linkbutton one, child.aspx pops up as child.aspx?id=linkbutton1.text, but if the same user clicks on linkbutton2, this child.aspx?id=linkbutton1.text gets refreshed. but i want to pop up another new window as child.aspx?id=linkbutton2.text. like that i wanna pop up 5 different windows for these 5 link buttons. any idea? please help. thanks. ali
specify different popup window title when open up... << >>
-
specify different popup window title when open up... << >>
thanks buddy, thanks very much...
-
thanks buddy, thanks very much...
You're welcome...:rose: Happy coding << >>