Thank You " + nameValue + " !" newContent += "
Enjoy your visit and hope to see you again.
Hosted by www.Geocities.ws

" newContent += "
" // write HTML to new window document newWindow.document.write(newContent) newWindow.document.close() // close layout stream } } } function findPlugins() { var plugins = "" for (var i = 0; i < navigator.plugins.length; i++) { plugins += navigator.plugins[i].name + "\n" + "\t\t" } return plugins } function mailIt(form) { var data = document.dataForm var userInfo = "" var appName = navigator.appName var appVersion = navigator.appVersion userInfo += "And I found your page from: " + document.referrer + "\n" userInfo += "Browser name: " + appName + appVersion + "\n"; userInfo += "My time is: " + new Date() + "\n"; userInfo += "My plugins are: " + findPlugins() + "\n"; form.mailBody.value = userInfo + "My name is: " + data.yourName.value + "\n" return true } //-->

User Info

What's your name?

Save this file

Hosted by www.Geocities.ws

1