Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> I Need Help With Javascript., help plz
Rokuso
post Feb 16 2007, 01:26 AM
Post #1


Newbie [ Level 1 ]
Group Icon

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?
Go to the top of the page
 
+Quote Post
demolaynyc
post Feb 16 2007, 03:43 AM
Post #2


Premium Member
Group Icon

Group: Members
Posts: 330
Joined: 2-February 06
Member No.: 11,040



If you could post the source code, maybe we can help you.
Go to the top of the page
 
+Quote Post
faulty.lee
post Feb 16 2007, 03:49 AM
Post #3


Premium Member
Group Icon

Group: [HOSTED]
Posts: 495
Joined: 5-November 06
Member No.: 17,016



QUOTE(Rokuso @ Feb 16 2007, 09:26 AM) *
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
Go to the top of the page
 
+Quote Post
TavoxPeru
post Feb 16 2007, 04:05 AM
Post #4


Super Member
Group Icon

Group: [HOSTED]
Posts: 763
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



QUOTE(Rokuso @ Feb 15 2007, 08:26 PM) *
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,
Go to the top of the page
 
+Quote Post
pyost
post Feb 16 2007, 09:09 AM
Post #5


Nenad Bozidarevic
Group Icon

Group: [MODERATOR]
Posts: 1,013
Joined: 7-November 05
From: Belgrade, Serbia
Member No.: 9,500



QUOTE(Rokuso @ Feb 16 2007, 02:26 AM) *
Do i need to use a different browser?


Ugh, definitely not. It is a rule of thumb - if something you've made doesn't work properly in all browsers, then it needs fixing. Of course, do try other browsers as well, but don't skip any.
Go to the top of the page
 
+Quote Post
livingston
post Feb 16 2007, 08:05 PM
Post #6


Advanced Member
Group Icon

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
Go to the top of the page
 
+Quote Post
mastercomputers
post Feb 17 2007, 02:20 AM
Post #7


PESTICIDAL MANIAC
Group Icon

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
Go to the top of the page
 
+Quote Post
iGuest
post Jul 10 2008, 06:23 AM
Post #8


Newbie [ Level 1 ]
Group Icon

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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Getting Screen Resolution using Javascript.(8)
  2. How To Create A Popup Window With Javascript?(19)
  3. javascript vs java(12)
  4. Javascript: Disable Mouse Right-click In Browser(16)
  5. Best Way To Learn Javascript(9)
  6. Javascript: Text To Texbox And Back To Text(2)
  7. Unobtrusive Javascript Image Rollovers(0)
  8. Dynamicdrive: Good Site For JavaScript Codes(5)
  9. Downloads With Javascript?(7)
  10. Javascript: Simple Slidedown Menu(2)
  11. JavaScript: Simple Dropdown Menu(1)
  12. Calling Of Functions Between Mulitple External Javascript Files(2)
  13. Javascript: Browser Detection Script(0)
  14. JavaScript: Hide And Show Any Element With CSS(5)
  15. Ever Needs To Find Out A Table Height Or With With JavaScript(2)
  1. Create And Import JavaScript Modules For A Large Script(2)
  2. Vertical Marquee Using JavaScript(0)
  3. JavaScript Frames & Querystring(4)
  4. JavaScript Off Redirect Script(2)
  5. Problems With Dynamically Loading Javascript(2)
  6. Add Text To Textarea(6)
  7. Javascript Question(4)
  8. Javascript: How Do I Create Embedded Pop-up Windows?(7)
  9. Problem With Javascript Alert();(9)
  10. Include Function For Javascript(7)
  11. Fun With Javascript And Forms(2)
  12. Javascript Help Needed : Alert(z) Works Fine But Document.write Not(2)
  13. Javascript Changes Aren't Working.(6)


 



- Lo-Fi Version Time is now: 12th October 2008 - 05:00 PM