Jump to content
  • 0

внешний .js файл


zetkomp
 Share

Question

Форумчане! Help чайнику please! Подскажите как правильно присоединить внешний .js файл?

Ниже приведены фрагменты кода, который вроде бы верен, но не работатет сАбАкА :lol:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>rem_list</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta name="author" content="PZinovev">
<link href="../../css/beeStyles.css" rel="stylesheet" type="text/css">
<link href="../../MainScripts.js" type="text/javascript">
<script src="../../MainScripts.js" type="text/javascript">
</head>

Затем идет таблица 3х3, в каждой ячейке которой исполняются функции, прописанные в MainScripts.js.

Страница просматривается в IE6 & IE7.

Заранее огромное спасибо...

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

<link href="../../css/beeStyles.css" rel="stylesheet" type="text/css"> 
<link href="../../MainScripts.js" type="text/javascript">
<script src="../../MainScripts.js" type="text/javascript">

Мне кажется в эти три строки закралась пятница :lol:

Обрати внимание:

1 строчка: подключаем стили с помощью тега link

3 строчка: подключаем скрипты с помощью тега script

2 строчка: думаем... :lol:

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy