i am creating a hyperlink . i want to that page should open in pop window wat code should i use??

Recommended Answers

All 2 Replies

javascript or jQuery is good

<a href="javascript:" onclick="window.open('http://www.google.co.uk', 'Google', 'height=500, width=700');">popup window</a>

also for IE, page titles cannot contains spaces

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.