cefclient: Remove console message alert and update google URLs

This commit is contained in:
Marshall Greenblatt
2023-01-03 13:53:40 -05:00
parent 7ba45a0451
commit e646827d92
5 changed files with 8 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ function execURLRequest() {
</head>
<body bgcolor="white" onload="setup()">
<form id="form">
URL: <input type="text" id="url" value="http://www.google.com">
URL: <input type="text" id="url" value="https://www.google.com">
<br/><input type="button" onclick="execURLRequest();" value="Execute CefURLRequest">
<br/><textarea rows="10" cols="40" id="ta"></textarea>
</form>