Hi,
I have looked at client side sorting which offers many possibilities but our architecture uses ajax / php so there must be a backend component,
Steven Matthews
Hi there,
I am using ajax to call a backend php script that sorts 10,000 records which are then sent back to the web page to replace existing unsorted data.
The problem that I have is that as soon is as the sorting starts (ie the php script is running) there is a significant delay and the...
Hi there,
my javascript tree menu - works fine in firefox,
but not in ie7.
Without going into coding details, does anyone have any general suggestions ...
Funny thing is that USED to work, so something has changed ,
regards,
Steven M
HI All,
I need to create an automatic logout for partly completed form pages with retention of any entered data. What I have in mind is a javascript based (page reload) logout after say 10 mins of a page being left idle. Do you have any better ideas ?
Also, after logging in again, how could...
HI Gurus,
I have created a simple function that enables a text field if a check box is ticked. (and vice versa)
Here is the code ...
<input name = "vm_box" type = "checkbox" onClick="enableField('vm_pin', 'vm_box')" />
<input name = "vm_pin" type = "text" maxlength = "5" disabled />
function...
Hi Gurus,
I am Moving Values Between Select Boxes using the following code snippet ...
<TABLE BORDER=0>
<TR>
<TD>
<SELECT NAME="list1" MULTIPLE SIZE=10 >
<OPTION VALUE="G723">G.723.1</OPTION>
<OPTION VALUE="gsm">GSM</OPTION>
<OPTION...
HI There,
I have a simple checkbox called 'checkall' ....
<input name = "checkall" type = "checkbox" onclick = "checkAll()" />
On clicking this checkbox I wish to set ALL of the following checkboxes as 'on'
by invoking "checkAll()".
<input name = "check[]" type = "checkbox" value =...
HI There,
I have a mySQL DB (5 tables) that I would like to import to another mySQL DB (sam version).
Using either the manager window or the command line, how could I do this. I have tried but I get the error message that the tables cannot be found ,
regards,
Steven Matthews
Hi All,
I am new to the world of SQL and would like some help regarding the start at the DOS prompt.
I have a very basic query ...
I have done a basic install but when I type mysql at the DOS prompt I get a "You do not have permission error ..., cannot logon as local host"
The SQL server is...
Hi All,
I am new to the world of SQL and would like some help regarding the start at the DOS prompt
I have done a basic install but when I type mysql at the DOS prompt I get a "You do not have permission error ..., cannot logon as local host"
The SQL server is on the same machine as the...
HI all,
Is there a simple function in BCB v5.0 that will tell me the size of a file. I do not want to resort to the Win 32 API.
Basically I just want to check that a file has content - ie it is not a ZERO byte file !
hanks,
Steven Matthews
Hi All,
I would like to localise some apps to use arabic aswell as
western languages. Parsing western ASCII text is fairly easy but how would I deal with unicode arabic ? I have had some experience in parsing japanese pdf files by reading ASCII strings two chars at a time and writing them to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.