Posts by Jackson José Gomes Do Valle • 85 points
5 posts
-
2
votes1
answer38
viewsA: Add HTML from another page
OK, solved using iframe. For future reference: <iframe src="http://site2.com.br/arquivos/site1.html"></iframe> :D
-
0
votes1
answer38
viewsQ: Add HTML from another page
Needed to add content from another page on HTML, like, open the page http://www.site1.com.br/teste.html and within the HTML this page would have an event or some javascript who carried the…
-
1
votes2
answers233
viewsQ: problems with string and split C#
I have the following function: string str = "1 2 3 4 5"; //string para separar string[] ArrayValor = str.Split(" "); //nesse caso o array seria {"1","2","3","4","5"} but wanted something more…
-
4
votes2
answers105
viewsQ: interpret string C#
hello, needed to resolve a string with an account (e.g. 2 + 2) in C# and return an integer (e.g. 4) static void Main(string[] args) { string str = "2 + 2"; int resultado = Calcular(str);…
c#asked Jackson José Gomes Do Valle 85 -
1
votes2
answers1332
viewsQ: Router door won’t open!
So I have an Aki problem. I wanted to make a website apache2 (just for testing) and release it to the network, but the door of my router does not open at all. Router model: TL-WR740N and Modem: ZTE.…
apacheasked Jackson José Gomes Do Valle 85