Try at :
www.moca.co.il/test/main.html
I have copied the netscape section
( in the example of the link :
case match="^Mozilla/5\.0 \([^)]*\) (Gecko/[-\d]+ )?Netscape[6|7] ...
....
)
, but I got no new behaviour in Netscape (the same problem ...)
The site is in Hebrew,
but if you click on the left button, you'll see what I ment.
Thanks :)
"Teemu Keiski" <joteke@aspalliance.com> wrote in message
news:ezGsPWAuDHA.1788@tk2msftngp13.phx.gbl...[color=blue]
> Hi,
>
> perhaps this would help ypu (if you mean Netscape 6 or newer)
>
http://www.asp.net/Forums/ShowPost.a...1&PostID=89874
>
> --
> Teemu Keiski
> MCP, Microsoft MVP (ASP.NET), AspInsiders member
> ASP.NET Forum Moderator, AspAlliance Columnist
>
> "Mr. x" <a@b.com> wrote in message news:3fca579c@news.012.net.il...[color=green]
> > Hello,
> > The following show in netscape with a line delemiter between each row.
> >
> > How can I avoid this behaviour in Netscape ?
> >
> > <asp:Table runat="server" CellPadding="0" GridLines="horizontal"
> > HorizontalAlign="Center" dir = "rtl" border = "0" width = "558">
> > <asp:TableRow>
> > <asp:TableCell>
> > <asp:RequiredFieldValidator
> > ControlToValidate="a_name"
> > Text="*"
> > runat="server" />
> > </asp:TableCell>
> > <asp:TableCell>Text 1:</asp:TableCell>
> > <asp:TableCell><asp:TextBox id="a_name" runat="server"
> > /></asp:TableCell>
> > </asp:TableRow>
> > <asp:TableRow>
> > <asp:TableCell></asp:TableCell>
> > <asp:TableCell>Text 2:</asp:TableCell>
> > <asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
> > </asp:TableRow>
> > <asp:TableRow>
> > <asp:TableCell></asp:TableCell>
> > <asp:TableCell>Text 3:</asp:TableCell>
> > <asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
> > </asp:TableRow>
> > </asp:Table>
> >
> >
> > Thanks :)
> >
> >[/color]
>
>[/color]