RE: Forging a web page

2002-09-24 Thread Thomas Chiverton

 Are there any click and point type browser/editor hybrids that get a page
 then allow editing the page?

Netscape's composer ?
The 'save as complete web page' feature in most browsers and copy of Dream
Weaver ?
.
.
.
etc.

Tom Chiverton
You don't have to be a mad scientist to believe in ColdFusion




__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Forging a web page

2002-09-24 Thread Mosh Teitelbaum

If you're talking about the date that is commonly displayed in the header or
footer when you print a web page, it's usually as simple as changing the
date/time on your computer.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


 -Original Message-
 From: Brian Fox [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 24, 2002 10:48 AM
 To: CF-Talk
 Subject: OT: Forging a web page


 Are there any tools that allow users change data in a cfm/html page?

 A fax of one of my web sites' pages made it to my desk yesterday.
  A student
 is challenging grades with a forged date in the banner of the web page.  I
 know the date is forged because two separate systems have logged
 a different
 date for the activity.  I'm curious to know how easy it is to copy a page,
 all files included, and then modify it.  There's the right click
 save method
 and notepad, but this is a little too convoluted and tedious.

 Are there any click and point type browser/editor hybrids that get a page
 then allow editing the page?

 Thanks,
 Brian
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Forging a web page

2002-09-24 Thread Stephen Moretti

Internet Explorer 5ish has a Save as, which saves the whole lot.

Then there are various programs that will spider a site and grab all the
files for you to have a local copy too

If you're using fusebox and the date on the page is supplied via a variable
in the attributes scope, then you could probably change the date by
submitting a form which has a field that is the same as the variable for the
date to the page.  If the date is set up using cfparam and isn't checked
then potentially this could provide a route to forge the display.  Obviously
this would require a little insider knowledge or some luck at guessing the
name of the date  variable, but always possible if you've named the variable
sensibly!

Regards

Stephen

- Original Message -
From: Brian Fox [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 24, 2002 3:47 PM
Subject: OT: Forging a web page


 Are there any tools that allow users change data in a cfm/html page?

 A fax of one of my web sites' pages made it to my desk yesterday.  A
student
 is challenging grades with a forged date in the banner of the web page.  I
 know the date is forged because two separate systems have logged a
different
 date for the activity.  I'm curious to know how easy it is to copy a page,
 all files included, and then modify it.  There's the right click save
method
 and notepad, but this is a little too convoluted and tedious.

 Are there any click and point type browser/editor hybrids that get a page
 then allow editing the page?

 Thanks,
 Brian
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Forging a web page

2002-09-24 Thread David Hannum

IE has the ability to download an entire web page (graphics, javascripts and
all) using the File:Save function.  Then, they can run it on their own
desktop with anything changed they want . . .

Dave


- Original Message -
From: Brian Fox [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 24, 2002 10:47 AM
Subject: OT: Forging a web page


 Are there any tools that allow users change data in a cfm/html page?

 A fax of one of my web sites' pages made it to my desk yesterday.  A
student
 is challenging grades with a forged date in the banner of the web page.  I
 know the date is forged because two separate systems have logged a
different
 date for the activity.  I'm curious to know how easy it is to copy a page,
 all files included, and then modify it.  There's the right click save
method
 and notepad, but this is a little too convoluted and tedious.

 Are there any click and point type browser/editor hybrids that get a page
 then allow editing the page?

 Thanks,
 Brian
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Forging a web page

2002-09-24 Thread John Beynon

I'd say it depends on what's installed client side - if I right click any
page in IE I can choose to edit the page in XML Spy or edit with Visual
Studio .NET - DWMX doesn't appear for some reason.

Jb.

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]] 
Sent: 24 September 2002 15:48
To: CF-Talk
Subject: OT: Forging a web page


Are there any tools that allow users change data in a cfm/html page?  

A fax of one of my web sites' pages made it to my desk yesterday.  A student
is challenging grades with a forged date in the banner of the web page.  I
know the date is forged because two separate systems have logged a different
date for the activity.  I'm curious to know how easy it is to copy a page,
all files included, and then modify it.  There's the right click save method
and notepad, but this is a little too convoluted and tedious. 

Are there any click and point type browser/editor hybrids that get a page
then allow editing the page?

Thanks,
Brian 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists