I'm having a little trouble here.
Background information being that this is how a functional page on the site looks: YayTickets.com - Cleveland Cavaliers NBA Tickets
Now, the Ticket listings on the right are a code that is this:
Now, you can see that is functioning properly because there are listings available. But when the Listings go away, it gets automatically directed to a None available page. You can view that by going here: YayTickets.com - Detroit Pistons NBA Tickets
It just redirects. And in a perfect world, I would just like for it to Say No Listings Available under there on the right side instead of redirecting. The only way I can think to do this would be an Iframe, and even then i'm not sure of the proper code to put there...and it would end up looking really tacky.
ANY IDEAS? I'd greatly appreciate your help!:ghost:
Background information being that this is how a functional page on the site looks: YayTickets.com - Cleveland Cavaliers NBA Tickets
Now, the Ticket listings on the right are a code that is this:
Code:
<td width="67%" valign="top"><div style='float:left;width:500px; padding-bottom:15px;'>
<script language="JavaScript" src="http://www.tickettransaction.com/?brokerid=1448&sitenumber=1&plugin=event_results&event=Cleveland Cavaliers&sortcol=&sortord=" type="text/javascript">
</script>
</td>
</tr>
</table>
Now, you can see that is functioning properly because there are listings available. But when the Listings go away, it gets automatically directed to a None available page. You can view that by going here: YayTickets.com - Detroit Pistons NBA Tickets
It just redirects. And in a perfect world, I would just like for it to Say No Listings Available under there on the right side instead of redirecting. The only way I can think to do this would be an Iframe, and even then i'm not sure of the proper code to put there...and it would end up looking really tacky.
ANY IDEAS? I'd greatly appreciate your help!:ghost:






