Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set method to post for object

Status
Not open for further replies.

bthale

Programmer
Oct 31, 2001
108
US
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=&quot;reallylongURL&quot;>

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top