Thanks for an reply.
Now i would like to put you the exact scenerio.
I have added the following in the code i.e. page load event of the page.
btnSubmi.Attributes.Add("onclick"," Validate();return blnValidate();")
On the client side there is a javascript function "Validate()". Now this works properly in normal condition.
Now the actual problem starts.
I am deploying the DotNetNuke application, but after successfull deployment of the application, none of my javascript are working. Not even a single javascript function is working. It behaves as if no javascript code is written.
Am i making my self clear.
Do reply.