google map in cute editor

Last post 06-05-2009, 8:03 AM by sjthakkar. 2 replies.
Sort Posts: Previous Next
  •  06-05-2009, 12:05 AM 52811

    google map in cute editor

    hi.
     
    i want to add google map in cute editor which contain <iframe> in its html code. when i copy and paste html code in cute editor, link in displayed, but map dosent appear.  here is html code for google map.
     
    <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Gofer+Way,+Raleigh,+NC&amp;sll=35.899445,-78.553813&amp;sspn=0.007787,0.013819&amp;ie=UTF8&amp;cid=1665380271390109011&amp;ll=35.937432,-78.546753&amp;spn=0.194582,0.291824&amp;z=11&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Gofer+Way,+Raleigh,+NC&amp;sll=35.899445,-78.553813&amp;sspn=0.007787,0.013819&amp;ie=UTF8&amp;cid=1665380271390109011&amp;ll=35.937432,-78.546753&amp;spn=0.194582,0.291824&amp;z=11&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small> 
     
    cute editor replaces above code to below:
    <br />
    <small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Gofer+Way,+Raleigh,+NC&amp;sll=35.899445,-78.553813&amp;sspn=0.007787,0.013819&amp;ie=UTF8&amp;cid=1665380271390109011&amp;ll=35.962446,-78.484955&amp;spn=0.083366,0.102997&amp;z=12&amp;iwloc=A" style="color: #0000ff; text-align: left;">View Larger Map</a></small> 
     
     
    Thanks in advance. 
  •  06-05-2009, 5:25 AM 52816 in reply to 52811

    Re: google map in cute editor

    Hi sjthakkar,
     
    Set EnableStripIframeTags="true", like:
     
    <CE:Editor ID="editor1" runat="server" EnableStripIframeTags="true">
     </CE:Editor>
     
    Regards,
     
    Ken
  •  06-05-2009, 8:03 AM 52821 in reply to 52816

    Re: google map in cute editor

    Thanks for the help. its working now.
View as RSS news feed in XML