Jump to content

karen cizek

Newbies
  • Posts

    3
  • Joined

  • Last visited

karen cizek's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. David and Anatouli... Thanks. I did change that on the record form to submit the records, and then I got a different error message: Not Implemented The server does not support the functionality required to fulfill this request. Does that mean my version of FM doesn't allow me to do what I want to do, or could it be something with my code? Thanks again, for your help before! :-)
  2. I am working from a Mac G3 Blue and white, connected to the internet by dial-up. I know my IP address changes each time I dial-up, so I make the necessary changes in code until I get a static address. I am using FM5 and 5.5 Pro. Thanks for asking!
  3. I am just starting out with Custom Web Publishing, know a bit of HTML and understand a very, very little bit of CDML. I have set my home page up using the Web Companion dialog box in FM. On that I have a link to a page where a user can enter information. The link works fine, but when I try to enter info and hit the add record button, I get a message saying the browser can't access FM on my harddrive. I have the file open. The code I used to link the page (so that FM would recognize it) was: <FORM ACTION="file:///Macintosh HD/FileMaker Pro 5.5 Folder/Web" METHOD="POST"> <a href="FMPro?-db=mtg_info.fp5&-format=next_mtg.html&-findall">Next Meeting</a> </form> And the code I used on my linked page, to enter the information and submit it, was: <FORM ACTION="file:///Macintosh HD/FileMaker Pro 5.5 Folder/Web" METHOD="POST"> <input type="hidden" name="-db" value="mtg_info.fp5"> <input type="hidden" name="-lay" value="basicinfo"> <input type="hidden" name="-format" value="woohoo.html"> <input type="hidden" name="-error" value="dagonit.html"> <P>Name: <input type="text" name="firstname" size=20></P> <P>Best Months to meet: <input type="text" name="months" size=20></P> <P>What you want to bring: <input type="text" name="food" size=20></P> <P>suggestions: <input type="text" name="suggestions" size=50></P> <P><input type="submit" name="-New" value="Add Record"></P> </FORM> Sorry for the long post. I am not sure where to go from here!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.