Skip to content

Instantly share code, notes, and snippets.

@exclusiveTanim
Last active May 24, 2019 21:44
Show Gist options
  • Save exclusiveTanim/e4dd93164fd5735b6251da0338eb7291 to your computer and use it in GitHub Desktop.
Save exclusiveTanim/e4dd93164fd5735b6251da0338eb7291 to your computer and use it in GitHub Desktop.
$.index.open();
<Alloy>
<Window backgroundColor="blue">
<WebView id="samlWebView" url="test.html" ignoreSslError="true" borderRadius="0.2"/>
</Window>
</Alloy>
<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>
<p>Test Web Page</p>
<button onclick="location.href='https://www.w3schools.com/html/tryit.asp?filename=tryhtml_input'" type="button">
OPEN THE TEXTFIELD PAGE!</button>
</body>
</html>
<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>
<p>Test Web Page</p>
<form>
First name: <input type="text" name="FirstName" value="My NAME"><br>
</form>
<button onclick="location.href='https://www.w3schools.com/html/tryit.asp?filename=tryhtml_input'" type="button">
OPEN THE TEXTFIELD PAGE!</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment