From: Axel Brotten on 4 Feb 2010 14:31 This is going to be dumb, but my mind is mush and I know I've done this before. I have an ASP page that works fine when accessing it via the browser URL bar: i.e.. http://webaddress/dir/something.asp What I would like to do is to run the script from an html home page. So in the header of the page, I want to execute the script. I can do so with a link, but that's not the desired method. I just can't seem to remember how to do this and of course scrowing the interweb yields all kinds of links that are just not relevant. Probably the search criteria. Anyway, can someone jog this old dog's memory please? Thanks...
From: Bob Barrows on 4 Feb 2010 17:19 Axel Brotten wrote: > This is going to be dumb, but my mind is mush and I know I've done > this before. > > I have an ASP page that works fine when accessing it via the browser > URL bar: i.e.. http://webaddress/dir/something.asp > > What I would like to do is to run the script from an html home page. > So in the header of the page, I want to execute the script. I can do > so with a link, but that's not the desired method. > > I just can't seem to remember how to do this and of course scrowing > the interweb yields all kinds of links that are just not relevant. > Probably the search criteria. > > Anyway, can someone jog this old dog's memory please? > run a server-side script in a browser ... sounds oxymoronic to me. Unless you're thinking about using AJAX or JSON to retrieve the results of a page that's run on a server ... -- HTH, Bob Barrows
From: Auric__ on 5 Feb 2010 09:34 On Thu, 04 Feb 2010 19:31:57 GMT, Axel Brotten wrote: > This is going to be dumb, but my mind is mush and I know I've done this > before. > > I have an ASP page that works fine when accessing it via the browser URL > bar: i.e.. http://webaddress/dir/something.asp > > What I would like to do is to run the script from an html home page. So > in the header of the page, I want to execute the script. I can do so > with a link, but that's not the desired method. > > I just can't seem to remember how to do this and of course scrowing the > interweb yields all kinds of links that are just not relevant. Probably > the search criteria. > > Anyway, can someone jog this old dog's memory please? AFAIK, with pre-.Net ASP (don't know about ASP.Net) an ASP page can only be included in another ASP page. -- You can't defend something that was never in any danger.
|
Pages: 1 Prev: Problems with VBScript - RegRead when running as a service Next: Reformat text with a script |