Hi,
I started off with this post: and, thanks to BillyRayPreachersSon, found this is an SQL thing, not JavaScript. I know nothing about SQL.
So, long story short, I want to display my externally generated listing by the first letter only per page, exactly like these guys do:
The 3rd party service gave me these tools to work with, but I don't know how it works:
This is the JavaScript that calls the code into my page: <script language="javascript" type="text/javascript">
document.write('<script language="javascript" src=" Tickets"></' + 'script>');
</script>
Any ideas?
I started off with this post: and, thanks to BillyRayPreachersSon, found this is an SQL thing, not JavaScript. I know nothing about SQL.
So, long story short, I want to display my externally generated listing by the first letter only per page, exactly like these guys do:
The 3rd party service gave me these tools to work with, but I don't know how it works:
This is the JavaScript that calls the code into my page: <script language="javascript" type="text/javascript">
document.write('<script language="javascript" src=" Tickets"></' + 'script>');
</script>
Any ideas?