I am trying to place a simple drop down box above the open street maps. Can some one guide me how to achieve this... I know we need to make use of open layers.... i tried to create a button with below code:
var button1= new OpenLayers.Control.Button({
title: "First Button",
text: "Button1",
trigger:addComp,
});
panel.addControls([button1]);
It worked fine. But not sure of how to add a drop down box with values of any simple array..... Please help me I am stuck for 2 days... Thank You
