K
K
K. A.2015-12-11 01:54:04
PHP
K. A., 2015-12-11 01:54:04

How to insert a widget into a page?

There is a widget - wiget.html

.....
<div class="banner">
    	<div class="form">
        <form action="#">
                        <span class="sel">
            <select class="turnintodropdown">
              <option>select 1</option>
              <option>select 2</option>
                ...
              <option>select N</option>								
            </select>
                        </span>
                        <span class="sel">
                        	<div class="to_arrow"></div>
                        </span>
                        <span class="sel">
               <select class="turnintodropdown">
              <option>select 1</option>
              <option>select 2</option>
                ...
              <option>select N</option>
            </select>
                        </span>
                        <span class="sel">
                          <input type="text" id="datepicker" value="Дата">
                        </span>
                        <span class="sel">
                        	<input type="submit" value="Искать" id="submit">
                        </span>
        </form>
                </div>
  </div>

How to insert this widget into site pages?
iFrame is not suitable, because the banner should not violate the frame / layout, etc., and the frame with a drop-down list requires a height of at least 100px if the scrollbar appears smaller, etc. In General, not at all what is required.
You need something like a js or ajax script, but unfortunately I don’t really understand them yet.
To enter on the site, in html code <script src="****.js...., etc. and he loaded the banner code into this place.
Something like that.
I hope for your help, thanks in advance)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
entermix, 2015-12-11
@entermix

What is HTML import and how does it work?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question