еее
#7777
    http://zip500.blogspot.com заказывайте любые приложения, у нас есть все комплектующие

    Как сделать блокнот?


    webviewer.apk

    Вывод в браузер не созданного документа


    <script> var input = window.AppInventor.getWebViewString(); alert(input); window.AppInventor.setWebViewString("understood");</script>

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title Text</title> <style>.rating{float:left}.rating:not(:checked)>input{position:absolute;top:-9999px;clip:rect(0,0,0,0)}.rating:not(:checked)>label{float:right;width:1em;padding:0 .1em;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:200%;line-height:1.2;color:#ddd;text-shadow:1px 1px #bbb,2px 2px #666,.1em .1em .2em rgba(0,0,0,.5)}.rating:not(:checked)>label:before{content:'★ '}.rating>input:checked~label{color:#f70;text-shadow:1px 1px #c60,2px 2px #940,.1em .1em .2em rgba(0,0,0,.5)}.rating:not(:checked)>label:hover,.rating:not(:checked)>label:hover~label{color:gold;text-shadow:1px 1px #daa520,2px 2px #b57340,.1em .1em .2em rgba(0,0,0,.5)}.rating>input:checked+label:hover,.rating>input:checked+label:hover~label,.rating>input:checked~label:hover,.rating>input:checked~label:hover~label,.rating>label:hover~input:checked~label{color:#ea0;text-shadow:1px 1px #daa520,2px 2px #b57340,.1em .1em .2em rgba(0,0,0,.5)}.rating>label:active{position:relative;top:2px;left:2px}</style> </head> <body> <fieldset class="rating"> <legend>Please rate:</legend> <input type="radio" id="star5" name="rating" value="5"><label for="star5" title="Rocks!">5 stars</label> <input type="radio" id="star4" name="rating" value="4"><label for="star4" title="Pretty good">4 stars</label> <input type="radio" id="star3" name="rating" value="3"><label for="star3" title="Meh">3 stars</label> <input type="radio" id="star2" name="rating" value="2"><label for="star2" title="Kinda bad">2 stars</label> <input type="radio" id="star1" name="rating" value="1"><label for="star1" title="Sucks big time">1 star</label> </fieldset> </body> </html>66666666


    Title Text
    Please rate:
    66666666
    #7777

    Комментариев нет:

    Отправить комментарий

    комментировать