|
-
Mar 31st, 2003, 07:59 PM
#1
Thread Starter
PowerPoster
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.

-
Mar 31st, 2003, 09:20 PM
#2
PowerPoster
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.
-
Apr 1st, 2003, 12:31 AM
#3
Thread Starter
PowerPoster
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.

-
Apr 1st, 2003, 11:11 PM
#4
Thread Starter
PowerPoster
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.

-
Apr 2nd, 2003, 08:41 AM
#5
PowerPoster
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.
-
Apr 2nd, 2003, 01:08 PM
#6
Junior Member
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.
-
Apr 2nd, 2003, 01:21 PM
#7
Thread Starter
PowerPoster
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.

-
Apr 2nd, 2003, 01:34 PM
#8
Thread Starter
PowerPoster
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.

-
Apr 2nd, 2003, 01:37 PM
#9
Thread Starter
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|