Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Form Objects

Status
Not open for further replies.

ScottNomus

Programmer
Jun 27, 2001
33
US
I am trying to get a few forms to work that I have exported from Access97. I have the pages coming up but the buttons on the forms are not workin.I don't know if I am leaving something out or if I need to add something to the code.

***** HERE IS A PIECE OF THE CODE *****
<OBJECT ID=&quot;open_log_in&quot;
CLASSID=&quot;CLSID:D7053240-CE69-11CD-A777-00DD01143C57&quot;
STYLE=&quot;TOP:447;LEFT:388;WIDTH:120;HEIGHT:42;TABINDEX:1;ZINDEX:1;&quot;>
<PARAM NAME=&quot;BackStyle&quot; VALUE=&quot;1&quot;>
<PARAM NAME=&quot;Caption&quot; VALUE=&quot;&Log In&quot;>
<PARAM NAME=&quot;ForeColor&quot; VALUE=&quot;2147483666&quot;>
<PARAM NAME=&quot;FontHeight&quot; VALUE=&quot;200&quot;>
<PARAM NAME=&quot;Font&quot; VALUE=&quot;MS Sans Serif&quot;>
<PARAM NAME=&quot;FontName&quot; VALUE=&quot;MS Sans Serif&quot;>
<PARAM NAME=&quot;Size&quot; VALUE=&quot;3120;1092&quot;>
<PARAM NAME=&quot;SpecialEffect&quot; VALUE=&quot;0&quot;>
<PARAM NAME=&quot;VariousPropertyBits&quot; VALUE=&quot;10&quot;>
</OBJECT>
I was under the understanding that with Access it was simple to export the database to the WEB...

Thanks for you Help
 
I don't know how the rest of your page is set up but I don't think it will work in netscape, or macs as it is using ActiveX. Much better to do the forms in HTML.

I don't know what other code Access generated, but my guess is that as long as you preserve things like the form action and method parts, and the names of the form elements, you should be OK (copy your files to a seperate test area - never delete or overwrite anything until you're sure it works!) Things like ID might be the element's name.

If you need any more help, give me more details.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top