Jump to content

Call function problem


lucerias

Recommended Posts

May i know what is the meaning of "this.form.action.value='Save'; return verify_data(EditView)", this.form.action means what is the action that we want to do to this form? What about verify_data, I have already checked the EditView and it is coded inside one php file. without specifying the location of the function, how could the system know and execute it? Thank you.

<td><input title="SAVE BUTTON" accessKey="S" class="button" onclick="this.form.action.value='Save'; return verify_data(EditView)" type="submit" name="button" value="SAVE" ></td>
Link to comment
https://forums.phpfreaks.com/topic/26289-call-function-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.