Closed Thread Icon

Topic awaiting preservation: dhtml app (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9033" title="Pages that link to Topic awaiting preservation: dhtml app (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: dhtml app <span class="small">(Page 1 of 1)</span>\

 
buddylee
Bipolar (III) Inmate

From: Kennesaw, GA - USA
Insane since: Oct 2003

posted posted 02-24-2004 00:18

I have been doing some research for a web application I'm tring to design via DHTML.

Basically the app is for editing content.

what happens is :

1 - Type in a website address in a <input>

2 - Input a username and password also in a <input>

3 - Next you hit download content, and javascript using the iframe buffer trick is

supposed to grab the code and content and put in all in a <textarea>

Now everything works fine except that for "security reasons" you connot use

the iframe buffer trick (innerHTML) with absolute addresses (http://www.somedomain.com),

the webpage would have to be in the same domain.

So now I'm raving, sad, mad, angry, pissed......well you get the idea.

Help !?

------------------

Is there a better solution than the iframe buffer for loading external content?
I want to try and find a better solution for the seperation of design and content. SSI? I dunno what's best and flexible...

[This message has been edited by buddylee (edited 02-24-2004).]

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 02-24-2004 01:43

buddylee: I'd recommend using something like PHP - it can do this kind of thing very easily. See:
www.php.net/fopen

___________________
Emps

The Emperor dot org

« BackwardsOnwards »

Show Forum Drop Down Menu