473,386 Members | 1,654 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How is JavaScript loaded in Browser

Frinavale
9,735 Expert Mod 8TB
I was just wondering where/how JavaScript is loaded?
Is it loaded for the specific page or for the Browser?

I would have thought it was just specific to the page that the JavaScript exists within but I've been experiencing something a little weird lately with regards to FireBug.

I'm getting an error message:
document.forms.dstform is undefined:
....
function Sys$CultureInfo$_getAbbrMonthIndex(value) {
.....
this._upperAbbrMonths = this...s.dateTimeFormat.AbbreviatedMonthNames);
Now the interesting thing to note about this error is that the method "Sys$CultureInfo$_getAbbrMonthIndex" is part of the .NET Ajax libraries.

The .NET Ajax framework is loaded in a FireFox window that I'm using for testing my web application.

While this window's loading (sometimes takes a while) I'll be snooping here on Bytes. The "document.forms.dstform" is part of the Bytes page. Bytes is PHP based so it doesn't make sense to be applying the .NET Ajax Library to anything on Bytes....hence the error message.

The error is appearing in the browser loading my web application.

Why would FireFox be using the .NET Ajax libraries (loading in the browser displaying my web application) on the FireFox browser displaying Bytes?

What is going on?

-Frinny
Mar 24 '09 #1
5 2603
gits
5,390 Expert Mod 4TB
hi frinny,

that is just a mix of errors that are displayed in firebug. every window ('real' browserwindow, frame, iframe) has its own scope and scripts may only interfere when there is some cross-site-scripting or a script has privileges to set some global browsersettings ... so your current issue is nothing more then that: firebug displays the errors that occur in different windows in one console as it would be with FF own JavaScript error console.

kind regards,
gits
Mar 25 '09 #2
Frinavale
9,735 Expert Mod 8TB
Thanks for the explanation Gits :)
Mar 25 '09 #3
gits
5,390 Expert Mod 4TB
;) nothing to thank for ... i'm just here for that ;)

kind regards,
gits
Mar 25 '09 #4
gits
5,390 Expert Mod 4TB
would you mind to explain what that link should state?
Aug 8 '09 #5
Frinavale
9,735 Expert Mod 8TB
@gits
Hey Gits, this person used a tool to find anything related to an UpdatePanel and posted their reply. It's not useful in the slightest...it's just spam :)
Aug 10 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Kevin C. | last post by:
I'm going to write a client-side web app that deals with local files. This web app targets mainly public or corporate browser terminals. Normally I would write an Applet because that's what I know...
2
by: joelkeepup | last post by:
Hi, I made a change this morning and now im getting an error that says either "a is undefined or null" or "e is undefined or null" the microsoft ajax line is below, I have no idea how to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.