Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
PederA #1
load images from database into textarea
Hi
Im trying to load a small pice of HTML from our CMS system into the textarea
component.
If an image src is a dynamic file the image is not rendered
<p><img src="http:/www.mysite.com/images/image.asp?id=15"></p>
When i change the HTML to :
<p><img src='http:/www.mysite.com/images/vinter.jpg'></p>
evrything works fine!
If i try loading the image into flash using
..loadMovie("http:/www.mysite.com/images/image.asp?id=15") it works OK...
Does anyone have an idea why the textarea won't show dynamic images ???
Best regards
PederA
PederA Guest
-
Using PHP + Images in an html TextArea tag
I'm trying to add images to a TEXTAREA tag (in my PHP web page) using the usual image tag: <INPUT TYPE="image" etc. But the images are not... -
How to load external text into textarea?
I did a search on this forum but could find anything. I have a website where I write reviews for items. I dont think that it is smart to store the... -
Problem with Textarea field or my database ?
Hi I have a little problem with my database and php. In one of my tables i'll creted field of type Text. When i try to put some larger than 255... -
Load images from a database
Is there a way of loading images stored in a database? I'm using sql server 2000 and the flash content is embbed in a vb.net application. Thanks -
Removing carriage returns from <textarea></textarea> input
Hiya, I have a form with a <textarea></textarea> to receive user input. This input is then stored in a database and sent by fax... I need to...



Reply With Quote

