Search found 5 matches

by bapper
Fri Oct 22, 2004 6:04 am
Forum: General Discussion
Topic: What music do you code by?
Replies: 418
Views: 144907

At the moment : Tool - Aenima
by bapper
Fri Oct 22, 2004 2:06 am
Forum: PHP - Code
Topic: help with button link
Replies: 2
Views: 413

You've forgotten to close the <a href...> tag. Maybe this works: <a href="<?php print $PHP_SELF; ?>?m=product_detail&p=<?php print $list[pID]; ?> "> <img src="imgs/buy.gif" width="25" height="15" border="0"> </a>
by bapper
Fri Oct 22, 2004 1:39 am
Forum: PHP - Code
Topic: Auto close window after redirecting to file
Replies: 13
Views: 7155

trying to output any sort of "text" after a readfile call will be stuck inside that stream. You are sending a download with this script.. Yes, thanks. I've realised that. Do you have an alternative solution? then that's all you can do with it. Ok, so there's really no way to run a javascr...
by bapper
Thu Oct 21, 2004 9:59 am
Forum: PHP - Code
Topic: Auto close window after redirecting to file
Replies: 13
Views: 7155

:roll: Well... that might work but it would still be a work around to the actual problem. I invoke download.php via <a href=''>, it opens the dialogue box with the possibility to open, save or cancel. So far so good. After I've saved I start to get problems with the javascript: On the same page I've...
by bapper
Thu Oct 21, 2004 1:52 am
Forum: PHP - Code
Topic: Auto close window after redirecting to file
Replies: 13
Views: 7155

How did it go on this issue?
I've got the same problem but no solution.
The download part works fine but when it comes to handle activities after it does not work at all.