Skip to main content



      Home
Home » Newcomers » Newcomers » strange behavior(HTML events that fired yesterday don't fire today)
strange behavior [message #899878] Thu, 02 August 2012 13:09
Eclipse UserFriend
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: Mon Jul 07 15:23:19 EDT 2025

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

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

Back to the top