Node JS looks cool for other projects. I was looking into it for stuff where you want to keep a connection open ( chat In terms of the OP's problem when using JavaScript from a different site, you will probably run into cross domain scripting / same host origin policy issues. One way to get around this is to use JSONP.
Chris On Feb 28, 2011, at 4:45 PM, Mark Holmquist <marktrac...@gmail.com> wrote: >> I am limited to: Javascript, AJAX and HTML (and I can connected a >> database to all of this). > > http://nodejs.org/ > > That could work, since it is JavaScript, but it's still server-side. Sorry :/ > >> A different question for the LUG: >> I have a page running on server A and an html page (say index.html) >> running on server B. Inside index.html I have an iframe src pointing >> to the page on server A. Is there a nicer way of doing this with AJAX >> and/or JavaScript? > > You could probably use JS to change document.location to page B's location. > It would change the URL bar, though. > > -- > Mark Holmquist > Student, Computer Science > University of Redlands > marktrac...@gmail.com > _______________________________________________ > LinuxUsers mailing list > LinuxUsers@socallinux.org > http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers _______________________________________________ LinuxUsers mailing list LinuxUsers@socallinux.org http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers