tengo un gran lio con algo que no soy capaz de hacer, casi toda la tarde
lo que quiero es hacer una pagina inicio algo como esto
de manera local, solo es para facilitarme las tareas de aprendizaje
tengo un código que copie por alguna parte
Código:
pero por lo que e buscado por todo el código hace referencia a una base de datos<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>All Work and</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta name="verify-v1" content="5reHWIMasQ8ANHfCKPvjsF4QPwCKjsFet1/lpE77mOQ=" /> <meta name="description" content="Simple and fast access to some of the Web's most useful services"> <script language="JavaScript" src="global/know.js"></script> </head> <body bgcolor="#FFFFFF" onLoad="init()" vlink="blue" alink="#696969"> <center> <br> <form name="form1" onSubmit="swapString(this);return false;"> <input name="searchString" type="text" size="36"> <input type="button" name="search" value="Search" onClick="saveSelects(this.form);swapString(this.form);"> <select name="service" size="1" onChange="saveSelects(this.form);this.form.searchString.select();doFocus();"> <option value="http://search.about.com/fullsearch.htm?terms=SEARCH_STRING&PM=59_0100_S">About <option value="http://www.altavista.com/sites/search/res_text?sc=on&hl=on&amb=txt&q=SEARCH_STRING&kl=XX">AltaVista <option value="http://www.ask.com/web?q=SEARCH_STRING">Ask <option value="http://search.dogpile.com/texis/search?q=SEARCH_STRING&geo=no&fs=web">Dogpile <option value="http://www.google.com/search?q=SEARCH_STRING" selected>Google <option value="http://ixquick.com/do/metasearch.pl?cat=web&cat=web&cmd=process_search&language=english&query=SEARCH_STRING">IXQuick <option value="http://search.live.com/results.aspx?q=SEARCH_STRING">Live <option value="http://www.looksmart.com/r_search?look=&key=SEARCH_STRING">LookSmart <option value="http://www.wisenut.com/search/query.dll?q=SEARCH_STRING">Wisenut <option value="http://search.yahoo.com/search?fr=sfp&p=SEARCH_STRING">Yahoo! </select> </form> </body> </html>
alguien sabe como puedo simplificar esto y que funcione
muchas gracias por darse el tiempo en responder