ericnet
Programmer
- Mar 29, 2006
- 106
I am trying to solve a problem since last week, and I’m desperate..
Somebody knows why Linkbutton control isn’ t displayed as visited (when you apply a simple style) in Netscape browsers?
I have a repeater control that shows orders, and every order title is a LinkButton that triggers a subroutine to redirect user to order_details.aspx page with 10 or 30 parameters in the query string needed in this destination page.
In Iexplorer 6.0 all 4 attributes works fine (link, visited, hover and active) and in Netscape 7.2 works link, hover and active, except visited. How can I do it so that these LinkButtons are displayed as visited also in Netscape?
Other ideas, suggestions, tricks or alternatives will be welcomed
Thank you
Somebody knows why Linkbutton control isn’ t displayed as visited (when you apply a simple style) in Netscape browsers?
I have a repeater control that shows orders, and every order title is a LinkButton that triggers a subroutine to redirect user to order_details.aspx page with 10 or 30 parameters in the query string needed in this destination page.
In Iexplorer 6.0 all 4 attributes works fine (link, visited, hover and active) and in Netscape 7.2 works link, hover and active, except visited. How can I do it so that these LinkButtons are displayed as visited also in Netscape?
Other ideas, suggestions, tricks or alternatives will be welcomed
Thank you