Click to See Complete Forum and Search --> : code generator help
starrwriter
04-17-2003, 10:17 PM
I'm trying to modify a code generator script that (among other things) inserts images into an HTML document by typing in the image name on a form text area.
How do I eliminate the absolute path and change this output
img src="file:///C:/WINDOWS/Desktop/Editor/1.gif" to
img src="1.gif"?
DrDaMour
04-17-2003, 10:34 PM
supply a link or upload the scrpt that is creating the form, that seems like it's using a <input type=file> but i'm lost as to where you are coming from, really would have to see it in action unless you can describe teh situation better.
starrwriter
04-17-2003, 10:53 PM
Originally posted by DrDaMour
supply a link or upload the scrpt that is creating the form, that seems like it's using a <input type=file> but i'm lost as to where you are coming from, really would have to see it in action unless you can describe teh situation better.
Script WAY too big to paste here and not online. Input type=text. This is a javascript HTML generator that uses a form for input of various elements like font properties, links, images, etc.
DrDaMour
04-18-2003, 12:51 AM
then upload it.....zip it and upload