' create a temporal ABMaterial variable
Private ABM As ABMaterial 'ignore
' remove the tag it it exist in page HTML code
ABM.RemoveHTML(InternalPage,$"playlist_${internalID}"$)
' Add the new HTML code to the page with the new images information
ABM.AddHTMLToMain(InternalPage,TagsImagenes)
Dim script As String = $"
...
'javascript code using inserted the above HTML code
...
"$
' execute the javascript code
InternalPage.ws.Eval(script, Array As Object(ABMComp.ID))