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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting o/s of browser through forms

Status
Not open for further replies.

Thameem

Programmer
Sep 18, 2002
30
0
0
US
Hi,
I am working in forms 9i. I need to get the Operating system(Win95,98,NT..) name of my client browser through my forms coding. Is there any package available to get it..
Please do help..
 

message(get_application_property(operating_system));

Returns the name of the operating system that is currently in use. Valid return values are MSWINDOWS, MSWINDOWS32, WIN32COMMON, UNIX, SunOS, MACINTOSH, VMS, and HP-UX.

Regards
Shahzad Zafar
 
I think that GET_APPLICATION_PROPERTY returns server OS.

Regards, Dima
 
Yes thats correct,
it return the server o/s, but i need to get the client o/s name
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top