

|
 |
 |
 |


To link to the Musictoday.com home page, insert the following html into your page:

code:
<!-- Musictoday link STARTS here -->
<a href="http://www.musictoday.com">
<img src="http://www.musictoday.com/images/little_static.gif" align=center></a>
<!-- Musictoday link ENDS here -->
This image will be inserted on your page:

The Musictoday.com icon will be loaded from the Musictoday.com server.


To add the Musictoday live music search box to your site, insert the following html:
code:
<!-- Musictoday Search Form code STARTS here -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#000000" height="60" width="468">
<table border="0" cellpadding="0" cellspacing="0" height="60" width="468" bgcolor="#999999">
<tr>
<td rowspan=2 bgcolor="#330000" align="left"><img src="http://musictoday.com/images/spacer.gif" width="4" height="1"><img src="http://musictoday.com/images/search_for_tourdates.gif" border="0" width="104" height="36"><img src="http://musictoday.com/images/spacer.gif" width="10" height="1"></td>
<td align="right" bgcolor="#999999"><img src="http://musictoday.com/images/spacer.gif" width="1" height="7"><br><img src="http://musictoday.com/images/mt_logo2.gif" border="0" width="152" height="14"><img src="http://musictoday.com/images/spacer.gif" width="7" height="1"><br></td>
</tr>
<tr>
<td align="left" bgcolor="#999999">
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#999999">
<tr bgcolor="#999999" valign="middle">
<td width="10"><img src="http://musictoday.com/images/spacer.gif" width="10" height="40"></td>
<form action="http://musictoday.com/default.asp" method="post" id=form1 name=form1>
<td>
<img src="http://musictoday.com/images/search_by2.gif" width="61" height="7"><br>
<select name="whataction">
<option value="Artist" >Artist
<option value="Venue" >Venue
<option value="City" >City
<option value="Festival" >Festival
</select>
<!--br><img src="http://musictoday.com/images/spacer.gif" width="1" height="3"--></td>
<td width="10"><img src="http://musictoday.com/images/spacer.gif" width="10" height="1"></td>
<td>
<img src="http://musictoday.com/images/search_for2.gif" width="67" height="7"><br>
<input type="text" name="whatclub" value="" size="25">
<!--br><img src="http://musictoday.com/images/spacer.gif" width="1" height="3"--></td>
<td align="center">
<img src="http://musictoday.com/images/spacer.gif" width="1" height="5"><br><img src="http://musictoday.com/images/spacer.gif" width="10" height="1"><input type="image" src="http://musictoday.com/images/go_button.gif" border="0" width="30" height="17" id="image1" name="image1"><img src="http://musictoday.com/images/spacer.gif" width="3" height="1"><br>
<!--img src="/images/spacer.gif" width="1" height="10"--></td>
</form>
<td bgcolor="#999999" rowspan="2" width="2"><img src="http://musictoday.com/images/spacer.gif" width="2" height="1"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Musictoday Search Form code ENDS here -->


To add a Musictoday link to tourdates for a specific artist, insert the following html into your page:
code:
<form action="http://www.musictoday.com/default.asp" method="post" target="musictodaywindow">
<input type="hidden" name="whataction" value="Artist">
<input type="hidden" name="whatclub" value="Your_Artist_Here">
<input type="image" src="http://www.musictoday.com/Images/little.gif" width="124" height="32" border="0">
</form>
This image will be inserted on your page:
example:
For the button above, "Dave Matthews Band" was inserted into value="Your_Artist_Here"


To add a Musictoday link to tourdates for a specific venue, insert the following html into your page:
code:
<form action="http://www.musictoday.com/default.asp" method="post" target="musictodaywindow">
<input type="hidden" name="whataction" value="Venue">
<input type="hidden" name="whatclub" value="Your_Venue_Here">
<input type="image" src="http://www.musictoday.com/Images/little.gif" width="124" height="32" border="0">
</form>
This image will be inserted on your page:
example:
For the button above, "Nissan Pavillion at Stone Ridge" was inserted into value="Your_Venue_Here"


To add a Musictoday link to tourdates for a specific city, insert the following html into your page:
code:
<form action="http://www.musictoday.com/default.asp" method="post" target="musictodaywindow">
<input type="hidden" name="whataction" value="City">
<input type="hidden" name="whatclub" value="Your_City_Here">
<input type="image" src="http://www.musictoday.com/Images/little.gif" width="124" height="32" border="0">
</form>
This image will be inserted on your page:
example:
For the button above, "New York" was inserted into value="Your_City_Here"


To add a Musictoday link to tourdates for a specific festival, insert the following html into your page:
code:
<form action="http://www.musictoday.com/default.asp" method="post" target="musictodaywindow">
<input type="hidden" name="whataction" value="Festival">
<input type="hidden" name="whatclub" value="Festival_Name_Here">
<input type="image" src="http://www.musictoday.com/Images/little.gif" width="124" height="32" border="0">
</form>
This image will be inserted on your page:
example:
For the button above, "Telluride Bluegrass Festival" was inserted into value="Festival_Name_Here"
|
|