On Tuesday, 24 July 2012 15:03:49 UTC+1, curious1 wrote: > So is there a problem with the url used above(the href field in the popup > function)? If so what's wrong with it? Previously the call seemed to be > successfull as well as the return, since I was previously able to display > the returned message in an alert. So I wanted to actually display the > returned data in a popup window, which is my ultimate goal and that is > where things stand so far in my progress, up to the point to where I > started getting the current 404 situation that you now see above. Thanks > for the help. > > <snip>
What part of Tomas's reply didn't you understand? Yes, there is a problem with that URL, because it doesn't match any of the URLs in your urlconf. There is no URL matching anything ending in 'html'. Perhaps you meant just /mediahelp/comphelp/ ? -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/J6lir9QeY4IJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

