All I did was copy and paste it straight from the VikingCoders
documentation. I didn't change anything. The documentation is incorrect.
I need to email them and let them know. I did notice the 's and thought
that was strange, but I missed the missing "c?" Thanks for catching that
for me.
Craig L.
-----Original Message-----
From: [email protected]
[mailto:[email protected]]On Behalf Of Andreas Toman
Sent: Wednesday, May 18, 2005 8:51 AM
To: 'Visual Reality'; 'Miva Merchant Users'
Subject: RE: [mru] Question about static search form.
Change mv to mvc! Your store is compiled and have a closer look at the faq
file concerning the syntax you are using.
BTW Why are you adding a after storecode (is your storecode really
storecode?)??
Andreas Toman
PCINET, LLC
Miva Development, Installation & Upgrade
"E-commerce is the next step in the evolution ..."
www.pcinet-llc.com
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Visual Reality
Sent: Tuesday, May 17, 2005 10:50 PM
To: Miva Merchant Users
Subject: [mru] Question about static search form.
Hola. I am having a problem with my static search form.
Here is the code I pasted in from the viking coders tutorial with a couple
of slight mods:
<form Style="display:inline" FORM METHOD = "post" ACTION
="<A HREF ="http://www.sermonvideos.com/Merchant2/merchant.mv?>">http://www.sermonvideos.com/Merchant2/merchant.mv?></A>
<INPUT TYPE = "hidden" NAME = "Store_Code" VALUE = "storecode">
<INPUT TYPE = "hidden" NAME = "Screen" VALUE = "SRCHM">
<INPUT TYPE="hidden" NAME="Search_desc" VALUE="1">
<INPUT TYPE="hidden" NAME="Search_name" VALUE="1">
<INPUT TYPE="hidden" NAME="Search_keys" VALUE="1">
<INPUT TYPE = "hidden" NAME = "BrokSearch_Have_List_Fields" VALUE="1">
<INPUT TYPE="text" NAME="Search_search" SIZE="22" VALUE=""
style="position:
relative; top: 2; border-style: solid; border-width: 1">
<input type="image" name="submit" align="middle"
src="newestgobutton8.gif"
width="29" height="19">
</form>
When I try to search for something, it gives me a "404 not found error"
and this is what is shown in the URL Address bar:
<A HREF ="http://www.sermonvideos.com/Merchant2/merchant.mv?><INPUT%20TYPE%20=">http://www.sermonvideos.com/Merchant2/merchant.mv?><INPUT%20TYPE%20=</A>
Here is a link to the store for a try:
<A HREF ="http://www.sermonvideos.com/Merchant2/merchant.mvc?">http://www.sermonvideos.com/Merchant2/merchant.mvc?</A>
Thanks for any help!
Craig L.
Comment