Yueee Posted September 10, 2009 Share Posted September 10, 2009 Hi, folks: I wrote some codes and created onClick events upon options in a dropdown menu. It works fine in FF and IE, but never works in Safari...I searched online, it seems an old issue years ago, I was thinking if there're any solutions to this problem nowadays? Thanks!! Here is a patch of code: <div id="selectbox"> 2. Select your comparison search: <select id="selector"> <option id="sel" onClick = "OnLoad()">Select the sides...</option> <option id="g_b" onClick = "OnLoad()">Good and Bad</option> <option id="p_n" onClick = "OnLoad()">Positive and Negative</option> <option id="h_u" onClick = "OnLoad()">Healthy and Unhealthy</option> <option id="u_h" onClick = "OnLoad()">Useful and Harmful</option> </select> </div> Link to comment Share on other sites More sharing options...
Maq Posted September 10, 2009 Share Posted September 10, 2009 Please do not double post. I see this is your first but so for future reference there is a "report to moderator link", and you can request to have your thread moved. Link to comment Share on other sites More sharing options...
Recommended Posts