| View previous topic :: View next topic |
| Author |
Message |
Maxaxle Elite Gamer


Joined: 06 Oct 2007 Age: 15 Posts: 2717 Location: San Diego
|
|
| Back to top |
|
 |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1672 Location: Somewhere
|
Posted: Fri May 30, 2008 12:09 am Post subject: |
|
|
Make sure your browser isn't blocking popups from Javascript.
Or: open a new window/tab and copy/paste:
http://egoboo.informe.com/forum/chat/chatbox.php
See if that works. _________________ You really thought so, didn't you?
Donna Noble has left the library. Donna Noble has been saved. |
|
| Back to top |
|
 |
Maxaxle Elite Gamer


Joined: 06 Oct 2007 Age: 15 Posts: 2717 Location: San Diego
|
|
| Back to top |
|
 |
PurpleSquerkle Supreme Cookiemancer


Joined: 28 Oct 2007 Age: 17 Posts: 4356 Location: Midwestern US
|
Posted: Fri May 30, 2008 3:13 am Post subject: |
|
|
It must be some browser security setting or something. _________________
+ PurpleSquerkle
--My website--
Latest update= 7/15/08; Three new midi loops.
{new Squerkle coming as soon as I stop being lazy} |
|
| Back to top |
|
 |
Maxaxle Elite Gamer


Joined: 06 Oct 2007 Age: 15 Posts: 2717 Location: San Diego
|
Posted: Fri May 30, 2008 10:51 pm Post subject: |
|
|
Nah, I right-clicked it, then clicked Properties, and found this as the Address:
| Code: | | javascript:void(0); |
This is the problem, I'm guessing...All of the other links have actual web addresses. I think it's just void (not valid; not working; BROKEN). _________________ http://www.freewebs.com/maxaxle88/
Inventor class last updated: July 9, 2008
Download: https://sourceforge.net/projects/maxaxlesegoboos
FREE PIZZA TOMORROW |
|
| Back to top |
|
 |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1672 Location: Somewhere
|
Posted: Fri May 30, 2008 11:06 pm Post subject: |
|
|
It opens the window when you click on it.
the javascript:void(0) is just a placeholder for the chat window to open without changing the main page. _________________ You really thought so, didn't you?
Donna Noble has left the library. Donna Noble has been saved. |
|
| Back to top |
|
 |
Maxaxle Elite Gamer


Joined: 06 Oct 2007 Age: 15 Posts: 2717 Location: San Diego
|
|
| Back to top |
|
 |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1672 Location: Somewhere
|
Posted: Fri May 30, 2008 11:52 pm Post subject: |
|
|
Do you have Javascript disabled or popups from Javascript disabled? _________________ You really thought so, didn't you?
Donna Noble has left the library. Donna Noble has been saved. |
|
| Back to top |
|
 |
bgbirdsey Developer

Joined: 25 Sep 2007 Posts: 862 Location: Minnesota
|
Posted: Sat May 31, 2008 12:15 am Post subject: |
|
|
GAR! The default for firefox is to have the popup blocker tuned on.
Confusing because all the popup blocker plugins put an icon on the messagebar when they are active...
Turned blocker off, but it still doesn't work. Javascript is enabled. |
|
| Back to top |
|
 |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1672 Location: Somewhere
|
Posted: Sat May 31, 2008 12:19 am Post subject: |
|
|
I can still use it, even though I have Firefox's popup blocker turned on.
My guess is that your Javascript is disabled.
Firefox:
Goto Tools->Preferences (Edit->Preferences on Linux)
Click on Content
See if Enable Javascript is checked. _________________ You really thought so, didn't you?
Donna Noble has left the library. Donna Noble has been saved. |
|
| Back to top |
|
 |
bgbirdsey Developer

Joined: 25 Sep 2007 Posts: 862 Location: Minnesota
|
Posted: Sat May 31, 2008 12:30 am Post subject: |
|
|
I edited my post to add "Turned blocker off, but it still doesn't work. Javascript is enabled."
It may be that there is a borked installation of "Adblock Plus". It says disabled, but there is no simple way to enable it. I think I'll remove it and "reboot" firefox.
Second Post:
Just checked the error console. There is an error in the javascript of the chat button.
Error: illegal character
Source File: http://egoboo.informe.com/forum/index.php
Line: 1, Column: 12
Source Code:
window.open(\'http://egoboo.informe.com/forum/chat/chatbox.php?sid=e3b693f658226440e0c982e445109379\',\'7_ChatBox\',\'scrollbars=no,width=640,height=450\');; return false;
it may be an issue with Sun Java? |
|
| Back to top |
|
 |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1672 Location: Somewhere
|
Posted: Sat May 31, 2008 12:41 am Post subject: |
|
|
Someone messed up then, those backslashes aren't supposed to be there.
I found a workaround.
Go to the index page and click "Click to join chat" instead of "Chat".
Edit: Java? This uses Javascript, not Java. They are two different things. _________________ You really thought so, didn't you?
Donna Noble has left the library. Donna Noble has been saved. |
|
| Back to top |
|
 |
bgbirdsey Developer

Joined: 25 Sep 2007 Posts: 862 Location: Minnesota
|
Posted: Sat May 31, 2008 1:19 am Post subject: |
|
|
Just a guess, but I think that in Mozilla it is likely that Java and JavaScript are closely linked.
JavaScript functions must be interpreted by making some kind of "system calls". Since JavaScript is essentially a "stripped down" version of Java, it seems likely that the Mozilla designers would map JavaScript calls to equivalent Java calls.
Not doing this would require a significant amount of code duplication to implement the same function in Java and and in JavaScript. |
|
| Back to top |
|
 |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1672 Location: Somewhere
|
Posted: Sat May 31, 2008 1:45 am Post subject: |
|
|
No... Javascript is a totally different language:
| Wikipedia wrote: | JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard. It is a dynamic, weakly typed, prototype-based language with first-class functions. JavaScript was influenced by many languages and was designed to look like Java, but be easier for non-programmers to work with.[1][2] The language is best known for its use in websites (as client-side JavaScript) but is also used to enable scripting access to objects embedded in other applications (for example Microsoft Gadgets in the Windows Sidebar).
JavaScript, despite the name, is essentially unrelated to the Java programming language though both have the common C syntax, and JavaScript copies many Java names and naming conventions. The language was renamed from LiveScript in a co-marketing deal between Netscape and Sun in exchange for Netscape bundling Sun's Java runtime with their then-dominant browser. The key design principles within JavaScript are inherited from the Self programming language.
"JavaScript" is a trademark of Sun Microsystems. It was used under license for technology invented and implemented by Netscape Communications and current entities such as the Mozilla Foundation.[3] |
Mozilla Firefox does it's GUI in Javascript. _________________ You really thought so, didn't you?
Donna Noble has left the library. Donna Noble has been saved. |
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 2301 Location: Norway
|
Posted: Sat May 31, 2008 10:40 am Post subject: |
|
|
It works fine for me. I use both adblock and mozilla. I have Java enabled of course. _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
|