Script that fill the text boxes
-
Hi, I want to make a script that fill the particular text boxes. I want to paste this script in the browse window and the text boxes fill automatically. can any one suggest how i do this. Thanks....
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q
-
Hi, I want to make a script that fill the particular text boxes. I want to paste this script in the browse window and the text boxes fill automatically. can any one suggest how i do this. Thanks....
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q
The only way to do this, is to have very specific knowledge of the format of a page, and then inject javascript that does what you want. It's not easy to do at all, I'm almost certain it would be beyond you.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
The only way to do this, is to have very specific knowledge of the format of a page, and then inject javascript that does what you want. It's not easy to do at all, I'm almost certain it would be beyond you.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
yes. i know this. and i have a full knowledge of full page structure. can you provide any sample for fill the text box. Thanks
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q
-
yes. i know this. and i have a full knowledge of full page structure. can you provide any sample for fill the text box. Thanks
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q
No, that's obviously impossible. I'd need to know the HTML first. You need to access the controls either by index, or by name. Then you'd need to write a program that requests the page, injects the javascript, and views it, probably a VB or C# program with a web browser control in it. Or a browser plug in.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.