|
|
");
text = (text + "");
text = (text + " The first line contains the complete path to your link.");
text = (text + "
"+ form.input1.value + form.input2.value +"");
text = (text + "
Highlight with mouse, right click, 'Save As'");
text = (text + "
Save the link to disk..");
text = (text + " Drop on by my homepage");
text = (text + " | ");
text = (text + " ");
text = (text + " ");
msgWindow=window.open("","displayWindow","toolbar=no,width=520,height=300,directories=no,status=yes,scrollbars=yes,resize=yes,menubar=no")
msgWindow.document.writeln(text)
msgWindow.document.close()
}
// end hiding contents from old browsers -->
|