|
|
Posted 6/3/2008 8:33:53 AM |
|
|
Forum Member
Group: Forum Members
Last Login: 11/7/2008 5:26:49 AM
Posts: 45,
Visits: 104
|
|
Hi all,
All of a sudden .... I get these (see screenshot) coming up after almost every/any keystroke. Why? How can I stop this madness!?!?! I don't want to save it, I don't want to open it ... I don't want to see it. I'm not sure why it's suddenly become active.
Screenshot:
http://www.ktbb.com/tempdialog.jpg
Any help in solving this mystery would be appreciated.
Thanks!
Daf
_____________________________________
|
|
|
|
Posted 6/3/2008 11:46:55 AM |
|
|
Forum Member
Group: Forum Members
Last Login: 11/7/2008 5:26:49 AM
Posts: 45,
Visits: 104
|
|
Seems to be with files that have php processing within the document. The file that prompted the error in the screenshot had this above the doctype:
// Load up the configuration
require_once('Config/Config.php');
require_once('Inc/ListingFunctions.php');
require_once('Inc/Functions.php');
// Get the article ID
$ArticleID = '';
if (isset($_GET['ArticleID']) && is_numeric($_GET['ArticleID']))
$ArticleID = QuoteSmart($_GET['ArticleID']);
$Printable='N';
?>
I'm still puzzled as to how to prevent the window.
Thanks
Daf
_____________________________________
|
|
|
|