i just create a website without any network using dreamweaver. i dont want to share any data with other computer also i dont have any lan connection. i want to use radio buttons, dropdown list,tabs etc and search buttons in my website. i want have a trial within my computer and then if it works i will upload my site. i created links that works efficiently in my site. (for example: i do like to create a form like a mail signup form. all the details that i fill must store in access) thats all i need. i'm waiting for an efficient answer from you friends..........................
Not sure what you trying to do here... Assuming you wanted to allow user to open up your Access file from your website, then just simply do a hyperlink to your access file.
Assuming, your Access file is located at C:\YourWebSite\MyAccess.mdb
YourWebSite is the root folder, and the page showing the link is called: default.htm
so, in default.htm at the root folder, add this:
<a href="MyAccess.mdb">Open Access File</a>
to your default.htm
Assuming, your Access file is located at C:\YourWebSite\MyAccess.mdb
YourWebSite is the root folder, and the page showing the link is called: default.htm
so, in default.htm at the root folder, add this:
<a href="MyAccess.mdb">Open Access File</a>
to your default.htm
Take a look there:
http://www.webthang.co.uk/tuts/tuts_dmx/dmxf_1/dmx1_2.asp
if you go to the first page will see the general recomandations and you can download also the files in a .zip archive
http://www.webthang.co.uk/tuts/tuts_dmx/dmxf_1/dmx1_2.asp
if you go to the first page will see the general recomandations and you can download also the files in a .zip archive
Not sure what you trying to do here... Assuming you wanted to allow user to open up your Access file from your website, then just simply do a hyperlink to your access file.
Assuming, your Access file is located at C:\YourWebSite\MyAccess.mdb
YourWebSite is the root folder, and the page showing the link is called: default.htm
so, in default.htm at the root folder, add this:
<a href="MyAccess.mdb">Open Access File</a>
to your default.htm
Assuming, your Access file is located at C:\YourWebSite\MyAccess.mdb
YourWebSite is the root folder, and the page showing the link is called: default.htm
so, in default.htm at the root folder, add this:
<a href="MyAccess.mdb">Open Access File</a>
to your default.htm