Jump to content

Button Help


Codeman0013

Recommended Posts

hey this button moves an item from one menu to another and it should on click also post to the database but i dont think i have it right its an update command for the database called MM_editAction<input type="button" name="Enable" value=" <-" style="width: 45px;" onClick="MoveOption(this.form.DEPT_ID, this.form.CURRENTDEPT_ID)""<%=MM_editAction%>">any help would be greatly appreciated

Link to comment
Share on other sites

Can you post the code used for DB update and what kinda errors are you getting,One suggestion would be, before you move the data from one text area to another, its better you first update the DB and then do the moving, Just incase the update failed then the move will not happen...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...