I am having problems getting a dropdown menu which uses javascript onchange to fire raiseevent, though it works fine on firefox and IE. I am having trouble isolating the code to describe fully on this forum, but I have proven that it is something to do with raiseevent (because you can substitute a call to alert, and there is no problem). The code below illustrates the problem, but I have not included the raiseevent code or the switch statement (for which one of the case statements is SelectProject) as its rather involved. If contributors need to know more, I will try and include snippets of code.
.
.
.
.
.
<form action="projects.php?" method="post" name="mainForm">
<select name="dllSelectedProject" id="dllSelectedProject" onchange="raiseEvent('SelectProject','0',this);">
<option value="0"> Select a Project </option>
<option value="185">jljkljkl</option>
<option value="184">tyutyu</option>
<option value="183">werwe</option>
<option value="177">ffg2</option>
<option value="178">ouy</option>
</select>
</body>
</html>
.
.
Any help will be appreciated.


LinkBack URL
About LinkBacks



Reply With Quote
