I have an ASP website with thousands of articles comes from SQL database.
In the ASP web page the code that pulls out\shows the article is: <%=the_article%> only.
Is there a code to insert iFrame in each article?
For example: I want every 10 lines of the article to show a banner, that means that if an article is of 35 lines, Than the banner should show up 3 times, after line 10, 20 and line 30.
Comments
Leave a comment