Hello,
I am using ajax to get details from DB.The page where I have written DB queries has include files containing and JavaScript variables defined in it.After fetching the required data I wrtite it Using
Statement.
So,In my ajax function,It not only gets written Output but also the other contents of those include pages.
And I need only the written Ouput of that page.
I tried "innerText" and "innerHTML";but ,no desired result.
Any Suggestion Please.
Regards,
"D"
I am using ajax to get details from DB.The page where I have written DB queries has include files containing and JavaScript variables defined in it.After fetching the required data I wrtite it Using
Code:
Response.Write()
So,In my ajax function,It not only gets written Output but also the other contents of those include pages.
And I need only the written Ouput of that page.
I tried "innerText" and "innerHTML";but ,no desired result.
Any Suggestion Please.
Regards,
"D"
Comment