This is a discussion on "Multiple forms on Opera" within the Web Page Design section. This forum, and the thread "Multiple forms on Opera are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Multiple forms on Opera
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Multiple forms on Opera
Hi everyone:
I'm having a problem runing search page on opera. the page consists on 3 different forms(one for each type of search). The problem is that only the first form shoes well on opera, and the rest are located far away to the right and not viewable. The page works fine on IE and Firefox. I was wondering, maybe there is some kinf of trouble with opera handling multiple forms. Well, hope someone has the answer. Greetings.... |
|
|
|
|||
|
Re: Multiple forms on Opera
Can we have a link so we can see the page?
|
|
|||
|
Re: Multiple forms on Opera
Unfortunately the peoject is still on developement stage and is not yet running on the server. I guess I could post the code, it's a bit messy. I'll put just the part I'm interested on resolving, it's quite long.
<form action="/RedLieds/simple-search" method=GET> <input type=hidden name=advanced value="true"> <table class="miscTable" align="left" width="90%"> <tr> <td class="oddRowEvenCol" align="left" > <p> <strong>Búsqueda Avanzada:</strong> </p> <table cellspacing=2 border=0 width="100%" align="center"> <tr> <td class="evenRowEvenCol"> <table border=0 align="center"> <tr><td colspan=3> </td></tr> <tr> <td align="right" valign="top" nowrap > <select name="field1" style="width:200px" > <option value="ANY" selected>Todos los Campos</option> <option value="author" >Autor</option> <option value="title" >Titulo</option> <option value="keyword" >Tema</option> <option value="abstract" >Resumen</option> <option value="series" >Serie</option> <option value="sponsor" >Patrocinador</option> <option value="identifier" >Identificador</option> </select> </td> <td align="right" valign="top" nowrap> <input type="text" name="query1" value='' size="40"> </td> <td align="right" valign="top"> <select name="conjunction1"> <option value="AND" selected> AND </option> <option value="OR" > OR </option> <option value="NOT" > NOT </option> </select> </td> </tr> <tr> <td align="right" valign="top" nowrap > <select name="field2" style="width:200px"> <option value="ANY" selected>Todos los Campos</option> <option value="author" >Autor</option> <option value="title" >Titulo</option> <option value="keyword" >Tema</option> <option value="abstract" >Resumen</option> <option value="series" >Serie</option> <option value="sponsor" >Patrocinador</option> <option value="identifier" >Identificador</option> </select> </td> <td align="right" valign="top" nowrap> <input type="text" name="query2" value='' size="40"> </td> <td align="right" valign="top"> <select name="conjunction2"> <option value="AND" selected> AND </option> <option value="OR" > OR </option> <option value="NOT" > NOT </option> </select> </td> </tr> <tr> <td align="right" valign="top" nowrap > <select name="field3" style="width:200px"> <option value="ANY" selected>Todos los Campos</option> <option value="author" >Autor</option> <option value="title" >Titulo</option> <option value="keyword" >Tema</option> <option value="abstract" >Resumen</option> <option value="series" >Serie</option> <option value="sponsor" >Patrocinador</option> <option value="identifier" >Identificador</option> </select> </td> <td align="right" valign="top" colspan="2" nowrap> <input type="text" name="query3" value='' size="49"><br> </td> </tr> <tr><td colspan=3> </td></tr> </table> </td> </tr> <tr> <td valign=bottom align=right NOWRAP> <br> <input type="submit" name="submit" value="Buscar" class="btnBuscar"> <input type="reset" name="reset" value="Limpiar" class="btnBuscar"> </td> </tr> </table> </td> </tr> </table> </form> <br><br> <form action="/RedLieds/browse-date" method="GET"> <table class="miscTable" align="left" width="90%"> <tr> <td class="oddRowEvenCol" valign="middle" nowrap align="left"> <p><strong>Búsqueda por Fechas:</strong></p> </td> </tr> <tr> <td> <table cellspacing=2 border=0 width="100%" align="center" class="evenRowEvenCol"> <tr> <td> <table border=0 align="center" width="545"> <tr> <td align="left" valign="top" nowrap>Seleccione año: <select name="year"> <option value="ANY" selected>Todos los años</option> <option value="2006" >2006</option> <option value="2005" >2005</option> <option value="2004" >2004</option> <option value="2003" >2003</option> <option value="2002" >2002</option> <option value="2001" >2001</option> <option value="2000" >2000</option> </select> </td> <td align="right" valign="top" nowrap>Seleccione mes: <select name="month"> <option value="ANY" selected>Todos los meses</option> <option value="01" >Enero</option> <option value="02" >Febrero</option> <option value="03" >Marzo</option> <option value="04" >Abril</option> <option value="05" >Mayo</option> <option value="06" >Junio</option> <option value="07" >Julio</option> <option value="08" >Agosto</option> <option value="09" >Septiembre</option> <option value="10" >Octubre</option> <option value="11" >Noviembre</option> <option value="12" >Diciembre</option> </select> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td valign=bottom align=right colspan="2" NOWRAP> <br> <input type="submit" name="submit2" value="Buscar" style="background-color:#31659C;color:#ffffff;"> </td> </tr> </table> </form> </td> </tr> <tr> <td width="100%"> </td> </tr> <tr> <td width="100%"> </td> </tr> </table> </div> </td> </tr> </table> </td> </tr> </table> I know, I should get rid of that tabled layout, well, it has not been written by me, I'm just reviewing it. |
![]() |
| Tags |
| form, opera |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| multiple rollover images change multiple images | joshlindem | Web Page Design | 4 | Apr 18th, 2008 09:11 |
| Opera rtl direction | marSoul | Web Page Design | 0 | Mar 1st, 2008 20:44 |
| CSS and Images in IE7, opera | MarkN | Web Page Design | 1 | Oct 31st, 2007 04:09 |
| Opera Bug | wheatus | Web Page Design | 0 | May 11th, 2004 13:42 |