Web viewer setup-Ebay search

Web viewer setup-Ebay search

am 06.08.2007 10:07:14 von Lewis

How do I create a page to automatically insert specific fields in the search
bar of Ebay?

Re: Web viewer setup-Ebay search

am 06.08.2007 10:40:43 von Lewis

Ah worked it out; probably an obvious one!

"http://search.ebay.com.au/search/search.dll?from=R40&_trksi d=m37&satitle="
& etc....


www.musicswopshop.com.au



"Lewis" wrote in message
news:46b6d6a3$1@dnews.tpgi.com.au...
> How do I create a page to automatically insert specific fields in the
> search bar of Ebay?
>
>

Re: Web viewer setup-Ebay search

am 06.08.2007 22:42:18 von Latka Gravis

"Lewis" wrote in message
news:46b6de7d@dnews.tpgi.com.au...
> Ah worked it out; probably an obvious one!
>
> "http://search.ebay.com.au/search/search.dll?from=R40&_trksi d=m37&satitle="
> & etc....
>
>
> www.musicswopshop.com.au
>
>
>
> "Lewis" wrote in message
> news:46b6d6a3$1@dnews.tpgi.com.au...
>> How do I create a page to automatically insert specific fields in the
>> search bar of Ebay?
>>
>>
>

How did you do it? I'd like to learn that.

Thanks

Re: Web viewer setup-Ebay search

am 08.08.2007 08:34:47 von Lewis

Create custom web page in web search viewer:
"http://search.ebay.com.au/search/search.dll?from=R40&_trksi d=m37&satitle="
& whatever fields you would like it to search! I tried to get it to search a
particular category (musical instruments) but no dice. If you have any luck
with that one, let me know!
Cheers,
Lewis
Music swop shop
www.musicswopshop.com.au


"Latka Gravis" wrote in message
news:iJLti.13$pu7.9@newsfe05.lga...
>
> "Lewis" wrote in message
> news:46b6de7d@dnews.tpgi.com.au...
>> Ah worked it out; probably an obvious one!
>>
>> "http://search.ebay.com.au/search/search.dll?from=R40&_trksi d=m37&satitle="
>> & etc....
>>
>>
>> www.musicswopshop.com.au
>>
>>
>>
>> "Lewis" wrote in message
>> news:46b6d6a3$1@dnews.tpgi.com.au...
>>> How do I create a page to automatically insert specific fields in the
>>> search bar of Ebay?
>>>
>>>
>>
>
> How did you do it? I'd like to learn that.
>
> Thanks
>

Re: Web viewer setup-Ebay search

am 09.08.2007 04:54:03 von Latka Gravis

"Lewis" wrote in message
news:46b96405$1@dnews.tpgi.com.au...
>>>
>>>
>>> "Lewis" wrote in message
>>> news:46b6d6a3$1@dnews.tpgi.com.au...
>>>> How do I create a page to automatically insert specific fields in the
>>>> search bar of Ebay?

I don't know if this is what you're looking for, but, I use
search.ebay.com/{whateverI'mlookingfor} or search.ebay.com.au/{whateverI'm
lookingfor}
and I get results. You could also do it with buy.ebay.com.au and get Buy It
Now listings. So, if you wanted to automate it from your solution, you
could create a calculation similar to this one I use for google maps...

I created a calc field... (Do Not Store, results...text)
"http://maps.google.com/maps?q=" & ship1rec address book1::shiprecaddress1
&" " & " + " &ship1rec address book1::shiprecCity1 & " " & " + " &
ship1rec address book1::shiprecState1 &" " & "" & ship1rec address
book1::shipreczip1 & " " & " + " & "USA&sa=X&oi=map&ct=title"

The I created a script...

Open Url(no dialog, googlegetadd1)

And placed a button under the ship1recaddress field.

Click the button and right to google maps for that address you go.

Yours should be even simpler. Just an "Instrument" field and a concatenation
of the url in a calc and one button.


Kinda hokey, but it works. :)