PDA

View Full Version : Import other site 2 urs ! ! !


ax3
27-02-2008, 12:26 PM
importing a webpage on ur site without copying the source of THAT site ?

rohan_shenoy
27-02-2008, 12:29 PM
You may want to use <iframe> (http://www.w3schools.com/tags/tag_iframe.asp)

ax3
27-02-2008, 12:48 PM
i wanna avoid frames ...... any other way ?

Gigacore
27-02-2008, 12:52 PM
iframe is the way to go...

rohan_shenoy
27-02-2008, 12:55 PM
iframe is the way to go...
any method other than this would amount to stealing source code.

Gigacore
27-02-2008, 12:59 PM
^ true

ax3
27-02-2008, 01:20 PM
oooh ..... will have 2 arrange in a table .....

then how r webpages incorporated in ur mail as newsletters ?

rohan_shenoy
27-02-2008, 01:26 PM
^
Those are HTML emails.
You need to specify in its headers that the content-type is text/html.
And btw many email service providers do not allow CSS support for HTML email. You have to use inline styles.

ax3
28-02-2008, 11:53 AM
@rohan_shenoy .... thanx 4 info ....

will have 2 arrange through iframe .....

rohan_shenoy
28-02-2008, 12:28 PM
@rohan_shenoy .... thanx 4 info ....

will have 2 arrange through iframe .....
Hey sorry I missed this point: Most email service providers do NOT allow HTML emails containing iframes. Except for frames, the rest of the content would be displayed.