Skip to content
Advertisement

Tag: get

Make option HTML tag set something in the url – Django

I am trying to do something, but I don’t know if it’s acutally possible… Basically I’m trying to pass information in the url… (something like this) but instead of using a text input I would like the user to simply click an option in a dropdown menu… (like this) Is it possible to do so? Hopefully I’ve explained myself decently

Getting HTTP GET arguments in Python

I’m trying to run an Icecast stream using a simple Python script to pick a random song from the list of songs on the server. I’m looking to add a voting/request interface, and my host allows use of python to serve webpages through CGI. However, I’m getting hung up on just how to get the GET arguments supplied by the

Advertisement