hi all,
    Im new to this group and svg.
    As a web developer I'm curious in learning it...

 Tam,
        U can use asp ( I think Perl also) for this purpose.
        Let iframe src an asp page. And inside the asp page u can have svg tags.
        Only one thing u will have to add in ur asp above all codes
        Response.AddHeader "Content-Type","image/svg-xml"

Sample
    <iframe src="DrawSvg.asp">
   </iframe>

DrawSvg.asp

  <% Response.AddHeader "Content-Type","image/svg-xml"%>
 <svg>
    <circle ...>
    <rect>
  </svg>

I think this url will help u...

http://www.4guysfromrolla.com/webtech/091401-1.shtml

thanks
john chacko
   
  ----- Original Message ----- 
  From: tamsvg 
  To: [email protected] 
  Sent: Thursday, May 26, 2005 4:01 PM
  Subject: [svg-developers] svg in iframe only with src?


  Hi!

  I'm trying to embed my svg into an iframe object. Is this only
  possible by using the src="sample.svg" attribute? It would be better
  for me, if I could write my svg tags directly into the iframe tags,like
  <iframe  name="frame">
    <svg>
      <circle ...>
    </svg>
  </iframe>


  how can I do this? 
  tam




  -----
  To unsubscribe send a message to: [EMAIL PROTECTED]
  -or-
  visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
  ---- 



------------------------------------------------------------------------------
  Yahoo! Groups Links

    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/
      
    b.. To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]
      
    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



[Non-text portions of this message have been removed]



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to