Posts

Showing posts with the label form

Simple feedback form for a closed network.

Image
Always looking for ways to reduce paper consumption. To me little feedback pages are just the way to do that. Here is one legacy form we like to use.       <code> < html > < title > Offshore Educators (Main Page) </ title > < title > Send us some comments </ title > < body bgcolor =" aquamarine "> < CENTER >< h2 >< B >< I >Offshore Educators</ I ></ B ></ h2 ></ CENTER > < h2 >Your Comments: </ h2 > < p > By filling out this small form you can send us some comments. < p > < hr > <!--- Comment Form --> < form ACTION =" contact.php " method =" post "> Your name:< br > < input name =" name " type =" text " size = 60 > < br > < p > Your email address:< br > < input name =" email "...

Easy search.

Image
You can save yourself some time by adding a small code snippet to your web pages to access a web search engine without having to go to a search engine. This is good for your self made home pages like the following: For more information see: http://www.instructables.com/id/Reusing-web-pages/#step9 Have fun! Bonus: Easy Clock for your web page.     More information at :  http://www.instructables.com/id/Reusing-web-pages/step10/Add-a-clock/ Note: Javascript must be enabled.