Hey there, I hope here is the right place to ask my question:
I'm writing a perl script that searches the IPA-translation (phonetic alphabet) of a given word in some predefined sources on the web (mostly online-dictionaries). Now I found another source and wanted my perl script to interact with it. This time though it seems to be an ajax-form or something similar.
http://familientagebuch.de/rainer/2007/38.html#4 is the site.
I want to enter something in the top form ("Eingabetext") and read the result out of the form at the bottom ("IPA"). So far I did these things with LWP and Mechanize, but it doesnt seem to work in this one. I searched the web and similar questions were directed to using "Mozilla:Mechanize". I tried, but cant get Mozilla:mechanize to run unfortunately. My question is: are there any other ways to read these forms?
I would really appreciate if you could give me some hints in the right direction.
Thankyou
/Fr3yr

In reply to Interacting with Ajax-Forms by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.