|
|
|
|
![]() ![]() |
Feb 16 2007, 01:26 AM
Post
#1
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 9 Joined: 16-February 07 Member No.: 20,444 |
Well, I want to learn to code in JavaScript, but when I try to view the page in Firefox, it dosen't work. Can anyone tell me why its not working? Do i need to use a different browser?
|
|
|
|
Feb 16 2007, 03:43 AM
Post
#2
|
|
|
Premium Member Group: Members Posts: 330 Joined: 2-February 06 Member No.: 11,040 |
If you could post the source code, maybe we can help you.
|
|
|
|
Feb 16 2007, 03:49 AM
Post
#3
|
|
|
Premium Member Group: [HOSTED] Posts: 495 Joined: 5-November 06 Member No.: 17,016 |
Well, I want to learn to code in JavaScript, but when I try to view the page in Firefox, it dosen't work. Can anyone tell me why its not working? Do i need to use a different browser? Few question here: 1. Can you paste the code that's in your page here, so we can have a look and see what's wrong with it? 2. How you view your page? directly opening it or via a web server? 3. If via web server, is it run locally or using hosting like astahost? After you answer these few question, then we can help you further to solve your problem |
|
|
|
Feb 16 2007, 04:05 AM
Post
#4
|
|
|
Super Member Group: [HOSTED] Posts: 763 Joined: 8-April 06 From: Lima - Peru Member No.: 12,579 |
Well, I want to learn to code in JavaScript, but when I try to view the page in Firefox, it dosen't work. Can anyone tell me why its not working? Do i need to use a different browser? Maybe in your firefox the javascript support is inactive, simply check your preferences and active it, also, if you dont post your code we can not be able to see if the problem is your code and not your browser. Best regards, |
|
|
|
Feb 16 2007, 09:09 AM
Post
#5
|
|
|
Nenad Bozidarevic Group: [MODERATOR] Posts: 1,013 Joined: 7-November 05 From: Belgrade, Serbia Member No.: 9,500 |
|
|
|
|
Feb 16 2007, 08:05 PM
Post
#6
|
|
|
Advanced Member Group: Members Posts: 149 Joined: 14-February 07 From: Tuticorin, India Member No.: 20,415 |
Javasript is browser dependent, all functions will not work with all browsers, some have different syntax for differnt browsers.
To ease your work you can get JavaScript libraries like AJason This post has been edited by livingston: Feb 25 2007, 08:41 PM |
|
|
|
Feb 17 2007, 02:20 AM
Post
#7
|
|
|
PESTICIDAL MANIAC Group: Members Posts: 626 Joined: 1-September 04 From: Auckland, New Zealand Member No.: 27 |
When talking about javascript, most people should really refer to it as ECMAScript which is the official standard that combines Javascript (Netscape) and JScript (Microsoft). I think it also covers ActionScript but it's been a while since I read the specification (EMCAScript-262).
I wouldn't say it's browser dependant but more like the scripting language used by certain browsers are proprietary methods, however all native objects should work, it's usually the functions/methods that aren't all supported. Cheers, MC |
|
|
|
Jul 10 2008, 06:23 AM
Post
#8
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
Fetch data from editor?
I Need Help With Javascript. I want make a preview popup In that case I can fetch all data from parent window but there is an editor,I can't fetch data from that editor.I tried in this way Document.GetElementById('Event_Name').InnerHTML= window.Opener.Document.Attachedform.Event_name.Value; 'Event_Name' is my child window's div id where I want to show data from parent window. 'attachedform' is my parent window form name and 'event_name' is my parent window's textbox name. This above coding is workingin the case of textbox but not working in the case of that editor. Please help me any body it is very argent. -question by sarbasish |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 12th October 2008 - 05:00 PM |