View Single Post
Old 12-02-2012, 10:55 PM   PM User | #1
byrondallas
New Coder

 
Join Date: Jul 2011
Location: USA
Posts: 39
Thanks: 0
Thanked 1 Time in 1 Post
byrondallas is an unknown quantity at this point
Add Values to URL

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.

Last edited by byrondallas; 12-03-2012 at 07:58 AM..
byrondallas is offline   Reply With Quote