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

browser 1

Status
Not open for further replies.

muralinaidu

Programmer
Jan 2, 2001
27
DE
hi,
i am beginner in java script but very much interested in learning as i know java. but i am not working on java platform. i want to know where can i get objects,methods and properties of browser.i want to utilise all features of browser in my coding. any advice?
thanking you

your's sincearly
muralinaidu
 
javascript and java are not the same, Java is a programming language (compiled, runs on it's own platform, and is very object oriented) created by Sun Systems.

Javascript is a scripting language created by Netscape to compete with Vbscript (funny as I would have thought javascript came first) it's procedual , and is limited to scripting abilities, you can find the full grown reference in the developer section at netscape, as they created the scripting language, and support it's reference , the only main difference between most browsers is the document object model (such as netscape = Document.layer, as IE is document.all etc)

the scripting language itself should be straight forward.

objects of browser, etc not much you can do the browser, they are known as clients, and most of what you can do is just get information, aside for that your control remains within the document, not the browser application (with some exceptions on the side)

If anyone knows the javascript developer reasource URL from netscape please post it
Karl
kb244@kb244.com
Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)

 
for IE, try:
and
for NS try:
devedge.netscape.com

for standard specifications try:
and

for a convenient cross-browser reference try:

ummmm, for opera try:

for webtv try:

anybody else know a frequently used browser, post where the specs can be found here please...
jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top