Jump to content
  • 0

Ccылка на другую html страницу


Alex&R
 Share

Question

Подскажите такую туку.

Есть главная страница index.html с обычным кодом:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>

<body>
<table>
<tr>
<td>
...
</td>
</tr>
</table>
</body>
</html>

И есть страница з формой напр. form.html c кодом:

<form name="form" id="form">
<select name="oblast" id="oblast"\>
<option>AР Крим</option>
<option>Волинська</option>
<option>...</option>
</select>
</form>

Как подвязать код из страницы form.html, чтобы не вводить его на станице index.html?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

<?php require('form.html'); ?>

или

<!--#include file="form.html" -->

выбирай, хотя это не все возможные варианты, для перла будет другая инструкиця, для ASP ещё другая.

Хотя я и не понял значения слова "подвязать". Учи терминологию. Если нужна просто связь, используй <a>

<select name="oblast" id="oblast"\>
Слэш тут зачем? Edited by Int
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