Ok, here is my dilemma, I've been experimenting with forms in javascript, but have been unable to achieve anything productive.
I would like to have a form containing one text field in which the user types the url of an image, clicks submit, and the image appears on the page.
I can't figure out how to take the string variable and use it as an image source.
Please help, any code is appreciated. thanks
I would like to have a form containing one text field in which the user types the url of an image, clicks submit, and the image appears on the page.
I can't figure out how to take the string variable and use it as an image source.
Please help, any code is appreciated. thanks