Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsNeed  > tag in a report and its not working yet.Need > tag in a report and its not working yet.
Previous
 
Next
New Post
4/5/2013 11:42 AM
 

Hi Charles, Thanks for all you are doing for this project!

I have a crazy idea to use the report module to show a page full of hyperlinks and relatively small iframe windows so that I can view one report page and see instantly if each my websites are up and running. Looking at the output of the iframe tag should show a small piece of each site.

I have created an custom table containing domain names and an html template for the report to show the links and the iframes. The html template is pasted below. The links appear but the iframes do not. Can you see what I am missing? or suggest a different way to go about it? Thanks - Mark Buelsing

<table ID="CustomFrameReport">
<tr>
<td><a href="http://www.[DomainName]" target="_blank">[DomainName]</a></td>
<td><iframe src="http://www.[DomainName]" width="200px" height="70px" scrolling="no"></iframe></td>
</tr>
</table>

- the following is what the view source window shows has been sent to the browser. Notice that the iframe tags are missing. I don't know why. It is a security feature?

<!-- Start_Module_1040 --><div id="dnn_ctr1040_ModuleContent" class="DNNModuleContent ModDNNReportsC">


<div id="dnn_ctr1040_ViewReports_Visualizer_pnlContent">
<div class="DNN_Reports_HTML_Item"><table ID="CustomFrameReport">
<tr>
    <td><a href="http://www.ihom.org " target="_blank">ihom.org </a></td>
    <td> </td>
</tr>
</table></div><div class="DNN_Reports_HTML_Item"><table ID="CustomFrameReport">
<tr>
   <td><a href="http://www.LetItShine.biz " target="_blank">LetItShine.biz </a></td>
   <td> </td>
</tr>
</table></div><div class="DNN_Reports_HTML_Item"><table ID="CustomFrameReport">
<tr>
   <td><a href="http://www.saint-max.org " target="_blank">saint-max.org </a></td>
   <td> </td>
</tr>
</table></div>
</div>

</div><!-- End_Module_1040 -->

 
New Post
5/18/2013 11:29 PM
 

I think you are missing some things maby..... here is a simple phrase to change color that I created and have tested (kind of similar) knowing it works: SELECT FirstName as '<font size="3" color="red">FirstName</font>', LastName FROM users

 I think you need to adjust the table as so:
<td> Domain name as '<a target="_blank" href="http://www.[DomainName><[DomainName]</a>'

Domain Name added will give you visible text

The as' before the < and at the end seems to work for me.... Let me know if it works im intrigued now....


 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsNeed  > tag in a report and its not working yet.Need > tag in a report and its not working yet.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out