Forums | Email a Colleague | FAQ

Dr. Website Archives

Dr. Website® Archives 2002

December 19, 2002

    Question:
    Dear Dr. Website:
    I'm trying to process three consecutive text areas (3 different questions for the user to answer). Without using a CGI Script, how can I process these forms, via email, with only one submit button ?

    Thanks,

    Answer:
    You should be able to do this using the common mailto. Here's how you'd do it:

    <FORM METHOD=POST ACTION="mailto:yours@yoursite.com?subject=test mail?body=this is the message" ENCTYPE="text/plain" NAME="mailer"> <INPUT TYPE="TEXT" VALUE="" NAME="first"> <INPUT TYPE="TEXT" VALUE="" NAME="second"> <INPUT TYPE="TEXT" VALUE="" NAME="third"> <INPUT TYPE=SUBMIT> </FORM>

    Thanks,

    --Dr.Website

    Question:
    Dear Dr. Website:
    I am having problems. i installed ie 6 sp 1 and the animated gif's are like normal gifs. I restored 5.5 back but am still stuck with this problem. can you please help me out.

    Thanks

    Answer:
    This isn't really a web development question, but is rather more of a troubleshooting question. To fix your problem, you need to go to the Tools menu item on MSIE, then Internet Options, then the Advanced tab. Go down to Multimedia and make sure that "Play Animations in Web Pages" is selected (checked). Close and restart your browser and you should be set!

    --Dr.Website

    Question:
    Dear Dr. Website:
    This is the situation. NOTE: 2 samples of a request, responce and explanations are located on the bottem of this email an example situation As a reseller of movies for another company that dropships the movies for me I am creating a web site with a form that sends a request to the vendors website to check the availability of a movie(with ACTION=GET) the vendors site returns results in the format shown below. What i want to do is four things.

    First, I would like to record all requests made to the site. second, I want to parse the results into a page in a user friendly format. Third, I would like to make it that if the site recognizes if the STATUS is OK or NA and to tell the user if its available or not Fourth, if possible I would like to show the user all the searches that are available that that user has made. What approach do I take.
    Thank you so much,

    Results Explained:
    ---------------------------------------------- Name= Movie Name
    Country= Country of Movie
    Status=Availablility (OK=Avilabile, NA=Not Available)
    Reason= if not available
    Type= Rating as in PG, G, R,
    Premium= New Release, or Old
    --------------------------------------------------
    --------------------------------------------------
    SAMPLE 1

    Request:
    otherwebsite/cnapi.asp?rsid=CA&func=Check&name=The+Amazon&cc=US
    Response:
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <Check>
    <Results Name="The Amazon" Country="US"
    Status="OK" Reason="" Type="Basic"
    Premium="No" />
    </Check>
    --------------------------------------------------
    SAMPLE 2
    Request:
    otherwebsite/cnapi.asp?rsid=CA&func=Check&name=&cc=US
    Response:
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <Check>
    <Results Name="Green Mile" Country="us"
    Status="NA" Reason="reserved" Type="n/a"
    Premium="No" /> </Check>
    Thanks

    Answer:
    I would go with a Perl script, that you could customize anyway you want it to look and feel. If you not familiar with Perl , there are a lot of scripts out there that will do what you are asking. You can find such scripts at:
    http://www.scriptsearch.com/Perl/Scripts_and_Programs/ and http://www.scriptsearch.com/Perl/Scripts_and_Programs/Database_Management/

    Some are free to use or cost as much as $3000.00. I hope that helps you!

    --Dr.Website ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

ForumsEmail a Colleague · FAQ



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Internet.com eBook: Real Life Rails
Avaya Article: Call Control XML - Powerful, Standards-Based Call Control
Tripwire Whitepaper: Seven Practical Steps to Mitigate Virtualization Security Risks
Internet.com eBook: The Pros and Cons of Outsourcing
Go Parallel Article: Scalable Parallelism with Intel(R) Threading Building Blocks
Internet.com eBook: Best Practices for Developing a Web Site
IBM CXO Whitepaper: The 2008 Global CEO Study "The Enterprise of the Future"
Avaya Article: Call Control XML in Action - A CCXML Auto Attendant
Go Parallel Article: James Reinders on the Intel Parallel Studio Beta Program
IBM CXO Whitepaper: Unlocking the DNA of the Adaptable Workforce--The Global Human Capital Study 2008
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
Go Parallel Article: Getting Started with TBB on Windows
HP eBook: Storage Networking , Part 1
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Go Parallel Video: Intel(R) Threading Building Blocks: A New Method for Threading in C++
HP Video: Is Your Data Center Ready for a Real World Disaster?
Microsoft Partner Portal Video: Microsoft Gold Certified Partners Build Successful Practices
HP On Demand Webcast: Virtualization in Action
Go Parallel Video: Performance and Threading Tools for Game Developers
Rackspace Hosting Center: Customer Videos
Intel vPro Developer Virtual Bootcamp
HP Disaster-Proof Solutions eSeminar
HP On Demand Webcast: Discover the Benefits of Virtualization
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Microsoft Download: Silverlight 2 Software Development Kit Beta 2
30-Day Trial: SPAMfighter Exchange Module
Red Gate Download: SQL Toolbelt
Iron Speed Designer Application Generator
Microsoft Download: Silverlight 2 Beta 2 Runtime
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
IBM IT Innovation Article: Green Servers Provide a Competitive Advantage
Microsoft Article: Expression Web 2 for PHP Developers--Simplify Your PHP Applications
Featured Algorithm: Intel Threading Building Blocks - parallel_reduce
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES