Directorio







sondeo de opinión
Le parece que la comercialización de softwares en modo SaaS/ASP es una oportunidad para la distribución TI?

Process to integrate an e-directory in your own web site for free

This process is designed for those who wants to get the benefit of the compubase database in their own web site. The compubase database covers more than 100,000 IT and Telecoms companies.
The e-directroy allows, on certain conditions, to embeded search features and data visualisation into your own web site.


Test the sample of the HTML code described below with a search by company name


Company Name :

Values used for this sample

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

Test the sample of the HTML code described below with a search by product key word


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 the step by step process


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=