|
By linking to our site, you can help the ElectronicDesignNet.Com community to grow, and share in the benefits of our efforts. You can put a search box on your site that allows your users to immediately search all of ElectronicDesignNet.Com, or you can display a simple link to our site. For your convenience, we have included sample HTML that you can copy to your web page.
Search ElectronicDesignNet.Com
This places a small search box on your site that will search ElectronicDesignNet.Com, including our Buyer's Guide. Here is an example of what it looks like:
To place this on your site, simply copy the following HTML to your web page:
<form action="http://www.electronicdesignnet.com/cms/index.php" method="get" target="_blank"> <input type="hidden" name="option" value="com_search" /> <input type="hidden" name="Itemid" value="64" /> <input type="hidden" name="ordering" value="newest" /> <input type="hidden" name="searchphrase" value="any" /> <table background="http://www.electronicdesignnet.com/images/edncSearch.gif" height="150" width="180"> <tr> <td height="70"> </td> </tr> <tr> <td nowrap="nowrap" align="center"> <input type="text" name="searchword" id="search_searchword" size="15" maxlength="20" value="" /> <br /> <input type="submit" name="submit" value="Search" class="button" /> </td> </tr>
</table> </form>
Link to ElectronicDesignNet.Com
You can also link to us with a simple graphic, that looks like this:

To place this on your site, simply copy the following HTML to your web page:
<a href="http://www.electronicdesignnet.com/" target="_blank"><img src="http://www.electronicdesignnet.com/images/ednclink.gif" alt="ElectronicDesignNet.Com" height="150" width="180" border="0"></a>
We also have a smaller graphic:

To place this on your site, simply copy the following HTML to your web page:
<a href="http://www.electronicdesignnet.com/" target="_blank"><img src="http://www.electronicdesignnet.com/images/elogo-70.gif" alt="ElectronicDesignNet.Com" height="70" width="82" border="0"></a>
|