![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | Hi Everyone I have designed an internet ordering web site for my clients using FrontPage 2003 and VBScript. Recently, several of them came back to me and said that some of their customers could not use the web site. In each case, their customers were using Macs and/or Netscape as the browser. Does this mean that I will have to rewrite the entire web site and replace all VBScript code with JavaScript? And if so, will the site then be available to both Mac and Windows users, Internet explorer and Netscape? I have never used JavaScript and when I have looked at code examples it didn't look like a scripting language that I would be comfortable with! I am a Visual FoxPro developer and found VBScript quite easy to use and understand. Also, would it be possible (or make sense) to recode the web site so that it could use either VBScript or JavaScript depending on the user's browser? Thanks in advance - Debbie |
|
| | #2 (permalink) |
| Civilians | Vbscript on the client is supported by IE only. For client, use javacsript. For script on the server like with ASP, you can use vbscript or javasript. And it doesn't matter what browser they use because the script is executed at the server. The default script language for ASP is vbscipt. For your last question. *I* think it would be difficult to implement. And will bring up the same questions, which language to use and whether to run at the client or the server. ...PC Debbie wrote: > Hi Everyone > > I have designed an internet ordering web site for my clients using FrontPage > 2003 and VBScript. Recently, several of them came back to me and said that > some of their customers could not use the web site. In each case, their > customers were using Macs and/or Netscape as the browser. > > Does this mean that I will have to rewrite the entire web site and replace > all VBScript code with JavaScript? And if so, will the site then be > available to both Mac and Windows users, Internet explorer and Netscape? I > have never used JavaScript and when I have looked at code examples it didn't > look like a scripting language that I would be comfortable with! I am a > Visual FoxPro developer and found VBScript quite easy to use and understand. > > Also, would it be possible (or make sense) to recode the web site so that it > could use either VBScript or JavaScript depending on the user's browser? > > Thanks in advance - Debbie > > |
|
| | #3 (permalink) |
| Civilians | Well, I'm glad to hear that I don't have to rewrite all the ASP code! That's good news at least. So, I only need to deal with stuff client-side. I use external scripts so I'm not sure whether or not they are considered client-side or server-side. Sorry to appear so thick, but could you please tell me if, when I include the following code/tag in my page web page, whether I am running the scripts client-side or server-side: <script language="vbscript" src="scripts/exit.vbs"></script> Thanks for your help - Debbie "p c" <nospam@nospam.com> wrote in message news:q7CdncAwpoab2KXeRVn-qw@comcast.com... > Vbscript on the client is supported by IE only. For client, use > javacsript. > > For script on the server like with ASP, you can use vbscript or javasript. > And it doesn't matter what browser they use because the script is executed > at the server. The default script language for ASP is vbscipt. > > For your last question. *I* think it would be difficult to implement. And > will bring up the same questions, which language to use and whether to run > at the client or the server. > > ..PC > > > Debbie wrote: > >> Hi Everyone >> >> I have designed an internet ordering web site for my clients using >> FrontPage 2003 and VBScript. Recently, several of them came back to me >> and said that some of their customers could not use the web site. In >> each case, their customers were using Macs and/or Netscape as the >> browser. >> >> Does this mean that I will have to rewrite the entire web site and >> replace all VBScript code with JavaScript? And if so, will the site then >> be available to both Mac and Windows users, Internet explorer and >> Netscape? I have never used JavaScript and when I have looked at code >> examples it didn't look like a scripting language that I would be >> comfortable with! I am a Visual FoxPro developer and found VBScript >> quite easy to use and understand. >> >> Also, would it be possible (or make sense) to recode the web site so that >> it could use either VBScript or JavaScript depending on the user's >> browser? >> >> Thanks in advance - Debbie |
|
| | #4 (permalink) |
| Civilians | That one is client based, using vsscript. It will run in IE, will be ignored by other browsers. And it uses a linked (external) file for the code, wich is supported by newer browsers. If the scrip tag identifies the language as "javascript", it will be supported by all browsers. It will run if the users have not disabled scripting. ...PC Debbie wrote: > Well, I'm glad to hear that I don't have to rewrite all the ASP code! > That's good news at least. > > So, I only need to deal with stuff client-side. I use external scripts so > I'm not sure whether or not they are considered client-side or server-side. > Sorry to appear so thick, but could you please tell me if, when I include > the following code/tag in my page web page, whether I am running the scripts > client-side or server-side: > > <script language="vbscript" src="scripts/exit.vbs"></script> > > Thanks for your help - Debbie > |
|
| | #5 (permalink) |
| Civilians | Okay, think I understand now. Guess I'd better head to Barnes & Noble and invest in a few good JavaScript books! Thanks for your help - much appreciated. Regards - Debbie "p c" <nospam@nospam.com> wrote in message news:htSdnb60te_OQKTenZ2dnUVZ_tOdnZ2d@comcast.com. .. > That one is client based, using vsscript. It will run in IE, will be > ignored by other browsers. And it uses a linked (external) file for the > code, wich is supported by newer browsers. > > If the scrip tag identifies the language as "javascript", it will be > supported by all browsers. It will run if the users have not disabled > scripting. > > ..PC > > > Debbie wrote: >> Well, I'm glad to hear that I don't have to rewrite all the ASP code! >> That's good news at least. >> >> So, I only need to deal with stuff client-side. I use external scripts >> so I'm not sure whether or not they are considered client-side or >> server-side. Sorry to appear so thick, but could you please tell me if, >> when I include the following code/tag in my page web page, whether I am >> running the scripts client-side or server-side: >> >> <script language="vbscript" src="scripts/exit.vbs"></script> >> >> Thanks for your help - Debbie >> |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advice needed | Don | Web Design | 9 | 03-04-2005 16:00 |
| [News Feed] New Netscape Browser Supports Internet Explorer | Forum Mouse | News Articles | 0 | 12-01-2004 04:00 |
| Pocket Internet Exploer | James | Microsoft Applications | 3 | 07-24-2004 00:18 |
| Advice Needed | Michael M. Cohen | Web Design | 1 | 07-23-2004 15:07 |
| plugins for Internet Explorer and Netscape for webpage rendering | Neil Morris | Web Design | 3 | 06-15-2004 11:14 |
![]() | ![]() | ![]() |