Posts by Ariel Lobe • 43 points
4 posts
-
0
votes2
answers3501
viewsQ: Pass javascript data to a php array
I have a little problem I’d like some ideas to solve: I have an order screen, where I select the product in a combo, enter the quantity and when I click a button, I want to enter the combo value…
-
0
votes2
answers2445
viewsQ: Json is not getting the data
I’m doing some tests with ajax, and made a script very simple in php presented below: index.php <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <script…
-
0
votes2
answers1070
viewsA: Redirect ASP NET
Add: Response.Redirect("sua url destino"); In the Click button you created.
-
1
votes3
answers4136
viewsQ: Update a table using javascript and arrays
What I need to do is simple, but as I am a beginner in the art of PHP and Javascript, I am hitting myself a little. What I need to do is the following. I have an order screen, where I will register…