Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to use Action  (Read 2781 times)

0 Members and 1 Guest are viewing this topic.

John1397

    Topic Starter


    Hopeful
    • Experience: Beginner
    • OS: Windows XP
    How to use Action
    « on: February 05, 2010, 07:06:29 AM »
    How do you get the action code to direct to a file on hard drive I tried
    this (<FORM ACTION="/C:\DOS\JOHN.HTM") all I get is this page cannot be displayed, it does put the location of file in address box in the internet
    explorer?

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: How to use Action
    « Reply #1 on: February 05, 2010, 10:28:32 AM »
    Code: [Select]
    <form action="file:///C:\DOS\JOHN.HTM">
      ...
    </form>