hi,
I want to create a image with hyperlink just like (<a href="..."><img src="..."></a>).
But that href and src should be given by a user only.
i mean that my code should ask a user to enter the url and the image src path. Based on his input i have to create a hyperlinked Image. More over it be should appending mode.
Example:
1. Code should ask user to enter the url and src path will be in browse option.
2. Once user provide the url and the src it should store in a variable or something
3. Then nth hyperlinked image followed by the button ( here button is that which user will click by cliking this button my code should follow step1 )
4. Again step 1(ideally it should be in a loop)
Please help me out in this using javascript?
if any one has any problem in understanding the question please contact me +91-885-314-9948.
Thanks in Advance.
I need to create a hyperlinked Imagesrajasekhar June 25, 2012 at 7:39 PM
hi, I want to create a image with hyperlink just like (<a href="..."><img src="..."></a>). But that href and src should be given by a user only. i mean that my code should ask a user to enter the url and the image src path. Based on his input i have to create a hyperlinked Image. More over it be should appending mode. Example: 1. Code should ask user to enter the url and src path will be in browse option. 2. Once user provide the url and the src it should store in a variable or something 3. Then nth hyperlinked image followed by the button ( here button is that which user will click by cliking this button my code should follow step1 ) 4. Again step 1(ideally it should be in a loop) Please help me out in this using javascript? if any one has any problem in understanding the question please contact me +91-885-314-9948. Thanks in Advance.
Post your Comment