Posted By


perelin on 07/17/06

Tagged


Statistics


Viewed 44 times
Favorited by 1 user(s)

clearSelectList


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function clearSelectList()
  2. {
  3. var args=clearSelectList.arguments;
  4. if ((obj=MM_findObj(args[0])) != null)
  5. {
  6. obj.selectedIndex = 0;
  7. }
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.