|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-02-01 14:39 UTC] markonen at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 05:00:01 2025 UTC |
Sir, I got the problem while I was tring to call javaScript function used for reseting the input fields in a form. Please see the follow code: <a href=" " onClick="isFormReset(this); return false;"><img src="images/clear_button.gif" border="0" ></a> When I click the clear_button image, the page is reloaded instead of just clear the input fields. It does call the fuction isFormReset(), but, after that, it reloads the page again. Why? With other server, the similar situation works well. Another question, I want to know if there is a method to let the stored procedure called from database and also if there is a way to cache the large amount data first, then retrieve it part by part in the same page. At this time, when the query result with huge amount of data, I just dispaly part of them. when I try to display next part, I have to redo the query and display the next part with the start row as the last row +l from the former part. So, it is realy slow down the speed. Let the users feel boring when they have to wait for the whole process start again. Thanks, Ling