List Info

Thread: Re: adding ssl seal to home page




Re: adding ssl seal to home page
country flaguser name
United States
2007-05-04 13:26:55

Alan,

The <% ... %> tags are no doubt ASP function/procedure calls.

Paul

--- In JavaScript_Official%40yahoogroups.com">JavaScript_Officialyahoogroups.com, "Alan K Baker"; <alan...>
wrote:
>
&gt; Dave.
&gt;
> This may be off-topic for a Javascript forum, but I hope no-one
will mind.
&gt;
> 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 "%&quot; to
comment in HTML, use the <!-- xxx --> construct. e.g. <!-- This Is A
Comment -->
&gt; For your table try this:
&gt;
> <div style=&quot;border:0px" style=&quot;font-weight:bold&quot; style=&quot;font-
size:7pt&quot;>
&gt; <table&gt;
> <!-- Displayrandomproducts -->
&gt; <tbody&gt;
> <tr>
> <td align=&quot;center&quot;>
> <a href=http://www.instantssl.com>&lt;img
src=&quot;shopping/images/site/images/horz_master_120pixels.jpg" alt="SS"
width=&quot;120&quot; height=&quot;72"></a>
> </td>;
> </tr>;
> </tbody>
> </table>
> <!-- Any other stuff for this div can go here -->
&gt; </div&gt;
> <!-- shoppagetrailer -->
>
> Your photo needs to be contained within the Anchor or it won't
point to the link.
&gt; 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.
&gt; 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:
&gt; <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.
&gt;
> Regards,
>
> Alan.
&gt;
> www.theatreorgans.co.uk
> Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups
&gt; Shopsmith 520 + bits
>; Flatulus Antiquitus
>
> ----- Original Message -----
> From: David Calandra Jr
> To: JavaScript_Official%40yahoogroups.com">JavaScript_Officialyahoogroups.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&quot;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"--&gt;
> <!--#include file=";shoprandomproducts.asp"-->
> <!--#include file=";shopcustomerprices.asp"-->
> <!--#include file=";shopfileio.asp"-->
&gt; <%InitializeSystem%>
&gt; <%shoppageheader%>
> <table&gt;
> <td align=&quot;center&quot;><;%Displayrandomproducts%>
> <a href=";http://www.instantssl.com";&gt;&lt;BR>&amp;lt;
>; img src="shopping/images/site/images/horz_master_120pixels.jpg"
> alt="SS" width=&quot;120" height=&quot;72" style=&quot;border:
> 0px;"&gt;&amp;lt;br&amp;gt; &lt;span style=&quot;font-weight:bold;
> font-size:7pt"&amp;gt;SSL&amp;lt;/span&gt;
> &lt;/a&gt;&amp;lt;br&amp;gt;>&lt;a>
>
>
> <%shoppagetrailer%>
>
> any help would be great
&gt;
> Dave
>;
>
> [Non-text portions of this message have been removed]
>

__._,_.___
.

__,_._,___
Re: adding ssl seal to home page
country flaguser name
United States
2007-05-04 15:41:14

No.

They surround/denote ASP code which might or might not contain
function/procedure calls.

Regards, Dave S

----- Original Message -----
From: "scramjetter&quot; < no_reply%40yahoogroups.com">no_replyyahoogroups.com>
To: < JavaScript_Official%40yahoogroups.com">JavaScript_Officialyahoogroups.com>
Sent: Saturday, May 05, 2007 4:26 AM
Subject: Re: [JavaScript] adding ssl seal to home page

> Alan,
&gt;
> The <% ... %> tags are no doubt ASP function/procedure calls.
&gt;
> Paul
>;
>
>
> --- In JavaScript_Official%40yahoogroups.com">JavaScript_Officialyahoogroups.com, "Alan K Baker"; <alan...>
> wrote:
&gt;>
&gt;> Dave.
&gt;>
&gt;> This may be off-topic for a Javascript forum, but I hope no-one
&gt; will mind.
&gt;>
&gt;> 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 "%&quot; to
> comment in HTML, use the <!-- xxx --> construct. e.g. <!-- This Is A
> Comment -->
&gt;> For your table try this:
&gt;>
&gt;> <div style=&quot;border:0px" style=&quot;font-weight:bold&quot; style=&quot;font-
&gt; size:7pt&quot;>
>> <table&gt;
>&gt; <!-- Displayrandomproducts -->
&gt;> <tbody&gt;
>&gt; <tr>
>> <td align=&quot;center&quot;>
>> <a href=http://www.instantssl.com>&lt;img
&gt; src="shopping/images/site/images/horz_master_120pixels.jpg" alt="SS"
> width=&quot;120" height=&quot;72"></a>
>> </td>;
>>; </tr>;
>>; </tbody>
>> </table>
>> <!-- Any other stuff for this div can go here -->
&gt;> </div&gt;
>&gt; <!-- shoppagetrailer -->
&gt;>
&gt;> Your photo needs to be contained within the Anchor or it won't
&gt; point to the link.
&gt;> 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.
&gt;> e.g. If I have a containing folder called "Container" and within
&gt; that folder my html code is in a folder called "Scripts" and my
> photos are in a folder called "Photos",
>> my code will read:
&gt;> <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.
&gt;>
&gt;> Regards,
>>
>> Alan.
&gt;>
&gt;> www.theatreorgans.co.uk
>&gt; Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups
&gt;> Shopsmith 520 + bits
>;> Flatulus Antiquitus
>>
>> ----- Original Message -----
>>; From: David Calandra Jr
>&gt; To: JavaScript_Official%40yahoogroups.com">JavaScript_Officialyahoogroups.com
&gt;> Sent: Thursday, May 03, 2007 6:43 PM
>&gt; 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&quot;the link works but no
>&gt; photo";
>>; I have put the photo in the images folder and here is the code on
> my
>&gt; home page
>;> <!--#include file=";shop$db.asp"--&gt;
>&gt; <!--#include file=";shoprandomproducts.asp"-->
>> <!--#include file=";shopcustomerprices.asp"-->
>> <!--#include file=";shopfileio.asp"-->
&gt;> <%InitializeSystem%>
&gt;> <%shoppageheader%>
>> <table&gt;
>&gt; <td align=&quot;center&quot;><;%Displayrandomproducts%>
>> <a href=";http://www.instantssl.com";&gt;&lt;BR>&amp;lt;
>;> img src="shopping/images/site/images/horz_master_120pixels.jpg"
>> alt="SS" width=&quot;120" height=&quot;72" style=&quot;border:
>> 0px;"&gt;&amp;lt;br&amp;gt; &lt;span style=&quot;font-weight:bold;
>> font-size:7pt"&amp;gt;SSL&amp;lt;/span&gt;
>> &lt;/a&gt;&amp;lt;br&amp;gt;>&lt;a>
&gt;>
&gt;>
&gt;> <%shoppagetrailer%>
>;>
>;> any help would be great
&gt;>
&gt;> Dave
>;>
>;>
>;> [Non-text portions of this message have been removed]
>>
>
>;
>
>
> Visit http://aiaiai.com for more groups to join
>; Yahoo! Groups Links
&gt;
>
>

__._,_.___
.

__,_._,___
Re: adding ssl seal to home page
country flaguser name
United States
2007-05-04 15:56:54

Good point guys. Put it down to a "senior moment&quot; in the early hours.

I'm sure you'll agree that the HTML was garbled, so to me where the "%&quot; appeared just seemed a bit odd.

Regards,

Alan.

www.theatreorgans.co.uk
Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups
Shopsmith 520 + bits
Flatulus Antiquitus

----- Original Message -----
From: David Smart
To: JavaScript_Official%40yahoogroups.com">JavaScript_Officialyahoogroups.com
Sent: Friday, May 04, 2007 9:41 PM
Subject: Re: [JavaScript] adding ssl seal to home page

No.

They surround/denote ASP code which might or might not contain
function/procedure calls.

Regards, Dave S

----- Original Message -----
From: "scramjetter&quot; < no_reply%40yahoogroups.com">no_replyyahoogroups.com>
To: < JavaScript_Official%40yahoogroups.com">JavaScript_Officialyahoogroups.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

[Non-text portions of this message have been removed]

__._,_.___
.

__,_._,___
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )