help - another 2 questions
hey
how can i make it download files such as .doc etc., instesd of opening 'em in the window of ie5
i use dl blah
??
'n 2nd is there a way to receive the info which somebody fills in a form (which i can create:)) to my e-mail (i.e. without server scripts etc.)
??
thank you so much
ggogggo
Ken Elliott posted this at 13:37 — 12th September 2000.
They have: 358 posts
Joined: Jun 1999
I can't really answer your first question. But a couple of years ago, I think it was John Pollack that solved your second question for me. This form type will send the contents right to your email.
Pimpin like a pimp with an electrofied pimpin machine!
Mark Hensler posted this at 06:00 — 13th September 2000.
He has: 4,048 posts
Joined: Aug 2000
Welcome to TWF!
1st- dunno, I've tried to 'fix' that myself. Never figured it out.
2nd-I use PHP, but Ken Elliott's seems easier. I like PHP because I can proccess the data and format it and then send myself (or anyone) only the stuff I want.
Mark Hensler
If there is no answer on Google, then there is no question.
AndyB posted this at 06:32 — 13th September 2000.
They have: 344 posts
Joined: Aug 1999
First bit only.
If you link to any executable file where the target computer has the application present, it will open the application ... why a href="xyz.doc" or a href="xyz.xls" will open up if MSWord or MSExcel is on the target computer.
Solution is zip it!! a href="xyz.zip" which when clicked just begins the standard file download/security options messages
ggogggo posted this at 12:10 — 13th September 2000.
They have: 5 posts
Joined: Sep 2000
thx for the replys, the tag works (as you probably know )
but what the hell is this - is it html, or JS or ..
(i men 'action', 'method' etc.)
where can i find smth on the topic?
can i use sgi to get the form, 'n what's the way to learn sgi scrips, and do i need server access to use sgi?
'n what's the way to learn php
thx again
ggogggo
Mark Hensler posted this at 05:53 — 14th September 2000.
He has: 4,048 posts
Joined: Aug 2000
good PHP sites:
php.net - comprehensive manual!
phpbuilder.com
probably others I'm not thinking of now.. If you wanna learn by hacking scripts, try:
hotscripts.com
the email thing is just HTML (I think)
what's "sgi"? do you mean CGI?
Mark Hensler
If there is no answer on Google, then there is no question.
ggogggo posted this at 11:46 — 14th September 2000.
They have: 5 posts
Joined: Sep 2000
yes i mean cgi,
php.net is just fine
thanx
and for my 1st question - isn't there smth like
____ as there is
____
thx for the attention
i 've just sent mail to bizland.com whether they support php and see what's the problem with this
ggogggo
Mark Hensler posted this at 23:54 — 14th September 2000.
He has: 4,048 posts
Joined: Aug 2000
well, I don't kow about href="downlowd:"...
But I think you can change MIME stuff somewhere (maybe .htaccess) That might do it.
LukeD posted this at 12:24 — 15th September 2000.
They have: 22 posts
Joined: Sep 2000
Why don't you zip it??? It's pretty much standard now on the web.
Mark Hensler posted this at 00:03 — 16th September 2000.
He has: 4,048 posts
Joined: Aug 2000
I think LukeD has the best solution.
just zip/tar it
AndyB posted this at 00:55 — 16th September 2000.
They have: 344 posts
Joined: Aug 1999
... um ... see what I posted further up this thread:)
LukeD posted this at 17:51 — 16th September 2000.
They have: 22 posts
Joined: Sep 2000
umm... guess we were sleeping. sorry
Orpheus posted this at 21:05 — 16th September 2000.
They have: 568 posts
Joined: Nov 1999
People People People
Your ignoring the painfully obvious
Download
AndyB posted this at 21:30 — 16th September 2000.
They have: 344 posts
Joined: Aug 1999
except that a href="something.doc" etc causes the application to start and then opens the file;)
Mark Hensler posted this at 06:07 — 17th September 2000.
He has: 4,048 posts
Joined: Aug 2000
what is happening is that the borwser is loading the DOC reader. just like it would for PDF.
does it do that for netscape?
Vincent Puglia posted this at 02:31 — 18th September 2000.
They have: 634 posts
Joined: Dec 1999
Hi,
AndyB provided the only viable solution for the internet.
Zip. Word Doc
Browser types are irrelevant, platforms are irrelevant, scripting languages are irrelevant.
Vinny
Where the world once stood
the blades of grass cut me still
Suzanne posted this at 05:28 — 18th September 2000.
She has: 5,507 posts
Joined: Feb 2000
this is another situation where having the browser tied into the OS makes for security issues as well as convenience. It's a continuum, you see -- more convenience = less security.
But anyway, no, Netscape doesn't open the doc file. You can only open web documents with Netscape. But then again, Netscape 6 may be a different beast, and who knows, as M$ is moving toward sucking $$ from you monthly instead of when you upgrade (.Net) and it's going to be a whole new ball game.
Suzanne
Vincent Puglia posted this at 07:57 — 18th September 2000.
They have: 634 posts
Joined: Dec 1999
Hi Suzanne,
You're right netscape doesn't open doc files, but it will open any other file that it recognizes and has the executable for. The surest way to allow a download for crossBrowsers is still zippity-do-dah, zippity-day.....
Vinny
Where the world once stood
the blades of grass cut me still
Suzanne posted this at 20:55 — 18th September 2000.
She has: 5,507 posts
Joined: Feb 2000
I didn't notice you had posted. You are very correct -- for anything that you don't want run on the web or through the web browser, .zip or .sit or .tar, et cetera (compressed files) are the only option.
Suzanne
Vincent Puglia posted this at 04:41 — 19th September 2000.
They have: 634 posts
Joined: Dec 1999
Hi Suzanne,
Gee I'm invisible now, sort of like Bert (?) in Soap (an old sitcom with Billy Crystal).
Vinny
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.