Click here to Skip to main content
15,904,415 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends

I include one html page to another html page,
its working its show all controls for example(textarea)
but its didn't show the id of the textarea.
how i can use / get the id of the textarea.
Posted
Comments
[no name] 21-Dec-12 1:13am    
you cant get the id from one page to another page.
Niral Soni 21-Dec-12 8:54am    
It might be possible that both your html pages contains BODY tag (Not sure on this), and due to this you are not able to get the ID of the textarea. May be you can try removing the HTML,HEAD, BODY tags from the child page that is getting included in the main page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900