Fill fields on a webpage
Posted
by
MajuiF
on Stack Overflow
See other posts from Stack Overflow
or by MajuiF
Published on 2010-12-31T23:11:26Z
Indexed on
2010/12/31
23:53 UTC
Read the original article
Hit count: 176
Hi everyone,
I've already asked this question, but it's still too unclear to me, and it seems people haven't understood what I'm trying to do, so I'll try and be clearer.
This website: https://www4.polymtl.ca/poly/poly.html is the website I want to fill.
What I would like to be able to do, is modify the values of the "nip", "code", and "naissance" fields with text (for example, code being "majuif").
<input type=password name=code size=8 maxlength=8>
<input type=password name=nip size=8 maxlength=8>
<input type=password name=naissance size=8 maxlength=8>
However, I don't know how to do that. And this is my problem.
Should I write another HTML file - I don't know if the word "macro" can be used for that, but I'm pretty sure it can - and insert JavaScript in it?
Please note that I'm not a professional in JavaScript or HTML, but I have basics, and still learning.
Thanks,
-Max.
© Stack Overflow or respective owner