JavaScriptШаблоны
доступа
"Для того, чтобы протестировать
собственные сценарии с помощью браузера, не обязательно быть подключенным к
Internet. Всё тестирование можно выполнить в автономном режиме."
Шаблон ЯС (первый шаблон)
<SCRIPT LANGUAGE="javascript">
</SCRIPT>
document.write("Сегодня " +
Now.getDate()
число+
"-" + Now.getMonth()
месяц+ "-" + Now.getFullYear()
годд+ ".
Вы зашли на мою страницу ровно в: " + Now.getHours()
часс+
":" + Now.getMinutes()
минуты+ " и " +
Now.getSeconds() секунды+
" секунд.") //getDate()
Шаблоны доступов в
textarea
document.form.textarea
text document.form.text
fileUpload document.form.fileUpload
password
document.form.password
hidden document.form.password
submit document.form.submit
reset
document.form.reset
radio document.form.radio
checkbox document.form.checkbox
button
document.form.button
select document.form.select.option
plugin document.plugin
applet document.applet
anchor document.anchor
area document.area
image document.image
document.image
link
document.link
layer document.layer
history
window.history
location window.history
frame
window.frame
document window.document
plugin
navigator.plugin
mimetype navigator.mimetype |