Jump to content

XML & CSS


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

Recommended Posts

  • Newbies

I have what's probably a simple XML question. When parsed, the following code:

<p><u><b><font size="4">Status Verification Form</font></b></u></p>

<form method="POST" action="FMPro">

<p>Enter SSN:<br>

<input type="text" name="ssn" size="20"></p>

<input type="hidden" value="omega.fp5" name="-db">

<input type="hidden" value="WebMain" name="-lay">

<input type="hidden" value="-dso_xml" name="-format">

<input type="hidden" value="text/css" name="-styletype">

<input type="hidden" value="../batc/omega.css" name="-stylehref">

<input type="submit" value="Get Status" name="-find">

<input type="reset" value="Clear" name="B2"></p>

</form>

always returns the error message:

An unexpected error occurred: No default and no address for database omega.

If I just view a record using the link:

<a href="http://serverlocation/FMPro?-db=omega.fp5&-format=-dso_xml&-styletype=text/css&-stylehref=../batc/omega.css&-lay=WebMain&-max=1&-find">omega</a>

I have no problem.

Any ideas on what I'm doing wrong?

Link to comment
Share on other sites

This topic is 8067 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.