MiniVend Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

RE: mv_search_page doesn't produce a page-SOLUTION



******    message to minivend-users from "Black Samba" <darrenl@blacksamba.com>     ******

when the form calls [process-target] it creates a state which then allows
the next call to actually process. Therefore:

 <table>
    <TR>
   <td>
<FORM ACTION="[process-target none]" METHOD=POST></FORM>
#This creates the state so that the next form actions can happen.

<FORM ACTION="[process-target none]" TARGET="frames/home_bottom"
METHOD=POST>
     <INPUT TYPE="hidden" NAME="mv_search_file" VALUE="products">
     <INPUT TYPE="hidden" NAME="mv_search_field" VALUE="title">
     <INPUT TYPE="hidden" NAME="mv_searchtype" VALUE="sql">
     <INPUT TYPE=text NAME="mv_searchspec" SIZE=20>
     <INPUT TYPE="submit" NAME="mv_todo" VALUE="Search Title">
     <INPUT TYPE="hidden" NAME="mv_doit" VALUE="search">
	</FORM>
 </td>
     <td><FORM ACTION="[process-target none]" METHOD=POST>
     <INPUT TYPE="hidden" NAME="mv_search_file" VALUE="products">
     <INPUT TYPE="hidden" NAME="mv_search_field" VALUE="artist">
     <INPUT TYPE="hidden" NAME="mv_searchtype" VALUE="sql">
     <INPUT TYPE=text NAME="mv_searchspec" SIZE=20>
     <INPUT TYPE="submit" NAME="mv_todo" VALUE="Search Artist">
     <INPUT TYPE="hidden" NAME="mv_doit" VALUE="search">
#Here I'm trying to open the results in a frame other than the one that
called the process, but it doesn't work.
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="frames/home_bottom"></FORM>


</td>
</tr>

</table>


It looks weird but it works. The problem now is, how do I actually force the
results page to open in the bottom frame?


-D-

Black Samba Design Services
Darren Littlejohn
darrenl@blacksamba.com

BLACK SAMBA IS NOW!
http://www.blacksamba.com


> -----Original Message-----
> From: owner-minivend-users@minivend.com
> [mailto:owner-minivend-users@minivend.com]On Behalf Of Black Samba
> Sent: Saturday, March 20, 1999 12:55 PM
> To: minivend-users@minivend.com
> Subject: RE: mv_search_page doesn't produce a page
>
>
> ******    message to minivend-users from "Black Samba"
> <darrenl@blacksamba.com>     ******
>
> actually I've tried it both ways. Someone on the archives had put .html in
> so I tried it. No go either way.
>
>
> -D-
>
> Black Samba Design Services
> Darren Littlejohn
> darrenl@blacksamba.com
> 831-454-9580
>
> > > I have set the following on my search page, but when you click
> > > on Search the
> > > page doesn't
> > > change at all. I have results.html in both /pages and /pages/frames
> > >
> > > what am I doing wrong?
> > >
> > >
> > >      <FORM ACTION="[process-search]" METHOD=POST>
> > >      <INPUT TYPE="hidden" NAME="mv_search_file" VALUE="products">
> > >      <INPUT TYPE="hidden" NAME="mv_search_field" VALUE="artist">
> > >      <INPUT TYPE="hidden" NAME="mv_searchtype" VALUE="sql">
> > >      <INPUT TYPE=text NAME="mv_searchspec" SIZE=20>
> > >  	 <INPUT TYPE=HIDDEN NAME="mv_search_page" VALUE="results.html">
> >
> > This should be VALUE="results". This would attempt to load the page
> > "results.html.html" I believe.
> >
> >
> > >      <INPUT TYPE="submit" NAME="mv_todo" VALUE="search">
> > >      <INPUT TYPE="hidden" NAME="mv_doit" VALUE="search">
> > > 	 </FORM>
> > >
>

-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: