Newbies jangel Posted April 16, 2002 Newbies Share Posted April 16, 2002 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 More sharing options...
Recommended Posts
This topic is 8188 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 accountSign in
Already have an account? Sign in here.
Sign In Now