[jQuery] Re: Download a file from server...

2009-01-22 Thread AlexDeLarge
Thank you guys for your answers! I really do appreciate them. As soon as I get back to my problem I'll try some of these suggestions. Once again, thank you.

[jQuery] Download a file from server...

2009-01-21 Thread AlexDeLarge
Hi, I have situation like this: I post certain data with $.post to PHP- script which is supposed to handle the data, create a file from it and then trigger browser to open a Save As-dialog. Everything works just fine except the Save As-dialog, I just can't make it pop-up. For the Save As dialog

[jQuery] $.post does not post

2009-01-19 Thread AlexDeLarge
I have been having hard times with $.post lately... It has all come to a point that I set up as simple tryout as I could think of and it still doesn't work. I have a div in a page and that div has a "button" on it and I would like it to fireup a php-script by clicking that "button" but I just can