Opening the hyperlink in a pop up window from grid view
-
Dear all, I managed to return a full hyperlink with query string values from a database as a string and i bound it to a grid view HyperLinkField My problem is that i want it to open as a pop up when clicked not to navigate withing the same page I know i should use the window.open javascr5ipt function but i don't know where should i put it I would appreciate any help or hint :)
Best Regards 3ala2 :)
-
Dear all, I managed to return a full hyperlink with query string values from a database as a string and i bound it to a grid view HyperLinkField My problem is that i want it to open as a pop up when clicked not to navigate withing the same page I know i should use the window.open javascr5ipt function but i don't know where should i put it I would appreciate any help or hint :)
Best Regards 3ala2 :)
If you are returning an anchor tag then you just need to set the target to _blank Hope that helps. Ben
-
If you are returning an anchor tag then you just need to set the target to _blank Hope that helps. Ben