Jump to content

Javascript and FireFox browser problem

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
DCaban

DCaban

    Newbie

  • Members
  • PipPip
  • 24 posts
Hey Everyone,

I'm currently creating my pages with Visual Web Developer 2008 express edition. I'm currently using the latest FireFox browser. When I debug my project, FireFox directs me to this page instead:

Posted Image

Basically, instead of normally debugging and displaying my pages, it displays them as a link that I have to click on. What am I doing wrong? Is there an option in FireFox that'll fix this issue or is it something in visual web developer. The reason why this is in the javascript forum is because it is only affecting the files that have javascript in them.

Please help :confused:

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It's possible there's ActiveX used for doing the debug, which only runs under IE.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
DCaban

DCaban

    Newbie

  • Members
  • PipPip
  • 24 posts
Hmmm,...I copied my pages in notepad, and everything worked perfectly. So you're saying that VWD will not display my pages properly in Firefox because of the ActiveX used during debug mode? That is total and complete madness! There just HAS to be a way around this....guess i'll start debugging in IE.

#4
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts

DCaban said:

Hmmm,...I copied my pages in notepad, and everything worked perfectly. So you're saying that VWD will not display my pages properly in Firefox because of the ActiveX used during debug mode? That is total and complete madness! There just HAS to be a way around this....guess i'll start debugging in IE.

There's a way to hack ActiveX to some extent into Firefox, but ActiveX is a somewhat insecure and dangerous Microsoft extention when used maliciously, that is why Firefox does not include support for it, as it's only for Windows as well.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Microsoft assumes you are using Microsoft products (Windows, IE, etc), and therefor that you are supporting ActiveX. Unfortunately, it can also do fun things like install viruses on your computer without asking permission. JavaScript simply cannot do that in any browser. Writing cross-browser compatible JavaScript is harder, however, and Microsoft doesn't have a lot of incentive to create it, or even use it, in their debugging tools.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
guys, i think he just wants to open the default or index page by default when opening a directory like "localhost/mysite/".
if thats your problem you will just need to add the name of the default page in IIS configuration
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#7
DCaban

DCaban

    Newbie

  • Members
  • PipPip
  • 24 posts
I figured out the problem, amrosama.Thanks for the suggestion. And by the way, I'm a lady. =)

#8
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
you are welcome :). hope i can help you next time
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript