Results 1 to 6 of 6

Thread: Posting to excel script

  1. #1
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default Posting to excel script

    I don't want an Email Post; It's annoying, and the web host does not support frontpage. Is there a another way to go that is similar? I would very much prefer if the info was sent to an Excel file of an RTF.

    I am hoping something already exists because I do not plan to learn yet another Language. . .

    Thanks!
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Quote Originally Posted by Jas View Post
    I don't want an Email Post; It's annoying, and the web host does not support frontpage.
    What do you mean by "Email Post"?

    Is there a another way to go that is similar? I would very much prefer if the info was sent to an Excel file of an RTF.
    What info do you want to send to an excel file? Does your host support any server side languages as well? You could probably accomplish this by using PHP (or ASP for that matter). Without more details though, that as much as I can help out on this.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    Emailing a form, I should have said. ( See http://www.sweets-n-treats.com/Products.htm to see the forms. )

    What I want sent to the file is the order info on the forms.

    And not to sound rude, but I don't want to have to learn PHP. I am already working on JavaScript, Java and HTML. Is there something already in existence that I can use?
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Well, there are tons of free server side scripts (even some that are remote hosted). Unfortunately (spelling?), without using a server-side language, you will not be able to write to files - although, I'm not sure about Java, that might be capable. You could probably search through these Forums, Hotscripts.com, or Google to find a premade one, or perhaps one of the members of this forum could write one for you.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    You would have to give the applet ftp access to your server, which is a bad idea...

    But the first things you need to do are slim down your code...
    this doesnt serve a purpose, does it?

    Quote Originally Posted by Your_Source
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    You also need to stop using frontpage, learn CSS, validate your pages, validate your css, stop using tables...

    For the forms, you wont want to cap the size of the entry, because someone with the name
    "Donovan Bailey McPhail" couldnt fit their name in, or someone with a long email or address would have the same problems.
    also, using javascript to validate forms is a bad idea, because you can turn it off whenever you want.

    I can write up the script for you, i just need some time.

    PS: sorry if i sound rude, its just that there are alot of flaws in the way frontpage made the code.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  6. #6
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    Thanks everyone!
    And, yes I agree. FrontPage has massive coding problems. I don't know about learning CSS. It does not look hard, but I am working on enough as it is.

    Yes, this does serve a purpose for now (it holds the Ice Cream picture together).
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    <p align="center" style="margin-top: 10; margin-bottom: 10">
    But I agree, I need to find another way to go about it. . .

    A script sounds nice if you have an idea, thanks. You don't have to, though. I just need a script, so if one exists already you don't have to spend your time working on it.
    Last edited by Jas; 03-27-2007 at 04:31 PM.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •