Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » strange behavior(HTML events that fired yesterday don't fire today)
strange behavior [message #899878] Thu, 02 August 2012 17:09
Paul Chancey is currently offline Paul ChanceyFriend
Messages: 3
Registered: July 2012
Junior Member
I have some html code


			<select id='category' onchange="populateGrape()">
				<option value="none"></option>
				<option value="red">Red Wines</option>
				<option value="white">White Wines</option>
			</select>


Which yesterday hit a Javascript handler


			function populateGrape() {
				alert("event fired");
			}


But today will not. The code hasn't changed. It must be something environmental with eclipse but I can't figure out what. Any ideas?
Previous Topic:Eclipse editor can only open very small XML files?
Next Topic:Progress bar of progress group disappears
Goto Forum:
  


Current Time: Fri Apr 26 04:00:36 GMT 2024

Powered by FUDForum. Page generated in 0.07387 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top