Results 1 to 9 of 9

Thread: aspx files visible on netscape?

  1. #1

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336

    aspx files visible on netscape?

    Was just wondering that since ASP.NET files use jscript/vbscript are they veiwable on netscape browsers?
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464

    Re: aspx files visible on netscape?

    Originally posted by Arc
    Was just wondering that since ASP.NET files use jscript/vbscript are they veiwable on netscape browsers?
    Yes, they are viewable in all browsers that support the html standards. You can even target your pages to certain browsers if you wish. ASP.Net pages are completely created at the server, and sent as a pure html page to the client.

  3. #3

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    Great that's what i thought, but i just wanted to mkae sure
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  4. #4

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    i just learned that if you do client side code such as a validation form then it will only run on I.E. Which mean you pretty much have to code everything server side.
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  5. #5
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Right, that is because the default client side code is in vbScript. You will need to alter them to javascript in order to be compatible.

  6. #6
    Junior Member Gog's Avatar
    Join Date
    Mar 2003
    Posts
    17
    when i used netscape 7.0 , it just wanted to download aspx files instead of show them. I have upgraded to Netscape Navigator 7.02 in the mean time and haven't tried it yet, so maybe it works now?

    //edit

    I just tried it and it works
    Last edited by Gog; Apr 2nd, 2003 at 01:15 PM.

  7. #7

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    Originally posted by hellswraith
    Right, that is because the default client side code is in vbScript. You will need to alter them to javascript in order to be compatible.
    Actually the default clintside script is Jscript, but you can change it to VBscript. But either way neither of those run on NetScape as Jscript isn't Javascript, it's Microsofts own version of Javascript.
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  8. #8

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    Well actually i just ran it with Jscript on netscape7.0 and it seemed to work...hmm How confusing.
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  9. #9

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    But hmm i just tried it with VBScript and it worked too That can't be right. I'm testng it localy on my computer does it work diffrently on a remote server?
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width