Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > help! anyone familiar with SLL-layer Java??

Reply
Thread Tools

help! anyone familiar with SLL-layer Java??

 
 
Bailee
Guest
Posts: n/a
 
      07-07-2003


I'm familar with HTML layout, but a total newbie at SSL coding and still in
Javascript 'kindergarten' !!
So please excuse my unfamiliarity with these issues.


I recently was asked to edit some shopping pages on a site's home page and
order page. The prices on the order page (on a secure server) were adjusted
to match the "specials" on the home page.

Somewhere in the process, I created the following problem on the page: the
little "lock" icon denoting 128-bit SSL security does not appear now in the
bottom panel of IE6 when I log on to the site. I purposely uploaded the
original "order" page and compare the two - and it's fine on that page. In
fact if you double-click your mouse on the blank spot where the little
"lock" icon should be, you do get the security certificate showing up okay.

I've gone over and over the pages and I can't seem to find the error. If
anyone could help me out with this I would really appreciate it!

here is the new page: https://www.website-secure.net/%7Eomega3bar/Order.htm

here is the "old" page where the "lock icon" works:
https://www.website-secure.net/%7Eom.../Order_OLD.htm

Bailee


(ps. I did have to 'comment' out some error-causing JS for form validation
on an "input-type" tag; I don't think this is the culprit, because I
commented the same code out on the original "OLD" page, and the little lock
icon still shows up .... - the commented-out code is about 4/5 of the way
down each page source code)


 
Reply With Quote
 
 
 
 
Toby A Inkster
Guest
Posts: n/a
 
      07-07-2003
On Mon, 07 Jul 2003 20:40:13 +0000, Bailee wrote:

> here is the new page: https://www.website-secure.net/%7Eomega3bar/Order.htm


Errrr.....

<link rel="stylesheet" href="file:///D|/HTML/0_OMEGA3BAR/website/CSS/active.css" type="text/css">
<link rel="stylesheet" href="file:///D|/HTML/0_OMEGA3BAR/website/CSS/visited.css" type="text/css">
<link rel="stylesheet" href="file:///D|/HTML/0_OMEGA3BAR/website/CSS/link.css" type="text/css">
<link rel="stylesheet" href="file:///D|/HTML/0_OMEGA3BAR/website/CSS/hover.css" type="text/css">

Do you expect people to have these files on their own "D:" drive? Do you
expect them to even have a "D:" drive? (I don't: I don't even have a "C:"
drive.)

Fix these to be "https://" addresses instead of "file://" addresses. Also,
replace any "http://" addresses with "https://" addresses too. This should
fix your lock.

--
Toby A Inkster BSc (Hons) ARCS | private.php?do=newpm&u= | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)
 
Reply With Quote
 
 
 
 
Bailee
Guest
Posts: n/a
 
      07-08-2003
Thanks Toby! Worked like a charm.

Bailee


> Do you expect people to have these files on their own "D:" drive? Do you
> expect them to even have a "D:" drive? (I don't: I don't even have a "C:"
> drive.)
>
> Fix these to be "https://" addresses instead of "file://" addresses. Also,
> replace any "http://" addresses with "https://" addresses too. This should
> fix your lock.




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Invalid Descriptor - Error 906 - Anyone familiar? Lindsay Pallickal Java 4 01-31-2008 08:24 AM
Anyone familiar with the "Timetracker starter kit"? jens Jensen ASP .Net 0 02-17-2006 12:02 PM
Re: Anyone familiar with TAR_DLY? Andy Peters VHDL 1 11-18-2005 05:09 PM
Anyone familiar with working in a Solomon Tools Environment ? Leveridge Systems INC ASP .Net 1 10-21-2004 02:53 AM
anyone familiar with rockwell IP phones? peter walker Cisco 0 01-04-2004 03:38 PM



Advertisments