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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -