0
Under review
basic javascript
Hi, great app (I think) but I'm having a lot of trouble even getting javascript to be recognzied at all...
I'm a 'somewhat beginner' but I can't even get a simple alert to show up in the preview window.
any examples of code that you know works that will get a simple 'alert' to popup?
I'm a 'somewhat beginner' but I can't even get a simple alert to show up in the preview window.
any examples of code that you know works that will get a simple 'alert' to popup?
Customer support service by UserEcho
===
<!DOCTYPE html>
<html>
<body>
<p>Click the button to display an alert box:</p>
<button onclick="myFunction()">Try it</button>
<script>
function myFunction() {
alert("I am an alert box!");
}
</script>
</body>
</html>
Here is a screenshot of the alert:
- did you just copy paste my code above into an 'html 5' page?
- i'm using an iPas air (OS 7.1.2), any issue with this version and your version of Textastic?
- are there any setting I need to have turned on / be aware of for this to work?
I still just get a blank page w/ nothing...
Vielen Dank für die Hilfe!
Then I pressed the preview/glasses button.