Using SmartNavigation w/ Firefox

  • Thread starter Thread starter Brian Hoops
  • Start date Start date
B

Brian Hoops

Does anyone know if there's a way to make SmartNavigation work with the
Firefox browser?

TIA

-Brian
 
no. your have to recode the the javascript file to use the w3c dom instead
of the IE dom. then youd have to add support for rendering the required
javascript.

a better approach to to bag start nav, and use your own hidden iframe to do
postback, and custom javascript to copy the data. or with firefox use soap
to call the backend, and update the dom with the results.

-- bruce (sqlwork.com)



| Does anyone know if there's a way to make SmartNavigation work with the
| Firefox browser?
|
| TIA
|
| -Brian
|
|
 
Back
Top