No. 
They surround/denote ASP code which might or might not contain
function/procedure calls.
Regards, Dave S
----- Original Message -----
From: "scramjetter" < no_reply%40yahoogroups.com">no_reply
yahoogroups.com>
To: < JavaScript_Official%40yahoogroups.com">JavaScript_Official
yahoogroups.com>
Sent: Saturday, May 05, 2007 4:26 AM
Subject: Re: [JavaScript] adding ssl seal to home page
> Alan,
>
> The <% ... %> tags are no doubt ASP function/procedure calls.
>
> Paul
>
>
>
> --- In JavaScript_Official%40yahoogroups.com">JavaScript_Official
yahoogroups.com, "Alan K Baker" <alan
...>
> wrote:
>>
>> Dave.
>>
>> This may be off-topic for a Javascript forum, but I hope no-one
> will mind.
>>
>> ISTM the problem is with your HTML not your Javascript. I'm not
> sure if what you sent has become garbled, or whether that is what you
> code really looks like. 
>> However, it won't work as you found out. Also, don't use "%" to
> comment in HTML, use the <!-- xxx --> construct. e.g. <!-- This Is A
> Comment -->
>> For your table try this:
>>
>> <div style="border:0px" style="font-weight:bold" style="font-
> size:7pt">
>> <table>
>> <!-- Displayrandomproducts -->
>> <tbody>
>> <tr>
>> <td align="center">
>> <a href=http://www.instantssl.com><img
> src="shopping/images/site/images/horz_master_120pixels.jpg" alt="SS"
> width="120" height="72"></a>
>> </td>
>> </tr>
>> </tbody>
>> </table>
>> <!-- Any other stuff for this div can go here -->
>> </div>
>> <!-- shoppagetrailer -->
>>
>> Your photo needs to be contained within the Anchor or it won't
> point to the link.
>> If this still doesn't work, check that the
> file "horz_master_120pixels.jpg" is where you've told the code that
> it is.
>> I always use relative addressing, even for internal hyperlinks, so
> that if you move your main containing folder (maybe to another
> server) you don't need to worry about actual address names.
>> e.g. If I have a containing folder called "Container" and within
> that folder my html code is in a folder called "Scripts" and my
> photos are in a folder called "Photos",
>> my code will read:
>> <img src="../Photos/horz_master_120pixels.jpg">
>> so that provided the "Container" folder is moved along with
> everything inside it, my code will always find the intended file.
>>
>> Regards,
>>
>> Alan.
>>
>> www.theatreorgans.co.uk
>> Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups
>> Shopsmith 520 + bits
>> Flatulus Antiquitus
>>
>> ----- Original Message -----
>> From: David Calandra Jr
>> To: JavaScript_Official%40yahoogroups.com">JavaScript_Official
yahoogroups.com
>> Sent: Thursday, May 03, 2007 6:43 PM
>> Subject: [JavaScript] adding ssl seal to home page
>>
>>
>> Hello all,
>> I have no coding backround
>> I am trying to add a photo for my ssl to my home page of my
> shopping
>> cart
>> when I do so all I get is the code showing"the link works but no
>> photo"
>> I have put the photo in the images folder and here is the code on
> my
>> home page
>> <!--#include file="shop$db.asp"-->
>> <!--#include file="shoprandomproducts.asp"-->
>> <!--#include file="shopcustomerprices.asp"-->
>> <!--#include file="shopfileio.asp"-->
>> <%InitializeSystem%>
>> <%shoppageheader%>
>> <table>
>> <td align="center"><%Displayrandomproduc