Hello Everyone,
Greetings!!!
Here is my query, on clicking a hyperlink, a pop-up window should appear and display some contents.
i think this can be done using javascript.
pls help me in finding the script to generate popup.
Printable View
Hello Everyone,
Greetings!!!
Here is my query, on clicking a hyperlink, a pop-up window should appear and display some contents.
i think this can be done using javascript.
pls help me in finding the script to generate popup.
its simple using the attribute target="blank" in anchor tag<A>
but of course, you'll likely have quicker or better responses if you ask these questions in a JavaScript forum, not a Java forum. Best of luck.
hi,
if u r using <a> tag then onclick attribute can be used to call a function.In that function u can write code to generate pop up window.The pop up window can be generated by using JFrame class in awt package of java doc.
Try it.