bcooney Posted November 29, 2011 Posted November 29, 2011 I'd like to create a webviewer that displays both an image(s) stored in SC and a text field(s) (this is an html email preview). Is this possible?
ooparah Posted November 29, 2011 Posted November 29, 2011 Bcooney, This is possible, barring a few restrictions -- namely, sending an html would "require" 360Works' Email plugin. Before I begin diving into a lot of specifics, it would benefit me if I knew what exactly are you trying to do? I do not completely understand what you are trying to accomplish. If you are simply trying to display an image and a text field... tossing the necessary text fields on a layout seems like it would be the quickest "fix" for this. Alternatively, you may want to display a "custom" web viewer that contains multiple parts (image, text, etc). If that is the case, you would ultimately have to write your own html web page which would be pointed to by the Web Viewer and contain the html that would display your desired image and text fields -- probably having to query FileMaker for the data and SuperContainer URL path at which the image file is located, etc. etc. So, if you could give me the rundown on what you're trying to accomplish... that may help give me a better idea and then I will be able to formulate a decent, but perhaps long-winded, reply. Regards,
bcooney Posted November 29, 2011 Author Posted November 29, 2011 Yes B. And I seemed to have achieved the multiple parts by using: "data:text/html," & "<html> <body> This is text <iframe src="http://173.77.157.239/SuperContainer/Files/PREF/Header" frameborder="0"</iframe> </body> </html>"
bcooney Posted November 30, 2011 Author Posted November 30, 2011 I just changed from the iframe to img src and used the RawData url. All good. Yes, this is a preview of an html email that'll be sent with 360works email plugin.
Recommended Posts
This topic is 4994 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now