diff options
Diffstat (limited to '')
-rw-r--r-- | netwerk/protocol/ftp/test/frametest/menu.html | 371 |
1 files changed, 371 insertions, 0 deletions
diff --git a/netwerk/protocol/ftp/test/frametest/menu.html b/netwerk/protocol/ftp/test/frametest/menu.html new file mode 100644 index 0000000000..9f43f00ee8 --- /dev/null +++ b/netwerk/protocol/ftp/test/frametest/menu.html @@ -0,0 +1,371 @@ +<html> + +<script language="javascript"> +/* eslint-disable no-unsanitized/method */ +<!-- + +function add_location(url) { + // faster to do this in one assignment, but who really cares. + + var string = '<LI> <a href=\"javascript: ftp_open(\''; + string += url; + string += '\')\"'; + string += 'onmouseover=\"window.status=\'ftp://'; + string += url; + string += '\'; return true; \">'; + string += url; + string += "</a>"; + document.writeln(string); +} + +function ftp_open(url) { + url = "ftp://" + url; + parent.ftp_content.location = url; +} + +// I like this format. +document.writeln("<pre>"); + +document.writeln("<br><OL><b>Company sites</b>"); + add_location("ftp.mozilla.org"); + add_location("ftp.sun.com"); + add_location("ftp.iplanet.com"); + add_location("ftp.netscape.com"); + add_location("ftp.apple.com"); + add_location("ftp.microsoft.com"); + add_location("ftp.netmanage.com"); + +document.writeln("</OL><br><OL><b>Misc sites</b>"); + add_location("cal044202.student.utwente.nl"); + add_location("download.intel.com"); + add_location("fddisunsite.oit.unc.edu"); + add_location("ftp.abas.de"); + add_location("ftp.acm.org"); + add_location("ftp.acomp.hu"); + add_location("ftp.acri.fr"); + add_location("ftp.alaska.edu"); + add_location("ftp.altera.com"); + add_location("ftp.amsat.org"); + add_location("ftp.amtp.cam.ac.uk"); + add_location("ftp.ar.freebsd.org"); + add_location("ftp.ari.net"); + add_location("ftp.arl.mil"); + add_location("ftp.astro.ulg.ac.be"); + add_location("ftp.avery-zweckform.com"); + add_location("ftp.awi-bremerhaven.de"); + add_location("ftp.axime-is.fr"); + add_location("ftp.ba.cnr.it"); + add_location("ftp.bath.ac.uk"); + add_location("ftp.bic.mni.mcgill.ca"); + add_location("ftp.biomed.ruhr-uni-bochum.de"); + add_location("ftp.boerde.de"); + add_location("ftp.bond.edu.au"); + add_location("ftp.boulder.ibm.com"); + add_location("ftp.brics.dk"); + add_location("ftp.bris.ac.uk"); + add_location("ftp.cablelabs.com"); + add_location("ftp.cac.psu.edu"); + add_location("ftp.cadpoint.se"); + add_location("ftp.cas.cz"); + add_location("ftp.cciw.ca"); + add_location("ftp.ccs.queensu.ca"); + add_location("ftp.ccsi.com"); + add_location("ftp.cdrom.com"); + add_location("ftp.cea.fr"); + add_location("ftp.celestial.com"); + add_location("ftp.cert.fr"); + add_location("ftp.cgd.ucar.edu"); + add_location("ftp.chiba-u.ac.jp"); + add_location("ftp.cis.ksu.edu"); + add_location("ftp.citi2.fr"); + add_location("ftp.cityline.net"); + add_location("ftp.cnam.fr"); + add_location("ftp.cohesive.com"); + add_location("ftp.contrib.net"); + add_location("ftp.create.ucsb.edu"); + add_location("ftp.cronyx.ru"); + add_location("ftp.cs.arizona.edu"); + add_location("ftp.cs.colorado.edu"); + add_location("ftp.cs.concordia.ca"); + add_location("ftp.cs.helsinki.fi"); + add_location("ftp.cs.jhu.edu"); + add_location("ftp.cs.monash.edu.au"); + add_location("ftp.cs.ohiou.edu"); + add_location("ftp.cs.rug.nl"); + add_location("ftp.cs.toronto.edu"); + add_location("ftp.cs.umanitoba.ca"); + add_location("ftp.cs.uni-dortmund.de"); + add_location("ftp.cs.vu.nl"); + add_location("ftp.cse.cuhk.edu.hk"); + add_location("ftp.cse.unsw.edu.au"); + add_location("ftp.csse.monash.edu.au"); + add_location("ftp.csus.edu"); + add_location("ftp.cullasaja.com"); + add_location("ftp.daimi.au.dk"); + add_location("ftp.dcs.qmw.ac.uk"); + add_location("ftp.delorie.com"); + add_location("ftp.dementia.org"); + add_location("ftp.dfki.uni-kl.de"); + add_location("ftp.dgs.monash.edu.au"); + add_location("ftp.dis.strath.ac.uk"); + add_location("ftp.dosis.uni-dortmund.de"); + add_location("ftp.duke.edu"); + add_location("ftp.duplexx.com"); + add_location("ftp.ece.ucdavis.edu"); + add_location("ftp.ee.lbl.gov"); + add_location("ftp.ee.rochester.edu"); + add_location("ftp.ee.uts.edu.au"); + add_location("ftp.efrei.fr"); + add_location("ftp.elet.polimi.it"); + add_location("ftp.elite.net"); + add_location("ftp.embl-hamburg.de"); + add_location("ftp.eng.buffalo.edu"); + add_location("ftp.engr.uark.edu"); + add_location("ftp.eni.co.jp"); + add_location("ftp.enst-bretagne.fr"); + add_location("ftp.epix.net"); + add_location("ftp.eskimo.com"); + add_location("ftp.essential.org"); + add_location("ftp.eunet.fi"); + add_location("ftp.eurexpo.com"); + add_location("ftp.ex.ac.uk"); + add_location("ftp.faximum.com"); + add_location("ftp.fernuni-hagen.de"); + add_location("ftp.fh-dortmund.de"); + add_location("ftp.fit.qut.edu.au"); + add_location("ftp.forum.swarthmore.edu"); + add_location("ftp.fsu.edu"); + add_location("ftp.ftp.epson.com"); + add_location("ftp.fu-berlin.de"); + add_location("ftp.fujixerox.co.jp"); + add_location("ftp.game.org"); + add_location("ftp.ge.ucl.ac.uk"); + add_location("ftp.genetics.wisc.edu"); + add_location("ftp.geo.uu.nl"); + add_location("ftp.geom.umn.edu"); + add_location("ftp.gfdl.gov"); + add_location("ftp.gigo.com"); + add_location("ftp.giss.nasa.gov"); + add_location("ftp.globalnet.co.uk"); + add_location("ftp.gnu.org"); + add_location("ftp.gnu.vbs.at"); + add_location("ftp.gps.caltech.edu"); + add_location("ftp.grau-wzs.de"); + add_location("ftp.gsoc.dlr.de"); + add_location("ftp.gutenberg.org"); + add_location("ftp.hawaii.edu"); + add_location("ftp.hep.net"); + add_location("ftp.hgc.edu"); + add_location("ftp.hgmp.mrc.ac.uk"); + add_location("ftp.hugin.dk"); + add_location("ftp.ic.tsu.ru"); + add_location("ftp.icce.rug.nl"); + add_location("ftp.icon-stl.net"); + add_location("ftp.icor.fr"); + add_location("ftp.ics.uci.edu"); + add_location("ftp.idsia.ch"); + add_location("ftp.ifm.liu.se"); + add_location("ftp.ifm.uni-kiel.de"); + add_location("ftp.iglou.com"); + add_location("ftp.ign.fr"); + add_location("ftp.imag.fr"); + add_location("ftp.inel.gov"); + add_location("ftp.inf.ethz.ch"); + add_location("ftp.inf.puc-rio.br"); + add_location("ftp.infoflex.se"); + add_location("ftp.informatik.rwth-aachen.de"); + add_location("ftp.informatik.uni-bremen.de"); + add_location("ftp.informatik.uni-hannover.de"); + add_location("ftp.infoscandic.se"); + add_location("ftp.intel.com"); + add_location("ftp.intergraph.com"); + add_location("ftp.ionet.net"); + add_location("ftp.ipc.chiba-u.ac.jp"); + add_location("ftp.ips.cs.tu-bs.de"); + add_location("ftp.iram.rwth-aachen.de"); + add_location("ftp.is.co.za"); + add_location("ftp.isoc.org"); + add_location("ftp.iteso.mx"); + add_location("ftp.ivd.uni-stuttgart.de"); + add_location("ftp.iway.fr"); + add_location("ftp.jcu.edu.au"); + add_location("ftp.jhuapl.edu"); + add_location("ftp.jpix.ad.jp"); + add_location("ftp.karlin.mff.cuni.cz"); + add_location("ftp.kfu.com"); + add_location("ftp.kfunigraz.ac.at"); + add_location("ftp.khm.de"); + add_location("ftp.ki.se"); + add_location("ftp.komkon.org"); + add_location("ftp.laas.fr"); + add_location("ftp.lanl.gov"); + add_location("ftp.lantronix.com"); + add_location("ftp.lava.net"); + add_location("ftp.lcs.mit.edu"); + add_location("ftp.legend.co.uk"); + add_location("ftp.leidenuniv.nl"); + add_location("ftp.let.rug.nl"); + add_location("ftp.linux.co.uk"); + add_location("ftp.linux.unife.it"); + add_location("ftp.liv.ac.uk"); + add_location("ftp.livingston.com"); + add_location("ftp.lnt.e-technik.tu-muenchen.de"); + add_location("ftp.lsu.edu"); + add_location("ftp.lth.se"); + add_location("ftp.lysator.liu.se"); + add_location("ftp.mailbase.ac.uk"); + add_location("ftp.mainstream.net"); + add_location("ftp.maricopa.edu"); + add_location("ftp.math.fu-berlin.de"); + add_location("ftp.math.hr"); + add_location("ftp.math.utah.edu"); + add_location("ftp.mathematik.uni-marburg.de"); + add_location("ftp.maths.tcd.ie"); + add_location("ftp.maths.usyd.edu.au"); + add_location("ftp.mathworks.com"); + add_location("ftp.mbb.ki.se"); + add_location("ftp.mbt.ru"); + add_location("ftp.mcs.net"); + add_location("ftp.mcs.vuw.ac.nz"); + add_location("ftp.media.mit.edu"); + add_location("ftp.meme.com"); + add_location("ftp.merl.com"); + add_location("ftp.microport.com"); + add_location("ftp.mms.de"); + add_location("ftp.mpce.mq.edu.au"); + add_location("ftp.mpgn.com"); + add_location("ftp.mpipf-muenchen.mpg.de"); + add_location("ftp.mscf.uky.edu"); + add_location("ftp.natinst.com"); + add_location("ftp.ncsa.uiuc.edu"); + add_location("ftp.net-tel.co.uk"); + add_location("ftp.net.cmu.edu"); + add_location("ftp.netsw.org"); + add_location("ftp.new-york.net"); + add_location("ftp.nis.net"); + add_location("ftp.nlm.nih.gov"); + add_location("ftp.nmt.edu"); + add_location("ftp.noao.edu"); + add_location("ftp.ntnu.no"); + add_location("ftp.nwu.edu"); + add_location("ftp.nysaes.cornell.edu"); + add_location("ftp.observ.u-bordeaux.fr"); + add_location("ftp.oit.unc.edu"); + add_location("ftp.oldenbourg.de"); + add_location("ftp.omg.unb.ca"); + add_location("ftp.onecall.net"); + add_location("ftp.ornl.gov"); + add_location("ftp.ozone.fmi.fi"); + add_location("ftp.pacific.net.hk"); + add_location("ftp.panix.com"); + add_location("ftp.pcnet.com"); + add_location("ftp.phred.org"); + add_location("ftp.pnl.gov"); + add_location("ftp.prairienet.org"); + add_location("ftp.proxad.net"); + add_location("ftp.proximity.com.au"); + add_location("ftp.psg.com"); + add_location("ftp.psy.uq.edu.au"); + add_location("ftp.psychologie.uni-freiburg.de"); + add_location("ftp.pwr.wroc.pl"); + add_location("ftp.python.org"); + add_location("ftp.quantum.de"); + add_location("ftp.ra.phy.cam.ac.uk"); + add_location("ftp.rasip.fer.hr"); + add_location("ftp.rbgkew.org.uk"); + add_location("ftp.rcsb.org"); + add_location("ftp.realtime.net"); + add_location("ftp.red-bean.com"); + add_location("ftp.redac.co.uk"); + add_location("ftp.redac.fr"); + add_location("ftp.rediris.es"); + add_location("ftp.rgn.it"); + add_location("ftp.rice.edu"); + add_location("ftp.rkk.hu"); + add_location("ftp.robelle.com"); + add_location("ftp.rose.hp.com"); + add_location("ftp.rt66.com"); + add_location("ftp.ruhr-uni-bochum.de"); + add_location("ftp.rz.uni-frankfurt.de"); + add_location("ftp.sat.dundee.ac.uk"); + add_location("ftp.saugus.net"); + add_location("ftp.schrodinger.com"); + add_location("ftp.science-computing.de"); + add_location("ftp.science.unitn.it"); + add_location("ftp.sco.com"); + add_location("ftp.scs.leeds.ac.uk"); + add_location("ftp.scsr.nevada.edu"); + add_location("ftp.sd.monash.edu.au"); + add_location("ftp.sdv.fr"); + add_location("ftp.selapo.vwl.uni-muenchen.de"); + add_location("ftp.serv.net"); + add_location("ftp.sgi.leeds.ac.uk"); + add_location("ftp.shore.net"); + add_location("ftp.socsci.auc.dk"); + add_location("ftp.space.net"); + add_location("ftp.spec.org"); + add_location("ftp.stallion.com"); + add_location("ftp.starnet.de"); + add_location("ftp.stat.math.ethz.ch"); + add_location("ftp.stat.umn.edu"); + add_location("ftp.std.com"); + add_location("ftp.structchem.uni-essen.de"); + add_location("ftp.sunsite.org.uk"); + add_location("ftp.syd.dms.csiro.au"); + add_location("ftp.tapr.org"); + add_location("ftp.teco.uni-karlsruhe.de"); + add_location("ftp.tenon.com"); + add_location("ftp.tierzucht.uni-kiel.de"); + add_location("ftp.tnt.uni-hannover.de"); + add_location("ftp.tu-clausthal.de"); + add_location("ftp.uci.edu"); + add_location("ftp.ucsd.edu"); + add_location("ftp.udel.edu"); + add_location("ftp.uec.ac.jp"); + add_location("ftp.uibk.ac.at"); + add_location("ftp.uit.co.uk"); + add_location("ftp.uji.es"); + add_location("ftp.uke.uni-hamburg.de"); + add_location("ftp.ulcc.ac.uk"); + add_location("ftp.um.es"); + add_location("ftp.umi.cs.tu-bs.de"); + add_location("ftp.uni-augsburg.de"); + add_location("ftp.uni-dortmund.de"); + add_location("ftp.uni-hannover.de"); + add_location("ftp.uni-magdeburg.de"); + add_location("ftp.unidata.ucar.edu"); + add_location("ftp.unige.ch"); + add_location("ftp.univ-aix.fr"); + add_location("ftp.upc.es"); + add_location("ftp.uradio.ku.dk"); + add_location("ftp.uralexpress.ru"); + add_location("ftp.urc.ac.ru"); + add_location("ftp.ut.ee"); + add_location("ftp.uunet.ca"); + add_location("ftp.uwo.ca"); + add_location("ftp.vaxxine.com"); + add_location("ftp.visi.com"); + add_location("ftp.vub.ac.be"); + add_location("ftp.wfu.edu"); + add_location("ftp.win.tue.nl"); + add_location("ftp.wolfe.net"); + add_location("sunsite.cnlab-switch.ch"); + add_location("sunsite.sut.ac.jp"); + add_location("ftp.cuhk.edu.hk"); + add_location("ftp.cetis.hvu.nl"); + add_location("ftp.clinet.fi"); + add_location("ftp.gamma.ru"); + add_location("ftp.itv.se"); + add_location("ftp.cs.rpi.edu"); + add_location("ftp.carrier.kiev.ua"); + add_location("ftp.rosnet.ru"); + add_location("ftp.nsk.su"); + add_location("ftp.southcom.com.au"); + +// --> + +</script> +<body> +<br><br><br> +</body> +</html> |