Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Promoted
i have an Question on vbscript plz solve it.?
i need html code that has a button and use vbscript functionality when user click a button a new window is open and move to any url like google or yahoo.
1 Answer
Relevance
- 8 years ago
<script type="text/vbscript">
sub respond
response.write("you've pressed the button")
end sub
</script>
<button value="Click me" onclick="respond">
Still have questions? Get your answers by asking now.