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

  • From: "Matt Wolfgang" <matt@xxxxxxxxxxxxx>
  • To: <websitecritique@xxxxxxxxxxxxx>
  • Date: Tue, 7 Aug 2001 11:10:22 -0500

Eric,
        The rent-now.net site takes the parameters passed using the Get method, 
and
searches the database for a match.  When it finds a match, it displays that
page.  Most of my code was written by Dreamweaver, so I'm really not sure
'exactly' how it's set up.  The default page at rent-now.net contains no
SQL, it's just an HTML form that is submitted using GET method. (It was just
saved as ASP)

You could set up a similar form, and pass the params in the URL, and make
the target page a blank redirect page, but insert the following in place of
the URL in the javascript refresh.  Save the redirect page as ASP.

<%= recordsetname.Fields.Item("fieldname").Value %>

Where recordsetname is the name of the recordset you defined in the SQL, and
fieldname is the field in the database that contains the URL to the site....
To get it to display only matching results you use WHERE in your SELECT
statement.

If you need more ASP help try asp-developers@xxxxxxxxxxxxxxxx

Hope this helps,
Matt


-----Original Message-----
From: Eric C. Vogel [mailto:EricCVogel@xxxxxxxxxxxx]
Sent: Saturday, August 04, 2001 2:20 PM
To: websitecritique@xxxxxxxxxxxxx
Subject: [website-critique] Re: Looking for this script.



http://www.rent-now.net/ Like the property look-up. My only options for our
host is Javascript, or anything that fits and runs in a HTML page or ASP.

Except it will read, enter your company name:
If "Java Joe's Coffee House" ->
http://www.benefitservicesgroup.com/ebsg/jjch/
If "Ford Dealer" -> http://www.benefitservicesgroup.com/ebsg/clients/jj/
If "Fruit Market" ->  http://www.benefitservicesgroup.com/ebsg/clients/mpm/

Thank you,
Eric Vogel

----- Original Message -----
From: "Peter" <lists@xxxxxxxxxxxxxxxxxxx>
To: <websitecritique@xxxxxxxxxxxxx>
Sent: Saturday, August 04, 2001 2:19 PM
Subject: [website-critique] Re: Looking for this script.


>
> In a search box? Explain...
>
> ~~~~~~~~~~~
> Peter
>
> -----Original Message-----
> From: websitecritique-bounce@xxxxxxxxxxxxx
> [mailto:websitecritique-bounce@xxxxxxxxxxxxx]On Behalf Of Eric C. Vogel
> Sent: Saturday, August 04, 2001 2:05 PM
> To: websitecritique@xxxxxxxxxxxxx
> Subject: [website-critique] Re: Looking for this script.
>
>
>
> Thank you. Any Ideas about the one where the person type a word in a box,
> hits go, then gets directed to thier personal page?
>
> Thank you,
> Eric
> ----- Original Message -----
> From: "Peter" <lists@xxxxxxxxxxxxxxxxxxx>
> To: <websitecritique@xxxxxxxxxxxxx>
> Sent: Saturday, August 04, 2001 1:58 PM
> Subject: [website-critique] Re: Looking for this script.
>
>
> >
> > I found something better:
> >
> >  <SCRIPT LANGUAGE="JavaScript">
> >
> >  <!--Beginning of Javascript--
> > function Update()  {this.location="http://www.eszaro.com/"};
> > timeout=window.setTimeout("Update();", 000);
> > file://--End of JavaScript code--></Script>
> >
> > ~~~~~~~~~~~
> > Peter
> >
> > -----Original Message-----
> > From: websitecritique-bounce@xxxxxxxxxxxxx
> > [mailto:websitecritique-bounce@xxxxxxxxxxxxx]On Behalf Of Eric C. Vogel
> > Sent: Saturday, August 04, 2001 1:08 PM
> > To: websitecritique@xxxxxxxxxxxxx
> > Subject: [website-critique] Re: Looking for this script.
> >
> >
> >
> > Thank you Peter for following up on that script. On the jump box one, I
> did
> > change it to the correct domain and still no go. Any Ideas?
> > http://www.benefitservicesgroup.com/ebsg/client_access.htm
> >
> > Eric
> > ----- Original Message -----
> > From: "Peter" <lists@xxxxxxxxxxxxxxxxxxx>
> > To: <websitecritique@xxxxxxxxxxxxx>
> > Sent: Saturday, August 04, 2001 9:54 AM
> > Subject: [website-critique] Re: Looking for this script.
> >
> >
> > >
> > > TRY THIS:
> > >
> > > <body onUnload="popupHandle.close()">
> > > <script language="JavaScript"><!--
> > > var popupHandle =
> > >
> window.open('http://www.eszaro.com/','windowName','width=640,height=480');
> > > file://--></script>
> > >
> > > ~~~~~~~~~~~
> > > Peter
> > >
> > > -----Original Message-----
> > > From: websitecritique-bounce@xxxxxxxxxxxxx
> > > [mailto:websitecritique-bounce@xxxxxxxxxxxxx]On Behalf Of Peter
> > > Sent: Friday, August 03, 2001 9:32 AM
> > > To: websitecritique@xxxxxxxxxxxxx
> > > Subject: [website-critique] Re: Looking for this script.
> > >
> > >
> > >
> > > Take out the 'http://www.someweb.cz/777' from the script and input
your
> > > address.
> > >
> > > ~~~~~~~~~~~
> > > Peter
> > >
> > > -----Original Message-----
> > > From: websitecritique-bounce@xxxxxxxxxxxxx
> > > [mailto:websitecritique-bounce@xxxxxxxxxxxxx]On Behalf Of Eric C.
Vogel
> > > Sent: Friday, August 03, 2001 9:26 AM
> > > To: websitecritique@xxxxxxxxxxxxx
> > > Subject: [website-critique] Re: Looking for this script.
> > >
> > >
> > >
> > > For some reason it still does not work. I have put it on this site
here.
> > > http://www.benefitservicesgroup.com/ebsg/client_access.htm
> > >
> > > I don't see here to put the text to forward to the URL. I would like
to
> > set
> > > jorgensenford to forward to
> > > http://www.benefitservicesgroup.com/ebsg/clients/jf/
> > >
> > > Thank you,
> > > Eric Vogel
> > > ----- Original Message -----
> > > From: "Peter" <lists@xxxxxxxxxxxxxxxxxxx>
> > > To: <websitecritique@xxxxxxxxxxxxx>
> > > Sent: Thursday, August 02, 2001 6:04 PM
> > > Subject: [website-critique] Re: Looking for this script.
> > >
> > >
> > > >
> > > > Your BODY tag should look like this:
> > > >
> > > > <body onLoad();">
> > > >
> > > > ~~~~~~~~~~~
> > > > Peter
> > > >
> > > > -----Original Message-----
> > > > From: websitecritique-bounce@xxxxxxxxxxxxx
> > > > [mailto:websitecritique-bounce@xxxxxxxxxxxxx]On Behalf Of Eric C.
> Vogel
> > > > Sent: Thursday, August 02, 2001 10:37 AM
> > > > To: websitecritique@xxxxxxxxxxxxx
> > > > Subject: [website-critique] Re: Looking for this script.
> > > >
> > > >
> > > >
> > > > 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
> > > > ~~~~~~~~~~~~~~~~~~~~~~
> > > >
> > > >
> > > > 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
> > > ~~~~~~~~~~~~~~~~~~~~~~
> > >
> > >
> > > 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
> > ~~~~~~~~~~~~~~~~~~~~~~
>
>
> 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
~~~~~~~~~~~~~~~~~~~~~~


Please Forward This Email to a Friend 

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

Other related posts: