Annuaire


Sondage
La diffusion de logiciels en mode SaaS / ASP est elle une opportunité pour la distribution IT ?

Comment intégrer un annuaire de sociétés ou de logiciel gratuitement dans votre site

This service is designed for those who want to integrate the compubase database in their own web site. The compubase database covers more than 100,000 IT and Telecoms companies.
The e-directroy allows, under certain conditions, to integrate search features and data visualisation into your own web site.


Test the sample of the HTML code described below for a search by company name (A1)


Company Name :

Values used for this sample

Country = "*"
Language = "E"
Mod = "DSEARCH.CPYNAME"

Test the sample of the HTML code described below for a search by product key word (A2)


Product Key word :

Values used for this sample

Country = "*"
Language = "E"
Mod = "DSEARCH.PRODKW"

Test the sample of HTML code discribed below for a search by type of software. (B)



Value for this search

Country = "*"
Language = "E"
Mod = "NSEARCH"

Simple and fast if you follow this process step by step


1- Integrate the HTML code described below into your web site - This demo works under ITIndex colours but your web access can be personnalised at the end of the process if you wish to do so.
2- This service is free you only have to declare your website to compubase, and fill out an agreement form.
3- To be part of our partner list and to have a personnalised webpage, you must also send us your logo .
4- We will then supply you with the value which will replace "itindex" in the code chain.
> Send your request here

<!-- (A1 or A2)- TEXT TO BE INTEGRATED INTO YOUR WEB SITE FOR A SEARCH WITH AN INPUT-->
<html> <body>
<form action="http://www.compubase.net/webcpx/" method="get" target='_blank'>
<input type="hidden" name="part" value="itindex">
<input type="hidden" name="lang" value="E">
<input type="hidden" name="country" value="*">
<input type="hidden" name="mod" value="DSEARCH.CPYNAME">
Company Name : <input type="text" name="v" size=40 value="Type in the company name to search">
  
<input type="submit" value="Search">
</form> </body> </html>
<!-- END OF TEXT TO BE INTEGRATED INTO YOUR WEB SITE -->

<!-- ( B )- TEXT TO BE INTEGRATED INTO YOUR WEB SITE FOR A SEARCH WITH AN INDEX-->
<html> <body>
<form action="http://www.compubase.net/webcpx/" method="get" target='_blank'>
<input type="hidden" name="part" value="itindex">
<input type="hidden" name="lang" value="E">
<input type="hidden" name="country" value="*">
<input type="hidden" name="mod" value="NSEARCH">
<input type="submit" value="Clic here to find your software solution">
</form> </body> </html>
<!-- END OF TEXT TO BE INTEGRATED INTO YOUR WEB SITE -->

</br>

=POSSIBLE VAR= for search type A1, A2, B

**Language**
The default language is Englis but you can change it by replacing the value in the line <input type="hidden" name="lang" value="E">
"E" = English
"F" = French
"G" = German
"S" = Spanish
"I" = Italian

=POSSIBLE VAR= for search type A1, A2,B
**Search key**
Searches can be realized on other chains than the company name by replacing the corresponding code.
Possible Search Keys for company
DSEARCH.CPYNAME / For search by company name
DSEARCH.FAX / For search by company fax N°
DSEARCH.PHONE / For search by company tel N°
DSEARCH.WEBADDR / For search by company web address

Possible Search Keys for products
DSEARCH.PRODKW / For search by product Key word or thematic
DSEARCH.PRODNAME / For search by product Key word

Possible Search by Index
NSEARCH / For search by product software index

=POSSIBLE VAR= for search type A1, A2, B
**Country**
By default a search is realized on "all countries" but you can restrain the search to a specific country by changing the value in the following line of the code
<input type="hidden" name="country" value="E">

The possible value for country are

"A"= Austria
"B"= Belgium
"CH"= Switzerland
"D"= Germany
"GB"= United-Kingdom
"IRL"= Ireland
"L" = Luxemburg
"S"= Sweden
"US"= United-States
"E"= Spain
"I"= Italy
"DK"= Denmark
"FIN"= Finland
"N"= Norway
"NL"= Netherlands
"P"= Portugal
"F"= France
"PL"= Poland
"CZ"= Czech Rep
"RUS"= Russia
"*"= All


=END OF POSSIBLE VAR=