hello,
as we know when a user wanna post a Image, probably he/she will click on the Inter Image icon, and then input the image link in the script prompt and then click OK.
What I think is to add a link to the each of Images pasted through the Script Prompt, the coding can be as below:
so, there will be a hyperlink added to each of the images pasted in my forums, and when a user clicks on the image, will be redirected to the homepage of my site.
anyone can tell me in which page i can add the code above?
Thank you!!!
as we know when a user wanna post a Image, probably he/she will click on the Inter Image icon, and then input the image link in the script prompt and then click OK.
What I think is to add a link to the each of Images pasted through the Script Prompt, the coding can be as below:
Code:
<input type=image onload='javascript:if(this.width>750) this.width=750' src=imageUrl onclick=document.location='mywebSite'>
anyone can tell me in which page i can add the code above?
Thank you!!!
Comment