Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 09-26-2005, 20:00   #1 (permalink)
Debbie
Civilians

 
Default VBScript, JavaScript, Internet Exploer, Netscape and Macs - Help & Advice Needed Please!

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


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 09-26-2005, 20:00   #2 (permalink)
p c
Civilians

 
Default Re: VBScript, JavaScript, Internet Exploer, Netscape and Macs - Help& Advice Needed Please!

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
>
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-27-2005, 20:00   #3 (permalink)
Debbie
Civilians

 
Default Re: VBScript, JavaScript, Internet Exploer, Netscape and Macs - Help & Advice Needed Please!

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



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-28-2005, 00:00   #4 (permalink)
p c
Civilians

 
Default Re: VBScript, JavaScript, Internet Exploer, Netscape and Macs - Help& Advice Needed Please!

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
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-28-2005, 12:00   #5 (permalink)
Debbie
Civilians

 
Default Re: VBScript, JavaScript, Internet Exploer, Netscape and Macs - Help & Advice Needed Please!

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
>>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 22:06.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 1.11666 seconds with 20 queries