Project

General

Profile

« Previous | Next » 

Revision 5859

include name attribute for location selection widget

View differences:

map.jsp
59 59
    <div id="map"></div>
60 60
	<div id="featureList">
61 61
		<form>
62
			<select id="locations" onchange="zoomToLocation(this)">
62
			<select id="locations" name="locations" onchange="zoomToLocation(this)">
63 63
				<%@ include file="locations.jsp"%>
64 64
			</select>
65 65
		</form>

Also available in: Unified diff