Hey Guys, I've come across a little problem with something I'm working on. So i have this idea and want to know if its feasible.
I've got a bunch of html in a database with some image tags. They look like this currently. <img src='images/myimage.png'> The problem is we have a custom solution that requires the images to have the full path name to work correctly. That's a problem because this app. is going to be installed on the end users system. So I was wondering if I could do something like this in the database and have Director do its magic at runtime. <img src='" & the pathName & "/images/myimage.png'>" I could parse everything at runtime but I'm trying to avoid that. If that's not feasible anyone have any other ideas? Thanks a bunch! Bill _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
