Skip to main content

All Questions

Tagged with
-1 votes
0 answers
22 views

How to force PHP to look at URL [closed]

Update: Alex in the comments below pointed to the source of the problem. Therefore, this question is answered, as far as I am concerned. I have a page where I can choose a dropdown to modify the ...
Alex's user avatar
  • 983
0 votes
0 answers
29 views

Form running GET request instead of POST in Django app

I'm having an issue in Django where when I click save on a form, it sends a GET request instead of a POST. I'm not sure why this is happening, and I've searched about handling forms and POST methods, ...
Sofia's user avatar
  • 1
1 vote
0 answers
20 views

How can I send a string from a Python script to a webserver?

I need a python script to send a string to a webserver if a condition is true. To check the condition, I have an if loop. However, I'm not sure what commands to use to send the string to the webserver....
elvishpotato's user avatar
0 votes
0 answers
27 views

Where one can find the built-in onclick method of a button within a form tag?

I'm trying to understand a little of how the following html code snippet works under the hood: <form action="/some_action" method="POST"> <input name="name"&...
Clodo's user avatar
  • 1
0 votes
2 answers
63 views

Python get request produces different HTML than view source

import requests # Request to website and download HTML contents url='https://beacon.schneidercorp.com/Application.aspx?AppID=165&LayerID=2145&PageTypeID=2&PageID=1104&KeyValue=...
user1298416's user avatar
0 votes
0 answers
25 views

Get & post not working: Information not saving nor showing in the terminal after placing debugs

ISSUE I CAN'T SOLVE BY MYSELF: With python django I'm creating my own /admin page (different dashboard layout). There for a use a standard dashboard layout. What does it has to do simply. Manually ...
Jason Lommelen's user avatar
0 votes
0 answers
29 views

Javascript / Ajax Get Request Seems to Stop Code or Form Post Request

I have a web page that is utilizing ajax to have my backend Python code calculate some values via GET and return them to javascript for html form display (getrate function) upon a button click. This ...
Branden's user avatar
0 votes
0 answers
172 views

This page isn’t working. If the problem continues, contact the site owner. HTTP ERROR 405

It is showing this error in console: This page isn’t working. If the problem continues, contact the site owner. HTTP ERROR 405 Header shows this Request URL: http://127.0.0.1:5501/Assignment%202%20-%...
Devanshi Patel's user avatar
0 votes
0 answers
77 views

Does CORS apply to Javascript only? And not HTML anchors?

I'm writing a REST API server in C++, not quite from scratch, but almost. I'm using an existing library that handles the networking, and provides a router, but beside that I need to handle the miriad ...
ddevienne's user avatar
  • 1,852
0 votes
0 answers
36 views

How can I save the language of the login page and will be displayed in the next page using JavaScript and without localstorge?

How can you save the last language displayed in the login page and going to the next page and garding the same language for exemple i choose French in the login page and the next page must be in ...
Benjazia mohamed oussama's user avatar
-1 votes
1 answer
115 views

Parse HTML and retrieve text from element as a JSON

I’m a complete newbie to this. But I'd like to retrieve text from html. I’ve inspected my apps elements and have a class id to what I want. What would I need to insert in the Java script to both parse ...
Bray's user avatar
  • 1
0 votes
0 answers
51 views

Array is still empty after GET request

I have an < ul> and each < li> contains the name, age, market value etc. of a player. These attributes are coming from a database. The players are shown in the browser properly, but in ...
Dávid Takács's user avatar
0 votes
1 answer
21 views

How do I keep a secondary GET variable, when updating the form in HTML [duplicate]

I'm currently developing a site where I have a search function. I want to add a secondary GET variable as a filter when searching. The best way I can think of doing this, is with a secondary GET ...
TOdiDs's user avatar
  • 26
0 votes
2 answers
39 views

How to send name of the image clicked to the next php page?

I am making a website for movie ticket booking , I have added several images of the movie posters in the landing page. I wanted to make it as when the user clicks on the image of a particular movie ...
yash's user avatar
  • 1
0 votes
0 answers
115 views

python: get data from server with GET method from html

I want to get data from HTML file. I write in python using flask and mongoDB. I need to demo a UI, and do it with basic html I need to send a GET request to get data of specific user by his name. my ...
הינדה הרשטיק's user avatar

15 30 50 per page
1
2 3 4 5
80