Saved Bookmarks
| 1. |
Solve : Can someone create a batch file for me?? |
|||||||||
|
Answer» I am hoping someone can make me a batch file where it will automatically submit the answer at the end.
the batch file i need or the program i need would be - where it automatically validates the code. if you COPY all that info and call it whatever.html you will see it I apologize for the spam that took over your topic. It has been removed. I do not have the answer to your question, but I hope you will receive help soon.All the html code does is display 9 radio buttons and a validate button. Where did this code come from? and what exactly do you want to validate? Batch code does not have the functionality to validate web pages. What you can do is create an external script which can create an INSTANCE of a web browser (IE has a InternetExplorer.Application object; Firefox has one too but it's older than dirt and I'm not sure it will work with the newer releases). Once you create the instance you can use the methods and properties of the browser object to set values and submit the form for validation. Check out Internet Explorer Object for more help or post your questions here and we'll see what we can do. Good luck. Try http://validator.w3.org/#validate_by_input. I think it will work. But next TIME, don't post this in the MicroSoft DOS section. |
||||||||||