I have a very interesting problem.
I have a few sidebar blocks, they are suppliers search boxes.
One of them is an ebay search.
Today I added a new block for a new advertiser, he has a shop on ebay.
Suddenly the old ebay search button is displaying the new advertiser ebay shop search button. So the new ebay shop search button is displayed twice!!!!!!
How on earth can this happen?????
Both ebay and ebay shop search buttons work if the other is disabled.
The two sets of code are shown below.
ebay search.
<center><img src="http://pics.ebaystatic.com/aw/pics/logos/logoEbay_x45.gif" height=35 width160></br>
<br /> <form method="get" target="_blank" action="http://search.ebay.co.uk/search/search.dll"><input type="hidden" name="sojs" value="1"><input type="hidden" name="from" value="R40"><input type="text" maxlength="300" name="satitle" size="20"><input type="submit" value="Search"></form>
</center>
ebay shop search button
<CENTER>
<img
src="http://www.television-magazine-forum.co.uk/images/misc/emo's-tvs1.gif">
<form name="search" method="get" action="http://search.stores.ebay.co.uk/search/search.dll" target="_blank">
Search emo's-tvs ebay Store:
<input type="text" name="query" size="7">
<input type="submit" value="Go" width="20" height="16" border="0">
<input type="hidden" name="MfcISAPICommand" value="GetResult">
<input type="hidden" name="sid" value="1018849169">
<input type="hidden" name="store" value="emo's-tvs">
<input type="hidden" name="colorid" value="15">
<input type="hidden" name="fp" value="0">
<input type="hidden" name="srchdesc" value="y">
</form>
How can the sidebar display two different blocks as the same one???????
|