User Profile
Collapse
-
Visit me at Web development Freelancer from London , Uk -
I think there is a way using the windows APIs to enumerate thru all the open windows on your machine, and then identify if the window is a browser or not a browser, and if it is a browser get the refrence to its document object and then use the DHTML methods on the document and read the values from the required fields.
Regards
UrStop -
I have a piece of code in VB 6.0. Let me know if you want to take a look at it and draw ideas to convert it to VB.NET
Regards,
UrStop *Link to Site Purged*Last edited by Shashi Sadasivan; Dec 4 '07, 03:52 AM. Reason: user added link to adverd site - purging linkLeave a comment:
-
You can use the browser control object of VB 6.0 and open the ASP page using the control. It is equivalent to your IE browser and so you can use all the DHTML methods of IE from your VB code.
Regards,
UrStop...Leave a comment:
-
1. Thatz not how you call a funtion that is on the sever side from the button click in ASP.
You will have to submit the page on the button click and capture the form submission and in that call the runfile method.
2. Executing a exe on the server, this EXE even if you execute it succesfully will not be visible to you, it will be created in the ASP procress and is not visible to you, so if the EXE creates any problems it might...Leave a comment:
-
Apart from that, there are other things to take care of for this to work,
Check the IIS settings for Worker Process Recycling interval, and Idle recycling interval, you will have to play around this settings, because when the worker process recycles you will loose all your session data.
Take a look and let me know what you find.
Regards,
UrStopLeave a comment:
-
There are lot of things you can do as a starter, for ideas you might take a look at sourceforge.net . There you will find lot of projects being developed. Do not worry about the techonology, just pick one thing which intrests you and code it in ASP.
Regards,
UrStopLeave a comment:
-
I have not come across any sites that do pass other than ascii data in the query string, so there may be a limitation on the query string.
For example if you take this site http://news.bbc.co.uk/chinese/simp/hi/default.stm , all the content is in chinese, but they still use the links or query strings to be in english.
Regards,
UrStopLeave a comment:
-
Did you use transactions explictly in your SQL or only wondering about Query analyser transaction?...Leave a comment:
-
.NET comes with a calendar control which you can use it in your windows application. There is no need to use javascript etc for this. Do a google search on this for an example. Get back if you have any problems implementing the same.
Regards,
UrStopLeave a comment:
-
You can use validations controls that will validate the data and will post only when the data entered meets the requirements.
If the requirement is not met , the validation controls display a error message to the user.
Regards,
UrStopLeave a comment:
-
Posting as reply as there is no edit feature for my post to edit as moderator has remove the link. So adding the site name directly for user's reference. Do a search at the http://www.UrStop.com and the results must be extracted to word document.Leave a comment:
-
Word Automation from the client side javascript
I am trying to use word automation to generate word document with the results from the client side javascript. So is there any work around to disable the Active X warnign I get on the page?
My requirement is say , I have my page of search results at {link removed by moderator} my site Appartment for Rent in Hyderabad. I would like to have the option of user saving those results in the word document by clicking on the button. I know...
No activity results to display
Show More
Leave a comment: