Posts by erickalves05 • 313 points
4 posts
-
11
votes1
answer786
viewsQ: Build a "3D" building with HTML, CSS and JS
How can I play the image below using HTML, CSS and JS (maybe images)? The "floor" numbers are unpredictable and each "floor" should be "clickable", a <a href="#"></a>, or something like…
-
7
votes5
answers9265
viewsQ: Search judicial process data on the TJSP website
I am developing an ASP.NET application with C# that will need to consult the proceedings of online lawsuits. So far the only way I could find to get this information was to do the direct…
-
1
votes1
answer327
viewsA: How to pass a Querystring using Registerstartupscript on Asp.net?
If anyone else is suffering from this, here’s the answer they gave me in the English OS. In the Openmodal call, change the url '/agenda/form.aspx? compromissoid=Event.id' to: '/agenda/form.aspx?…
-
2
votes1
answer327
viewsQ: How to pass a Querystring using Registerstartupscript on Asp.net?
I have this code in my code Behind: ScriptManager.RegisterStartupScript(this, typeof(string), Guid.NewGuid().ToString().Replace("-", ""), "window.setTimeout(\" $('#" + calendar.ID +…