[Webkit-unassigned] [Bug 7581] Impossible to buy spanish train tickets with Safari

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Mar 18 19:48:47 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7581





------- Comment #4 from jquereda at abast.es  2006-03-18 19:48 PDT -------
Just a note about this issue...
It seems that we are executing a Servlet, the URL when is displayed the
available trains and where you select the train you would like for travel is:

https://w1.renfe.es/vbi/servlet/ServletVBI

On the source code, the available trains are represented on a table, with
selectable radio buttons.

The Accept button where you click to validate your selected train and to
continue with the process buying the ticket has this code:

<table border="0" width="100%" cellpading="1" cellspacing="1" align="center">
<tr> 
      <td align="left" valign="top" class="txt_gral" width="5"> </td>    
          <td align=right colspan="2" >
                <A id="_HPB_ROLLOVER_ACEPTAR" 
                        href="#a" onClick="loading('false');return( false );" 
               
onmouseout="HpbImgSwap('_HPB_ROLLOVER_ACEPTAR','/vbi/gif/ggvbie74.gif');" 
               
onmouseover="HpbImgSwap('_HPB_ROLLOVER_ACEPTAR','/vbi/gif/ggvbie73.gif');">
                <IMG border="0" name="_HPB_ROLLOVER_ACEPTAR"
src="/vbi/gif/ggvbie74.gif"
                        alt="Aceptar" >
                </A> 
</td>
</tr>
</table>

When you click on it, Safari changes the URL to
https://w1.renfe.es/vbi/servlet/ServletVBI#a but the process doesn't continue.
On other browsers like Camino, the browser changes to this URL but the process
continue without problems.

So... it seems that Safari is failing passing this href="#a" to the servlet.
Any ideas?


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list