Jump to content

Codeman0013

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by Codeman0013

  1. 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
  2. Hey here is my delimma i have 2 select menu's side by side the one on the left pulls the current information of the doctor and the one on the right has all the possible selections of departments and locations to add to a doctor. Right now they are a simple javascript that moves them from one to the other but thats all. I want to have it where when the user moves one item over it will post back and automatically go to the databse and add the information or delete the information depenting on what the user is doing. This is a VBScript page witha little javascript in it any help would be greatly appreciated
  3. this is a VBScript page i was hoping to do it where when the user clicks the button it would automatically post back and add that information to the page i dont know if it is right though
  4. Hey i have 2 select menu's that are side by side with 2 buttons between them one that moves one way and one the other. The left menu displays the current information of the doctor and the right menu displays all the possible ones that can move into the left one. My question is how do i make the table realise whats being moved and then check the database and see if its there and if not add it and if it is delete it if its b eing changed...
×
×
  • Create New...