Search results

  1. W

    Rerun JS functions with button onclick

    I understand now what you are discussing. I found a simple example. Thanks again.
  2. W

    Rerun JS functions with button onclick

    Thank you for the direction. I am not quite sure about this comment about adding the document.write statements in the function. I cannot find any examples so the js function is beyond my novice capabilities. Possibly not the best solution, but I ended up writing 5 different functions...
  3. W

    Rerun JS functions with button onclick

    That is how I have it set up (spelling error corrected) but the dates do not update. The dates are calculated when the page is loaded based on the fact that the textbox is null. After I populate the textbox with a different function I want to be able to rerun the ActivityDate(x) functions...
  4. W

    Rerun JS functions with button onclick

    I have a student simulation that has about 100 embedded dates in a text file. The dates are choreographed back in time from the date of the simulation. Each year I have to redo all the dates to match the date of the simulation before printing it out I am trying to create a html file to run in...
  5. W

    a better date calculation in php?

    I am a teacher that uses HTML to provide simulations for my students. The simulations have a chronological date time line. Every time I want to use the simulation I have to go in and change all the dates to keep the realistic time line. I started reading about php and what to change the dates...
  6. W

    Help with if else if script

    I have 3 folders named 100020, 123440, and 456987 all contain a general.htm that starts a separate lesson for my pharmacy students. I have a single text box form with a submit button <form onsubmit="return handleThis(this)" name="patientfindform"> The commented out function below works. I...
  7. W

    PHP Form validation problem

    I am building a simulation for my students and I am trying to learn form validation. The following form has only one input. I have tried to piece together examples I find and from readings. The function works if the student leaves the input null, but does not catch any other errors and passes...
  8. W

    Control link availability by date and time

    I teach and have a website with links to multiple lessons. Each lesson is for a different weeks activities. I want control availability of each lesson link by date and time. I have been doing this manually in HTML each week but would like to automate this if possible. I know a little about HTML...
Top