| Forums | Email a Colleague | FAQ |
|
Dr. Website® Archives 2002Mar 21, 2002
I want to be able to have a browse button on a form so my customers can upload files to my website, but I am a novice at web design, and I can't figure out how to create the function. Thanks, Answer: Then you'll need to
make the script executable. Most upload scripts (and there are a bunch)
give you all the details you'll need. You can find several
here: --Dr.Website Question: Answer:
<SCRIPT LANGUAGE=3D"JavaScript">
function doit(){
document.jump.submit();
window.location=3D"http://www.yourdomain.com";
}
</SCRIPT> <INPUT TYPE=3DBUTTON VALUE=3D"Go" onClick=3D"doit(); return false;"> </FORM>
As for NT with no sendmail, you can use another mailer such as DevMailer
(http://www.geocel.com/devmailer/). --Dr.Website
Question: and Excite 1.0 EWS. I can find neither on the web. What suggestions can you make? Thanks Answer: --Dr.Website ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|