The webforms tag has no wiki summary.
0
votes
1answer
312 views
IE7 doesn't retain form input when back button is used?
I recall IE having the ability to repopulate or maintain the form fields when the back button is used.
For example I have a form with two fields.
<form action="some/page" method="get">
...
4
votes
2answers
434 views
Load website and fill form from the command line
Using the Linux command line (Bash shell) I like to load a specific website in my browser (normally Firefox, but other one would be ok as well as long it runs under Linux) and fill a pre-defined form ...
3
votes
1answer
330 views
Logging into webpage via script
I'm trying to automate the extraction of some information from a website that first requires me to log in. I have done this in the past (years ago) using wget, but that method no longer seems to work ...
1
vote
4answers
2k views
How do I enter strikethrough text in a web form
Is it possible to submit some text in web form where some of the text is in strikethough?
Is there some Alt key combination that I can use?