|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
Please Help resolving an Very Imp Issue.Hi I am facing some problem in using DWR. When I am using DWRUtil.addRows() function for creating a row of textbox . The onclick script function of all the text box are not working infact no script is working. Sample Code: var CellPopulate=[ function(data) {return "<input class=inpbx size=1 maxlength=5 type=text id="+effortKey+" name='monEff"+(effRowIndx)+"' onfocus='getExistVal(this,0)' onKeyPress='return isDecNo(this)' onkeyDown='keyDown()' onblur='isValEff(this)' onChange='valNTot(this,0)' value="+data.mondayEffort+">";}, function(data) {return "<input class=inpbx size=1 maxlength=5 type=text id="+effortKey+" name='sunEff"+(effRowIndx)+"' onfocus='getExistVal(this,6)' onKeyPress='return isDecNo(this)' onkeyDown='keyDown()' onblur='isValEff(this)' onChange='valNTot(this,6)' value='"+data.sundayEffort+"'>";} ]; onKeyPress,onkeyDown etc are not working. It seems some problem with Active X control which is getting invoked when I creating those text boxes.I have attached the screen shot of the Active X security bar ,which is stooping all javascript. I cannot disable this for security reason.Is there any way to run it . If you can provide me some contact number ,so that I can call and discuss the same issue. Please do response to this mail ,I am waiting for the reply. Binay Singh Tata Consultancy Services Mailto: binay.singh@... Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________ =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free Forum Powered by Nabble | Forum Help |