Is it ok to use iframe? [closed]

assassin creed

New Member
I'm building an online CV site as a web designer with the theme of responsive web design. It will basically be a site within a site. On a desktop computer you get an image of a tablet with the mobile website displayed within the tablet image. I have used \[code\]iframe\[/code\] to make this work however I have read in more than one location \[code\]iframe\[/code\] is being phased out and alternatives (like the combination of JQuery and AJAX) should be used. I'm not sure how AJAX works so I'm not sure if it will be effective for this situation. Should I discontinue using \[code\]iframe\[/code\] and an alternative instead, or is it ok to use \[code\]iframe\[/code\]?The way the site works now is by ignoring the desktop site code if the screen is below a certain resolution (Using CSS) and only loading the content from the \[code\]iframe\[/code\] which is the mobile site.
 
Back
Top