Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I Wanted to show the page on button click to New browser tab .
How can I achieve this ? Please suggest solution.
Posted

1 solution

try the below button code:-

<input type="btnOpenPage" value="Click" onclick="window.open('http://www.google.com')" />
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900