Добавление дополнительного скрипта в GWT страницу

Рейтинг: 0Ответов: 2Опубликовано: 14.03.2011

Есть код:

<!doctype html>
<html>
<head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <link type="text/css" rel="stylesheet" href="Proverka.css">
    <script type="text/javascript" language="javascript" src="proverka/proverka.nocache.js"></script>
</head>
<body>
    <iframe src="#" id="__gwt_historyFrame" tabIndex='-1'></iframe>
    <noscript>
        <div>
  Your web browser must have JavaScript enabled
  in order for this application to display correctly.
        </div>
    </noscript>    
</body>
</html>

Куда нужно вставить строку, чтобы получить данные?

<script type="text/javascript" language="javascript" src="http://api.wipmania.com/wip.js"></script>

Ответы

Ответов пока нет.