Hi guys! I'm pretty much lost when it comes to javascript and I'm hoping somebody can help me. What I have is a form that when the "Do URL" button is clicked, it drops the url into the text field. But now I want to be able to add values to the url when the "Do URL" is clicked. This is what the url would look like:
Code:
http://yoohoo.com/login_whatever.php?username=USERNAME&password=PASSWORD
Where you see the uppercase username and password is where I want to add the values from the login fields. Here's the code I'm using now for the form:
http://area52.heliohost.org/misc/url_form.html
Thanks for any help.