Author: Bertrand Mercier
Email: [EMAIL PROTECTED]
Message:
I had the same problems ... the description given was always the top menu of my
website.
So, in my code (ASP) I have a little function like :
function IsSearch()
if Request.ServerVariables ("HTTP_USER_AGENT") = "udmSearch" then
IsSearch = True
else
IsSearch = False
end if
end function
and all over my code, I've got stuff like
if issearch = false then
You're a user so I Display the top menu
else
You're the indexer, so I will display the menu on bottom
end if
etc ...
Reply: <http://www.mnogosearch.org/board/message.php?id=2781>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]