Hi,
Don't know whether this will help but you can post data without
directly using a form by using this online GET to POST converter:
www.gettopost.com.

HTH,
Steve

On 28 Oct, 03:11, Greg <[EMAIL PROTECTED]> wrote:
> Karen,
> I have some links on my site.  I don't want to wrap these links around
> a form element.  Is there anyway that I can send post data without
> using a form?
>
> Thanks
>
> On Oct 27, 6:37 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
>
> > So you are trying to turn an HTTP request that comes in as aGET into a> 
> > POST?  That strikes me as a bit odd.  I don't know why what you are doing
> > works under the development server but not in production (you give no
> > details on your production environment), but note that the documentation for
> > HttpRequest objects 
> > (http://www.djangoproject.com/documentation/request_response/) states:
>
> > All attributes except session should be considered read-only.
>
> > So, attempting to change request.method looks like the wrong approach.
> > Perhaps some more background on the overall problem would enable people to
> > suggest a better approach.
>
> > Karen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to