Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape and RDS. How can I make it?

Status
Not open for further replies.

davideart

Programmer
Apr 4, 2001
55
IT
Hi, I'm working with an .ASP page that uses RDS (remote data service) to dinamically update the content of a combo box responding to a user event (without reloading the page). This works very well with IE, but fails with Netscape. I think this is due to the fact that RDS uses an ActiveX control on the server to run. Is it possible to make it run properly also with Netscape?
If not, how can I obtain the same result with a different techique?

Thank you in advance, David
 
RDS Data Binding Controls are built-in in IE. u have to use Java applets to access data on the remote mashine using Netscape.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top