c# - Dynamically identify/locate HTML tables within a page? -
Administrators can add an HTML website through the CMS text box control.
When this content appears on a website visitor, I want to identify the presence of an HTML table (added by an administrator user by using CMS) and the visitor to export that table Display an option for
I export, but the identity of HTML tables is stumped me. Can someone give me some direction? This website is using ASP.NET 2.0 / VB.NET.
Give them a specific ID and target it using idle javascript on ID DOM.
Comments
Post a Comment