Jump to content

AJAX or something of the sort


Howdy_McGee

Recommended Posts

Ok, so I'm creating a newsletter page for my company. They want to pull the entire HTML of each newsletter into the HTML page that is already up. I don't want to hardcode every newsletter HTML into this one HTML document so I figured I would use AJAX to pull the HTML for each newsletter into the page. I don't know where to start though and I tried looking at the AJAX section at w3schools but it didn't help much...Anyone got any advice or a good website that has a AJAX tutorial?

Link to comment
Share on other sites

i took the very same example that comes up on that page and added scrolling="no" and it took the bars away

<html><body><iframe src ="/default.asp" width="100%" height="300" scrolling="no">  <p>Your browser does not support iframes.</p></iframe></body></html>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...