» OLD MESSAGE ARCHIVES «
The Pop Culture Information Society...
Messageboard Archive Index, In The 00s - The Pop Culture Information Society

Welcome to the archived messages from In The 00s. This archive stretches back to 1998 in some instances, and contains a nearly complete record of all the messages posted to inthe00s.com. You will also find an archive of the messages from inthe70s.com, inthe80s.com, inthe90s.com and amiright.com before they were combined to form the inthe00s.com messageboard.

If you are looking for the active messages, please click here. Otherwise, use the links below or on the right hand side of the page to navigate the archives.

Google
  Web inthe00s.com



Subject: Author page feature request..

Written By: philbo on 10/10/07 at 11:18 am

Chucky,

Just wondering... I've just been playing with the same sort of expanding data using xmlhttpget2() that you've been using so successfully across the site (and I like the way it works so much, in true 'net form, I'm trying to nick the idea)

It works just fine if I try and include bits of web page from amiright (e.g. comments from a parody, or /blank.html), but won't if I try and use external content (e.g. this table)  - don't know too much about it, but I'd guess the function is server-side and doesn't want to look elsewhere..

I suppose what I'm asking for is the ability either to use some form of xmlhttpget2 that allows data to be dragged from another site, or possibly to be able to upload HTML snippets.  Am I being a bit too presumptuous?

Thanks, anyway

Phil

Subject: Re: Author page feature request..

Written By: ChuckyG on 10/10/07 at 11:42 am


Chucky,

Just wondering... I've just been playing with the same sort of expanding data using xmlhttpget2() that you've been using so successfully across the site (and I like the way it works so much, in true 'net form, I'm trying to nick the idea)

It works just fine if I try and include bits of web page from amiright (e.g. comments from a parody, or /blank.html), but won't if I try and use external content (e.g. this table)  - don't know too much about it, but I'd guess the function is server-side and doesn't want to look elsewhere..

I suppose what I'm asking for is the ability either to use some form of xmlhttpget2 that allows data to be dragged from another site, or possibly to be able to upload HTML snippets.  Am I being a bit too presumptuous?

Thanks, anyway

Phil


you can't use the methods in xmlhttpget2 across sites, the functions it references in the other functions in that js file , those functions are limited by browser security to reference only the site that calls them.  It's an AJAX style (not truly xml, so not really AJAX) function, which does call a script on the server.

I think what you are trying to do, could be accomplished with an IFRAME and possibly also some javascript.  Not sure if the author tool will let you do it, but it might.

Subject: Re: Author page feature request..

Written By: philbo on 10/10/07 at 4:41 pm

Yes, an IFRAME with a bit of embedded java (I didn't realize that you could stick your script tags within the body and it works quite happily.. I always assumed that they had to be outside) seems to work... now all I have to do is design something. :D

Check for new replies or respond here...