Jump to content

This topic is 7903 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Here is my code, its acting like its not even recognizing the tags, I am using FM 6 Trial.

<HTML>

<HEAD>

<TITLE>Web Page Title</TITLE>

</HEAD>

<BODY>

<FORM ACTION="FMPro" METHOD="POST">

<INPUT TYPE="hidden" NAME="-db" VALUE="Inventory.fp5">

<INPUT TYPE="hidden" NAME="-lay" VALUE="Form">

<TABLE border=1 align=center cellpadding=3>

<P>

<TH>ID</TH>

<TH>Item</TH>

<TH>Cost</TH>

<TH>Sold</TH></P>

[FMP-record]

<TR>

<TD>[FMP-FIELD: ID]</TD>

<TD>[FMP-FIELD:Item]</TD>

<TD>[FMP-FIELD:Cost]</TD>

<TD>[FMP-FIELD:Sold]</TD>

<TD><A HREF="[FMP-linkrecid: layout=webform, format=findedit.htm]">Edit</A>

</TR>

[/FMP-Record]

</table>

</FORM>

</BODY>

</HTML>

Posted

Is Web-Companion setup for Custom Web Publishing?

What does the URL, used to call this Format file, look like?

Is this Format file in the Web folder within the Filemaker program folder?

Good Luck.

Garry

This topic is 7903 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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