Re: URL grows in address bar with each click

2010-11-19 Thread Ross
Aha! Thanks Shawn. I'd left a forgotten "http://localhost:8000/ moreInfo" in there. I was so hung up on Django urls.py I forgot about simple html mistakes and leftovers. Thanks for the pointer! -Ross. On Nov 19, 10:16 am, Shawn Milochik wrote: > What does the "action" parameter of your HTML f

Re: URL grows in address bar with each click

2010-11-19 Thread Shawn Milochik
What does the "action" parameter of your HTML form contain? I'm guessing it's a relative URL. If you want it to go to the same place, you can make the action blank ("") and it will submit to the same page. Shawn -- You received this message because you are subscribed to the Google Groups "Djan

URL grows in address bar with each click

2010-11-19 Thread Ross
I've noticed a thing which is likely a symptom of something I'm doing wrong. A good example is a page I'm serving which holds a form. If there are issues with the form content, the same page is reloaded, with an updated warning message in the body of the HTML. The page is, say, addInfo.html and