Ask a Question related to ASP, Design and Development.
-
Gareth Bosman #1
VBS file passing values to ASP URL
Hi,
I have a VBS file and I would like to call an ASP web page and pass it
values in the URL.
Is this possible??
Cheers,
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Gareth Bosman Guest
-
Passing JavaScript values
I've created a JavaScript that totals a column of numbers input by a site visitor. Is there a way to bring that information with me when I jump to a... -
WinHTTP Passing values asp to asp
Hello, I have the following structure, Form page My Server 2nd server html ---------->My.asp------->2server.asp User can... -
Passing db values to function
Hello, I am creating dynamic images with corresponding checkboxes by pulling data from an Access database. The onchange event of the checkboxes... -
Combo Box and passing values
i created at form in flash(http://digidem.net/test/test_tony.hml) and after filling out the text fields and selecting from the combo box and pressing... -
passing through values
Hello i wanna pass through the value model like this <form method="get" action="meeet.htm"> <div align="center">Nummer: <input type="input"... -
Manohar Kamath [MVP] #2
Re: VBS file passing values to ASP URL
you have to invoke IE executable and pass the URL
Call "C:\Program Files\Internet Explorer\iexplore.exe"
[url]http://myserver/mypage.asp[/url]
--
Manohar Kamath
Editor, .netBooks
[url]www.dotnetbooks.com[/url]
"Gareth Bosman" <gareth.bosman@planettrade.net> wrote in message
news:%23KdA$ohdDHA.2176@TK2MSFTNGP09.phx.gbl...> Hi,
>
> I have a VBS file and I would like to call an ASP web page and pass it
> values in the URL.
> Is this possible??
>
> Cheers,
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Manohar Kamath [MVP] Guest
-
Aaron Bertrand - MVP #3
Re: VBS file passing values to ASP URL
Sure, use the code from here, without the server. prefix(es):
[url]http://www.aspfaq.com/2173[/url]
"Gareth Bosman" <gareth.bosman@planettrade.net> wrote in message
news:#KdA$ohdDHA.2176@TK2MSFTNGP09.phx.gbl...> Hi,
>
> I have a VBS file and I would like to call an ASP web page and pass it
> values in the URL.
> Is this possible??
>
> Cheers,
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Aaron Bertrand - MVP Guest



Reply With Quote

