Всем привет. Народ, подскажите почему не работает button! Файлы вроде лежат каждый по своим местам, пути прописаны правильно, а window.open все равно не хочет работать
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Alek7y7
Всем привет. Народ, подскажите почему не работает button! Файлы вроде лежат каждый по своим местам, пути прописаны правильно, а window.open все равно не хочет работать
В HTML прописываю
<head>
<script language="JavaScript" src="../../provokation.js">
</script>
</head>
В Body прописываю
<form>
<input type="button" name="1" value="Прайс" onclick="Action()">
</form>
И в отдельном файле пишу
<script language="JavaScript">
<!--
function Action()
{
window.open("html/price/price_print.html", "", "location=0, toolbar=0, directories=0, menubar=0, scrollbars=0, resizable=0, width=960, height=600, left=240%, top=35%");
}
//-->
</script>
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.