View Single Post
Old 10-10-2012, 04:34 AM   PM User | #2
jmrker
Senior Coder

 
jmrker's Avatar
 
Join Date: Aug 2006
Location: FL
Posts: 2,765
Thanks: 29
Thanked 453 Times in 447 Posts
jmrker will become famous soon enough
Lightbulb

My assumption is that you are looking at the "View Source" screen display.

You cannot modify this screen and re-execute the script.
You can however copy the source, paste it to a new textfile with NotePad (or other text editor)
save the modified code and then execute it from your browser's 'open file' command.

That also assumes there are not any external files being accessed.
If there are, they need to be copied as well if they are not referenced with a complete URL.
jmrker is offline   Reply With Quote