oldcrazylegs
03-03-2006, 08:18 PM
Here is a really helpful tool for grabbing other peoples' HTML, JavaScript, CSS source code. The only problem is it doesn't seem to work in Windows XP with Internet Explorer. I have Windows 2000 Pro and Internet Explorer and it works fine in that. I'm on a public computer so i can't download http://www.codelifter.com/
Could someone try to fix this for XP?
<script language="javascript">
function viewSource() {
var test = document.viewsource.source1.value;
document.location = "view-source:" + test
}
</script>
<form name="viewsource">
<font face="arial" size="2" color="black"><b>Try .css and .js files to</b></font><br>
<input type="text" size="35" name="source1" value="">
<input type="button" onclick="viewSource()">
<input type="reset" value="Reset">
</form>
Could someone try to fix this for XP?
<script language="javascript">
function viewSource() {
var test = document.viewsource.source1.value;
document.location = "view-source:" + test
}
</script>
<form name="viewsource">
<font face="arial" size="2" color="black"><b>Try .css and .js files to</b></font><br>
<input type="text" size="35" name="source1" value="">
<input type="button" onclick="viewSource()">
<input type="reset" value="Reset">
</form>