get A DIV .Innerhtml in your .net user control macro
Hi I am developing a .net user control macro which needs to get a div item .Innerhtml to get the div contents in that macro How will i code to call that div id in the .net user control macro any code sampels will be useful
get A DIV .Innerhtml in your .net user control macro
Hi I am developing a .net user control macro which needs to get a div item .Innerhtml to get the div contents in that macro How will i code to call that div id in the .net user control macro any code sampels will be useful
Thank you
Hi Max
Maybe you could use jQuery to achieve this?
Then you should be able to traverse and get the content using a combination of the following methods http://api.jquery.com/category/traversing/
/Jan
is working on a reply...