September 30th, 2007 09:13 AM
oh use by id.. hmm i found some code which uses form['checkboxDel[]'][i].value .. does it works the same?
September 30th, 2007 09:08 AM
September 30th, 2007 07:31 AM
i have an input <input type = "checkbox" name = "checkboxDel[]" ....>
how can i use javascript form. to get the checked value? or get the component name itself. as when i do a post the query...
September 29th, 2007 11:11 PM
currently have a program which runs in this sequence....
main window calls a popup window.. in the popup will process n update.
how can i set to close the window with <a...
September 28th, 2007 09:36 AM
>.< thanks alot for your help ... appreciate it. haha have just learn php for 3wks
will try to continue my work and post if face any more problem :) thankS!
September 28th, 2007 09:09 AM
oh .. thats a good function~
if for php say i have a <a href="..test.php?abc=3>
after i do the processing how can i set back all the variable that has been passed over?
i know i could do a...
September 28th, 2007 08:28 AM
my javascript is a .js file... and the function is invoke onclick of a button..
could i just add the php tag inside the .js file??
September 28th, 2007 08:07 AM
erm.. could i continue to ask ... after i do a window.location...
how can i grab the variable from the url and set it to the window.location??
for example when the confirmation dialog is invoke...
September 28th, 2007 07:54 AM
!!! thank you very much :)
got it to works hehe
September 28th, 2007 02:44 AM
hi, how can i send a confirmation dialog of javascript in php and get the respond of ok or cancel from the dialog??
thanks alot ....
November 18th, 2006 10:47 PM
November 18th, 2006 10:35 PM
How can i do an inner class with extends keyword? As i need to extends a FileFilter class for my inner class.
Any method or suggestion for that??
Thanks alot.
November 18th, 2006 09:09 AM
so it has no way to prevent changing of the caret position??
November 18th, 2006 07:51 AM
as i'm using JFormattedTextField with mask, even when nothing is type the cursor position still can be changed... i have no problem with JTextField.. :ehh:
November 18th, 2006 06:27 AM
can i not let user click and change cursor position??
November 17th, 2006 09:12 PM
i have a formatted text field and when user did not enter anything, it can be highlighted and cursor can be shifted to middle of the mask.
how can i disable highlight and cursor shift when there...
April 29th, 2004 10:59 AM
mwilliamson : what do you mean by keyboard hook?? any example?
ovidiucucu : that message is only for F1 to F12 key? or any key? Is it same as PreTranslateMessage??
:confused: Thanks.
April 29th, 2004 10:27 AM
Hi, i have a dialog which is inside a tab control. The tab control is inside CFormView.
How can i detect 'F1' key down regardless of where my focus is?
I could detect it without the tab...
February 6th, 2004 05:25 AM
If i wanted to develop an MFC application, what is the differences for using VS6 and VS.net to develop that application?? Will there be great difference in coding style and class usage?
Thanks