[website-critique] Re: Looking for this script.

  • From: "Eric C. Vogel" <EricCVogel@xxxxxxxxxxxx>
  • To: <websitecritique@xxxxxxxxxxxxx>
  • Date: Thu, 2 Aug 2001 10:36:30 -0400

And how would I call it with the onload? I put the script in and got
nothing. I do not know Java, or any other programming code. I tried C and
did bad at it. This stuff isn't my type. Looks like I can figure out how to
add the forwarding info though.
Thank you,
Eric Vogel
----- Original Message -----
From: "Peter" <lists@xxxxxxxxxxxxxxxxxxx>
To: <websitecritique@xxxxxxxxxxxxx>
Sent: Wednesday, August 01, 2001 3:08 PM
Subject: [website-critique] Re: Looking for this script.


>
> Call it from "" by onLoad() function.
>
> <script>
>     var Dreferrer=(document.referrer+"").toLowerCase();
>     var DefaultTarget="http://www.someweb.cz/777";;
>     var arrayOfURLs=new Array();
>     var i=0;
>     arrayOfURLs[i++]=new
> RedirObj("http://www.atlas.cz","http://www.someweb.cz/1";);
>     arrayOfURLs[i++]=new
> RedirObj("http://www.ibm.cz","http://www.someweb.cz/2";);
>
>     function RedirectTo(){
>         for (i1=0;i1<arrayOfURLs.length;i1++){
>             if (Dreferrer.indexOf(arrayOfURLs[i1].sourceURL)!=-1)
>                 location.href=arrayOfURLs[i1].targetURL;
>                 return;
>         }
>         location.href=DefaultTarget;
>     }
>
>     function RedirObj(sourceURL1,targetURL1){
>         this.sourceURL=sourceURL1;
>         this.targetURL=targetURL1;
>     }
>
> </script>
>
> ~~~~~~~~~~~
> Peter
>
> -----Original Message-----
> From: websitecritique-bounce@xxxxxxxxxxxxx
> [mailto:websitecritique-bounce@xxxxxxxxxxxxx]On Behalf Of Eric C. Vogel
> Sent: Wednesday, August 01, 2001 11:47 AM
> To: websitecritique@xxxxxxxxxxxxx
> Subject: [website-critique] Looking for this script.
>
>
> I have searched all over the net, including Peter's link list. I am
looking
> for a script similar to http://www.rent-now.net/ for the Property ID. I
> would like a client to Enter thier ID and have it take it to thier
website.
>
> instread of typing http://www.benefitservicesgroup.com/ebsg/client/jjch I
> would like them to go to www.benefitservicesgroup.com/ebsg (currently no
> page there.) and type jjch or thier company name in the box, hit GO and be
> taken to http://www.benefitservicesgroup.com/ebsg/client/jjch .
>
> The way the ASP login works will not allow a single point login.
>
> Thank you,
> Eric Vogel
>
>
> Please Forward This Email to a Friend
>
> ~~~~~~~~~~~~~~~~~~~~~~
> List Info:
> //www.freelists.org/cgi-bin/webpage?webpage_id=websitecritique
> ~~~~~~~~~~~~~~~~~~~~~~
>
>
> Please Forward This Email to a Friend
>
> ~~~~~~~~~~~~~~~~~~~~~~
> List Info:
//www.freelists.org/cgi-bin/webpage?webpage_id=websitecritique
> ~~~~~~~~~~~~~~~~~~~~~~


Please Forward This Email to a Friend 

~~~~~~~~~~~~~~~~~~~~~~
List Info: //www.freelists.org/cgi-bin/webpage?webpage_id=websitecritique 
~~~~~~~~~~~~~~~~~~~~~~

Other related posts: