Link to home
Start Free TrialLog in
Avatar of pssolanki
pssolanki

asked on

opening ASP page through C program.

Hi
I have to make a C program which will open the ASP page of the a domain server( which i out of my controle)
Normally when i open it with my IE then it shows next botton after clicking it asks for the email id, then for contry code, then the page which i really wanted.
I need to open this page directly on my home page.


I tried to pass the arguments in the address bar but it doesnt worked.(as it was calling some methods)

Now My question is that Is there any way to pass all arguments to that asp program and open the page i need in a single click.  is there any function like HTRequest ,HTProfile_newPreemptiveClient,HTPrint_setCallback ..... and how to use those function to open http page in C program??

Avatar of bhagyesht
bhagyesht
Flag of India image

there is one way apart from writing the C program, u can save the page locally and change the html to have ur email id predefined. once u have that change the form's action method to reflect the complete URL instead of a relative URL. this should solve your problem.

if u give me the url and i can change the html to suit ur requirements.
Avatar of pssolanki
pssolanki

ASKER

I had tried it but the link for that page is same and defininf emailid into the page doesnt help. It directs to the starting page only.
Souldnt be unless they use session variables if thats so then ur c program wont work. can u pass the link so that i can try and get back? leave it on bkt72@rediffmail.com
ok take this link for an example which scans your desktop
i want to scan the desktop directly without entering any parameters.
it happens only when we do it more than once but i need it to do on the first click.

can u suggest anything about this??

http://www.pandasoftware.com/activescan/com/default.asp?language=2&Country=63&Par
tner=1&Ref=PR-AS-107
Souldnt be unless they use session variables if thats so then ur c program wont work. can u pass the link so that i can try and get back? leave it on bkt72@rediffmail.com
ASKER CERTIFIED SOLUTION
Avatar of bhagyesht
bhagyesht
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
pssolanki:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.