Posts by Developer • 43 points
7 posts
-
1
votes1
answer327
viewsQ: Batch create operating system (.bat)
It is possible to create a real operating system in batch (.bat)? Because I saw some Youtube videos where the title was something "OS in batch" (English).
-
-2
votes2
answers5267
viewsA: How to damage a website using XSS/SQL Injection?
You’d have to think of something like this: Let’s say you had a text box, to type something, as a username: User Name : <input ... value="Nome"> Now, if you typed like this:"onmouseover="event…
-
0
votes2
answers560
viewsA: Windows form integration with html page
You could put a Webbrowser in your form, then put it in the code: [nome do webbrowser].DocumentText = "Código HTML em string"; ou [nome do webbrowser].Navegate("url da página HTML ou caminho no…
-
0
votes1
answer768
views -
1
votes3
answers5589
views -
0
votes1
answer169
viewsQ: Master page does not load in ASP.NET
My master page does not click on ASP.NET. I know why it does not load, I do not know how to solve. The master page is in a folder behind the page "Isaque.aspx". Code : <%@ Page Language="C#"…
-
0
votes2
answers3195
viewsA: Run JS on third party page
You’d have to think of something like this: Let’s say you had a text box, to type something, as a username: User Name : <input ... value="Nome"> Now, if you typed like this:"onmouseover="event…