Re: General VBScript Questions



mayayana wrote on 23 dec 2006 in microsoft.public.scripting.vbscript:




So, suppose you have a website and need to generate an email whenever
another service (i.e. Paypal) invokes a URL which points to your
website ...

Is having a VBScript on your website one way to do this?


My own site is on Unix, so I use PHP and
Perl if I need to do things like that. I don't know
anything about running ASP. Some people here
probably do, and you might get a good answer,
but I expect you'd be better off finding an ASP
group.

It's a bit awkward. This is a VBScript group, but
VBS is used for several very different things. If
you look at the posts here you'll see that lots of them
deal with network admin's issues - using scripts
on commercial networks. Other people are writing
script utilities with IE - sometimes for fun, sometimes
commercially. A lot of people are discussing WMI,
which is actually entirely different, but it shows up
here because people using WMI are often using it
through VBS. So a few people who show up here
will be dealing with ASP, but it's not an ASP group.

ASP is a serverside paltform where you can use VBscript and J[ava]script
in your file and the result will render an html file that is sent to the
client browser.

try:

microsoft.public.inetserver.asp.general

However it pays of to first read the archive of a NG,
before asking questions that have been answered.

Studying faqs and tutorials also helps, starting with:

<http://www.w3schools.com/asp/default.asp>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
.



Relevant Pages

  • Converting ASP site to .NET
    ... existing personal website to .NET from classic ASP. ... I'm assuming I want my aspx files in the root of my site in the same ... Previously I had my server set up so that the root folder of my web was ...
    (microsoft.public.dotnet.general)
  • Re: Forcing ASP.NET 1.1 isnt working
    ... Since the home page was asp (unmanaged code), ... the website require access to the 2.0 framework directory. ... (and without reconfiguring any existing apps to run under ASP.NET 2.0). ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Manually Configure site for ASP .NET 2 - Revisited
    ... but with Windows XP x64 Edition. ... Configuring web site http//localhost/DotNetNuke to ASP .NET 2.0 failed. ... devices", I have created a website, but as soon as I carry out the last ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Migration to new hardware
    ... can anyone give me a heads up on the Intranet website inability to log ... local only to be sure it was pulling from local box through host file and not ... windows login rather than the webpage login. ... Another is just a plain website that's still in asp. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Programmer reluctant to move to .NET
    ... Aside from other issues that have been addressed nobody said anything -- ... government has gotten serious about compelling website publishers to make ... What benefits could I really expect from moving from ASP to .NET? ... I would like to know what problems/issues are involved in moving from ...
    (microsoft.public.dotnet.general)

Loading