473,388 Members | 1,423 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,388 software developers and data experts.

javascript error when loggin into forum

I'm a member of a forum sponsored by jasc.com (
http://forums.jasc.com/ ) which uses Webboard software. I use Firefox
1.0 (final release) as my browser. When I used previous versions of
FF I had no problem logging into the forum. But with v. 1.0 I'm
getting a javascript error saying "You could not be logged in." When
I login from IE I don't have this problem.

I've posted in this forum & the Firefox forum asking whether others
have this problem & several FF users told me they don't have this
problem (though I don't know which versions they're using).

Anyone have any ideas why this might be happening?
Jul 23 '05 #1
6 1553


Richard Silverstein wrote:
I'm a member of a forum sponsored by jasc.com (
http://forums.jasc.com/ ) which uses Webboard software. I use Firefox
1.0 (final release) as my browser. When I used previous versions of
FF I had no problem logging into the forum. But with v. 1.0 I'm
getting a javascript error saying "You could not be logged in." When
I login from IE I don't have this problem.


If it is really a JavaScript error then the error with line number is
displayed in the JavaScript console. Copy the error details from the
console and post them here.
But "You could not be logged in" doesn't sound like a script error at
all, that is probably simply a message the forum displays.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Jul 23 '05 #2

Martin Honnen wrote:
Richard Silverstein wrote:
I'm a member of a forum sponsored by jasc.com (
http://forums.jasc.com/ ) which uses Webboard software. I use Firefox 1.0 (final release) as my browser. When I used previous versions of FF I had no problem logging into the forum. But with v. 1.0 I'm
getting a javascript error saying "You could not be logged in." When I login from IE I don't have this problem.
If it is really a JavaScript error then the error with line number is

displayed in the JavaScript console. Copy the error details from the
console and post them here.
But "You could not be logged in" doesn't sound like a script error at all, that is probably simply a message the forum displays.

--

Martin Honnen
http://JavaScript.FAQTs.com/


Jul 23 '05 #3
Martin Honnen wrote:
If it is really a JavaScript error then the error with line number is displayed in the JavaScript console. Copy the error details from the
console and post them here.
But "You could not be logged in" doesn't sound like a script error at all, that is probably simply a message the forum displays.
Martin Honnen
http://JavaScript.FAQTs.com/


I just tried to login to the forum site again & received the same error
msg. I went to the js console & saw 2 error msgs. there. I'm not sure
whether these errors were related to this failed login or not. When I
tried to highlight the js errors I accidentally cleared them.
Returning to the forum & logging in again produced the error msg., but
this time when I open the js console I saw no error msgs. So perhaps
you're right & this is not a script error.

I wonder if more odd behavior may be related to problems opening js
links. I use Typepad blogging software. After a recent Firefox
upgrade to v. 1.0, I've noticed that many of my js links operate
differently (& worse). Before the upgrade, clicking on such links
would open a pop up box which enabled me to complete tasks like
deleting post & comments, uploading images, etc. ON completing the
task, the pop up window would close & I'd revert to the main edit post
box for my blog.

Now, when I click on such links an entirely new full window opens.
When I complete the task involving the window, the window remains open
& I do not revert to the main window.

I can't figure out what could be causing this. Perhaps something to do
with Firefox's tabbed browser function?

Jul 23 '05 #4
Martin Honnen wrote:
If it is really a JavaScript error then the error with line number is displayed in the JavaScript console. Copy the error details from the
console and post them here.
But "You could not be logged in" doesn't sound like a script error at all, that is probably simply a message the forum displays.
Martin Honnen
http://JavaScript.FAQTs.com/


I just tried to login to the forum site again & received the same error
msg. I went to the js console & saw 2 error msgs. there. I'm not sure
whether these errors were related to this failed login or not. When I
tried to highlight the js errors I accidentally cleared them.
Returning to the forum & logging in again produced the error msg., but
this time when I open the js console I saw no error msgs. So perhaps
you're right & this is not a script error.

I wonder if more odd behavior may be related to problems opening js
links. I use Typepad blogging software. After a recent Firefox
upgrade to v. 1.0, I've noticed that many of my js links operate
differently (& worse). Before the upgrade, clicking on such links
would open a pop up box which enabled me to complete tasks like
deleting post & comments, uploading images, etc. ON completing the
task, the pop up window would close & I'd revert to the main edit post
box for my blog.

Now, when I click on such links an entirely new full window opens.
When I complete the task involving the window, the window remains open
& I do not revert to the main window.

I can't figure out what could be causing this. Perhaps something to do
with Firefox's tabbed browser function?

Jul 23 '05 #5
"richards1052" <ri**********@comcast.net> wrote:
Before the upgrade, clicking on such links would open a pop up box
which enabled me to complete tasks like deleting post & comments,
uploading images, etc. ON completing the task, the pop up window
would close & I'd revert to the main edit post box for my blog. Now, when I click on such links an entirely new full window opens.
When I complete the task involving the window, the window remains
open & I do not revert to the main window.


Looks like the Firefox Popup blocker is active. Unfortunately, it can
not discimate between pop-ups caused by clicking somewhere and
automatic pop-ups on e.g. page load.

Turn popups on in the firefox preferences and try again.

Nevertheless, in the full window version, the page could do a
self.close() on completion.
Jul 23 '05 #6
don't think this could be the problem as I've added my blog editing url
to the list of allowed pop up sites (unless tthe allowed site list is
somehow being ignored).

Jul 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

53
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is...
2
by: Ophir | last post by:
Hello all I have this problem: I'm displaying a loggin page. If the user entered an invalid UserName/Password I display the page again. When this happens I want to give the user a different...
4
by: Matt Jensen | last post by:
Howdy all Hopefully I can explain my problem straightforwardly. In it's simplest explanation, what I want to do is have a hyperlink that, when clicked, executes some client side JavaScript and...
6
by: den 2005 | last post by:
Hi everybody, Question 1: How do you set the values from server-side to a client-side control or how do you execute a javascript function without a button click event? Question 2: How do you...
1
pbmods
by: pbmods | last post by:
VARIABLE SCOPE IN JAVASCRIPT LEVEL: BEGINNER/INTERMEDIATE (INTERMEDIATE STUFF IN ) PREREQS: VARIABLES First off, what the heck is 'scope' (the kind that doesn't help kill the germs that cause...
0
by: =?Utf-8?B?UHVjY2E=?= | last post by:
Hi, I'm using VS 2005, .net 2 and C# for a windows application. Let's say I'm running from loggin into a domain controller DC1. I have a treeview and nodes representing a DirectoryEntry object. ...
2
by: ManidipSengupta | last post by:
Hi, a few (3) questions for the Java experts, and let me know if this is the right forum. It deals with 100% java code (reason for posting here) but manages a Web browser with Javascript. Thanks in...
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: 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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.