who i can link html page to MS-access database? - html

Hi every one i need to link a html page to an access database and it will help if anyone can gave me the html code for searching that database thanks .
i work with access 2010

You can, but you'll have to save the page as a file to a local or network drive of yours. Then link an HTML table of the file.
This is what Excel does behind the scene when you attach a URL.

Related

Google Sites HTML export keeps redirecting to live site

I was trying to export a Google Site I made for a project. I used wget to spider through every page and to download the html files and linked content. When I try to open "index.html" in Chrome, it does open the local HTML file, but it redirects me to the live version immediately after.
Is there anyway I could modify the HTML code so that it won't head straight to the actual website? I just want to have a local copy of it for reference, and I don't want to store it on Drive.
As the HTML file is too big to type out, I have provided it on Pastebin here.
.
You need a better question. No website works offline, or they do if you download all the files to your user’s computer so the user can view it offline. But at some point they had to visit it online to get it.
Or you save it as an html site and hand it to them on a USB drive. That’s offline to that extent. But then it’s not really a website, its an html file.
Or otherwise, if you need a website for your school which can be used by anyone through internet / intranet, you have two options -
1. Create and host a website in an online server
. a. You have to buy space and deploy a server yourself.
. b. They will a run website in their webserver for you. You just need to give money
2. Deploy a webserver in the school's any one machine and get it in other machines.
Rephrase the question for a better answer.

mysql access database - Image display

I have created an access database 2016 with backend MySQL tables, however on my form I require an image to display.
After reading plenty of articles online I have decided to keep the images in a separate folder in the same location as the database so I don't overload it.
However I have created an attachment section (hyperlink) on my form so I can save the filepath to the image in the backend table, If I click on the filepath I am able to view the image but I would like to have a small sample of the image available to view on the database form.
If anyone could advise how I would go about this it would be greatly appreciated.
Update of information added into control source

Edit and upload pdf forms

I want from my web application to give the opportunity to users to open and edit a template pdf form (and without download it and after upload it again with their changes) to save it directly to server. I use angularjs.
i really appreciate your time!

How to write Files from a HTML File in a DropBox

My knowledge about Web technologies is very low and I just wanted to know if the following scenario would be possible with HTML5 and Javascript:
If I host an HTML file in Dropbox and send this link to seomeone, would it be possible that this HTML file creates a new file in my Dropbox? For exampe the HTML file is a form that one can fill out, can the HTML file create a text (.txt) file with the form content?
As far as I understand, the HTML file has to be hosted by a webserver and has to allow Javascript or PHP to achieve this. But maybe there is a way to just use an HTML file, a dropbox and a browser?
Any hints what topics I should study to achieve this goal?
On what I've understood from Dropbox, it does not directly show you the file contents in any manner. You can store files there, but the only thing you can see when opening a link that directs to the file, is the page which allows you to download the file to your own PC and save it.
This would seem like an impossible thing to achieve, in any cloud service like Dropbox it would seem. I would recommend you to just get the web hosting service, they are usually not that highly priced after all.
You could do this, but you shouldn't. To make this work, you'd have to use the Dropbox API to upload files, and you'd have to embed in your web page an access token for your account. That means anyone who looked at the source of your web page could get access to make changes in your account (e.g. delete all your files). So there's no safe way to do this without a server-side component (like PHP).

What is magento web hosting? How to upload my web pages in magento?

I created one website for my client, after showing the page they told me to upload that in magento site. They given the username and password. I don't know how to do that.
Please help me.(Sorry if it is off topic )
Thankyou.
They are basically telling you to convert your design to a magento theme for you able to upload it to magento.
http://turnkeye.com/blog/psd-magento/
http://www.magentothemedeveloper.com/magento-theme-developer-services/psd-to-magento/
Magento Go does not allow you to upload HTML files, but you can paste HTML into any field that uses the WYSIWYG editor.