I have an image that is obtained from another server. The url is quite long (over 8000 chars). When I try to display by using the img element
<img src="reallylongURL">
it will not show, but if I cut and paste the url into the browser, the image appears.
I was told that I could use the OBJECT element and possibly add a parameter that told the url to use the POST method. Anybody know how this is done?
<img src="reallylongURL">
it will not show, but if I cut and paste the url into the browser, the image appears.
I was told that I could use the OBJECT element and possibly add a parameter that told the url to use the POST method. Anybody know how this is done?