Jens_L
Members-
Content Count
8 -
Joined
-
Last visited
Everything posted by Jens_L
-
Thanks!I checked to forum out. Will try to put that PHP-code into action. Hope it works!But the idea of just zipping them is not bad, very easy...Cheers!
-
I check the execCommand at [url = [url="http://forums.xisto.com/no_longer_exists/ and the Save As Command Identifier only saves the current Web page to a file. I want to save the mp3 file not the webpage. This is hard...
-
Thanks!Now I just need to find a way for ma os x and MozillaBut thanks a LOT!!!/ jens
-
Thanks but i don't need to disable the right click.When you left-click a link that is to a mp3, the browser opens it. I want to make the browser download it, or ask the user if he wants to download it.Is there a script for this?
-
Thanks!I tried it in a <div> tag and it works, at least on Explorer 6.0, witch have good css support. It's a smart way of doing this. I'm gonna see how it works on different platforms and browsers.Peace!
-
Hi!I want to let people download .mp3's. But i don't want them tio have to right-click and "Save as". Is there a way with Java Script?Cheers!'Jens
-
Thanks! I know how to use php to store stuff in MySQL my problem is when i SELECT it and post it on my page. I don't seem to get all the newlines and stuff if i don't write html like <p></p> in the <textarea> tag. I wanna do something like this texteditor i'm using right now Thanks for ur help!
-
Hey people!I'm pretty new with PHP and MySQL. I wanna have all the text on my site in MySQL. But i'm having trouble with the inputing from HTML-forms, like <textarea>.How to i do it?Can i use PHP or is it better to use javascript and sorta add htmltags into the <textarea> tag?I wanna make a texteditor where i can use bold, italic and that kinda stuff.I'm thankful for any help.../Jens