Jump to content

sending url to asp pages


eitan
 Share

Recommended Posts

hi

i have been trying to accomplish the following:

send a url with parameters to an asp page without opening an IE window.

what i am doing is writing a script to send sms messages over the web through

my account.

i tried:

run("rundll32 url.dll,FileProtocolHandler http://www.mysite.com/index.asp"&$url)

and it works fine...but opens an explorer window to perform the task.

i want it to work "clean" just from inside the script

thanks

Link to comment
Share on other sites

hi

i have been trying to accomplish the following:

send a url with parameters to an asp page without opening an IE window.

what i am doing is writing a script to send sms messages over the web through

my account.

i tried:

run("rundll32 url.dll,FileProtocolHandler http://www.mysite.com/index.asp"&$url)

and it works fine...but opens an explorer window to perform the task.

i want it to work "clean" just from inside the script

thanks

You could try adding ,@SW_HIDE to the end off the run command.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...