onclick="return confirm('Are you sure you want to return to the home page ?')"
เช่น
<input type="submit" name="button" id="button" value="Submit" />
ก็จะได้
<input type="submit" name="button" id="button" value="Submit" onclick="return confirm('Are you sure you want to return to the home page ?')" />