HOW on OpenLayer Fullscreen.js add a HTML code

Hi! :slight_smile:

I want create a self map markers using OpenLayers example script. Everything was going well until I found the script " GeoCoding ".
I thought that too will use this script. Unfortunately, this proved too difficult for me.

So I came here to ask - How put HTML code from " geocoding example"


<form name="input" action="javascript: submitform();" method="post">
<label for="query">Search for address:</label> <input type="text" id="query" size=50 name="query" value="Rue des Berges 37 Payerne"/>
<input type="submit" value="Submit"/>
</form>

on Full Screen.JS so that the search engine showed up on the map. Nowhere else. It may be, for example, at the top in the middle.

There is a LINK to scripts:
http://openlayers.org/dev/examples/fullScreen.html
http://openlayers.org/dev/examples/openls.html

Plase help :slight_smile: