ubh
09-08-2008, 02:01 AM
Has anyone else had the problem of using AJAX HTTPRequest to get the source of a external .html file in a textarea and having it replace the heads opening title tag?
I mean when I pull the external .html file into a textarea via AJAX, the head of the .html source always looks like this.
<head>
<meta blah blah>
Untitled Document</title>
</head>
see how it removes only the opening title tag... any work around to make it stop doing this?
Thanks.
I mean when I pull the external .html file into a textarea via AJAX, the head of the .html source always looks like this.
<head>
<meta blah blah>
Untitled Document</title>
</head>
see how it removes only the opening title tag... any work around to make it stop doing this?
Thanks.