| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| DNOA Member Join Date: May 2004
Posts: 5,040
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Aug 2005 Location: NY, USA
Posts: 608
![]() ![]() ![]() ![]() ![]() ![]() | Code: <script type="text/javascript" language="javascript">
if (window.XMLHttpRequest) {
xmlHttp = new XMLHttpRequest();
} else if (window.ActiveXObject) {
xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
}
function callServer(url) {
xmlHttp.open("GET", url, true);
xmlHttp.onreadystatechange = updatePage;
xmlHttp.send(null);
}
function updatePage() {
if (xmlHttp.readyState == 4) {
var response = xmlHttp.responseText;
document.write(response);
}
}
callServer("http://www.yoursite.com/script.php");
</script> ????: NamePros.com http://www.namepros.com/programming/171873-blogger-workarounds.html Hope thats what you're looking for.
__________________ ask me about the internet |
| |
| | THREAD STARTER #3 (permalink) |
| DNOA Member Join Date: May 2004
Posts: 5,040
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Yeah, but now the site doesn't load www.veblo.com - try it.Thanks for the script though, very useful. Any idea why it won't load? http://www.veblo.com/server/poll.php There's the source PHP file. Should I try putting that script in a small iframe? -Matt |
| |
| | #6 (permalink) | ||||
| Senior Member Join Date: Dec 2004 Location: UK
Posts: 1,893
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
If you want to reload the same frame in the same windows its _self not 100% sure if thats what your after though. | ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Want a blog site like blogger? | def1 | Web Designs For Sale | 4 | 12-20-2005 01:19 PM |
| Blogger down? | mholt | The Break Room | 2 | 10-05-2005 08:34 PM |
| Getting Last X number of posts from my Blogger blogs via Atom feed | mholt | Programming | 0 | 08-24-2005 10:23 AM |
| Tried a Blogger - Style ?? | charta | Web Design Reviews | 0 | 07-05-2005 06:10 PM |