Posts by Benjamim William L. Nunes • 27 points
4 posts
-
0
votes5
answers289
viewsQ: Capture text within the option tag
I want to get the text inside the tag <option>TEXTO</option>. The situation is as follows: <select xmlns="http://www.w3.org/1999/xhtml" id="page1:form_section:form1:selectListCampus"…
-
2
votes1
answer83
viewsQ: Get String Type Data from a CSV Document
I have a CSV (Excel) document with valid and invalid emails. And I wanted to take the values of the fields in the form of string, but the following code gives the return shown below: import csv…
-
0
votes3
answers110
viewsQ: Insert Tags from Console
I need to insert Tags on a site by console. To be more specific, I want to add a TAG <iframe></iframe>. I’ve tried using the document.createElement('tag'), after that add the tag…
-
0
votes2
answers1103
viewsA: Problem with a class in css and html
There are two possible errors, "possible because it depends on your intention. 1. If in CSS you are wanting to reference the ID you are in, you should reference it using "#". 2. If you want to…