Jump to content

Recommended Posts

Posted

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

Posted

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

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
×
×
  • Create New...