Where does Feedback place it's code in the Help?

This forum is for general questions about Feedback Explorer and Feedback Server.
Post Reply
donrasky
Propeller Head
Posts: 17
Joined: Tue Mar 09, 2010 12:23 pm

Where does Feedback place it's code in the Help?

Post by donrasky »

Where does Feedback place its code in the HTML page, and what does it look like? Is it easy and obvious to find?

I'm asking mostly because I haven't seen any code samples and we are scheduled to begin our implementation and smoke test of Feedback next week. If I get questions and "Is this the code?" or "Where does it place the code?" I would like to be able to recognize it and explain what I can if needed.

Thanks!
NorthEast
Master Propellus Maximus
Posts: 6359
Joined: Mon Mar 05, 2007 8:33 am

Re: Where does Feedback place it's code in the Help?

Post by NorthEast »

If you mean the feedback comments that can be added to the bottom of the page, the code will be in an iframe tag and look something like this:

Code: Select all

<iframe id="topiccomments" name="topiccomments" title="Topic Comments" src="../Skin/TopicComments.htm" ....></iframe>
Post Reply