<html> <body> <button onclick="var myS = new String('Sample String'); alert(myS.substring(4,7));"> substring</button> </body> </html>