Home All Groups Group Topic Archive Search About
Author
10 Oct 2005 5:52 PM
UJ
Is anybody out there using SKMMenu with SSL? I'm having problems - getting
the secure/unsecure error message.

TIA - Jeff.

Author
10 Oct 2005 7:02 PM
Ken Dopierala Jr.
Hi Jeff,

I ran into the same problem when coding the Ultra Menu
(http://www.OTBTechSystems.com).  In order to show a Div over a drop down
box in IE you need to dynamically create an iFrame and place that under the
Div first.  If you fill it with src=blank.htm then SSL will give the
warning.  If you can do a search and replace before in the render event or
have access to the code, change it to "src=javscript;;".  (2 semicolons)
The drawback to this is the iFrame will have an error message on it so if
your Div is transparent it will show through.  If you are using
non-transparent Divs then it'll work just fine for you, if not you'll need
to redirect that src tag in the render event (or code) to a secure resource.
I havn't released V1.5 of the Ultra Menu yet but you could make the changes
in that as it comes with all the code.  Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

Show quoteHide quote
"UJ" <f***@nowhere.com> wrote in message
news:%23fQg0NczFHA.3408@TK2MSFTNGP09.phx.gbl...
> Is anybody out there using SKMMenu with SSL? I'm having problems - getting
> the secure/unsecure error message.
>
> TIA - Jeff.
>
>
Are all your drivers up to date? click for free checkup

Author
11 Oct 2005 1:47 AM
Patrick.O.Ige
Nice trick there Ken
Patrick

Show quoteHide quote
"Ken Dopierala Jr." <kdopiera***@wi.rr.com> wrote in message
news:%23$zNqyczFHA.3188@TK2MSFTNGP14.phx.gbl...
> Hi Jeff,
>
> I ran into the same problem when coding the Ultra Menu
> (http://www.OTBTechSystems.com).  In order to show a Div over a drop down
> box in IE you need to dynamically create an iFrame and place that under
the
> Div first.  If you fill it with src=blank.htm then SSL will give the
> warning.  If you can do a search and replace before in the render event or
> have access to the code, change it to "src=javscript;;".  (2 semicolons)
> The drawback to this is the iFrame will have an error message on it so if
> your Div is transparent it will show through.  If you are using
> non-transparent Divs then it'll work just fine for you, if not you'll need
> to redirect that src tag in the render event (or code) to a secure
resource.
> I havn't released V1.5 of the Ultra Menu yet but you could make the
changes
> in that as it comes with all the code.  Ken.
>
> --
> Ken Dopierala Jr.
> For great ASP.Net web hosting try:
> http://www.webhost4life.com/default.asp?refid=Spinlight
> If you sign up under me and need help, email me.
>
> "UJ" <f***@nowhere.com> wrote in message
> news:%23fQg0NczFHA.3408@TK2MSFTNGP09.phx.gbl...
> > Is anybody out there using SKMMenu with SSL? I'm having problems -
getting
> > the secure/unsecure error message.
> >
> > TIA - Jeff.
> >
> >
>
>
Author
11 Oct 2005 1:53 PM
Ken Dopierala Jr.
Thanks Patrick,

I can't take credit for it.  I was searching for how to handle Divs over
drop downs and came across it.  Ken.

Show quoteHide quote
"Patrick.O.Ige" <naijaco***@hotmail.com> wrote in message
news:euZS4WgzFHA.3720@TK2MSFTNGP14.phx.gbl...
> Nice trick there Ken
> Patrick
>
> "Ken Dopierala Jr." <kdopiera***@wi.rr.com> wrote in message
> news:%23$zNqyczFHA.3188@TK2MSFTNGP14.phx.gbl...
> > Hi Jeff,
> >
> > I ran into the same problem when coding the Ultra Menu
> > (http://www.OTBTechSystems.com).  In order to show a Div over a drop
down
> > box in IE you need to dynamically create an iFrame and place that under
> the
> > Div first.  If you fill it with src=blank.htm then SSL will give the
> > warning.  If you can do a search and replace before in the render event
or
> > have access to the code, change it to "src=javscript;;".  (2 semicolons)
> > The drawback to this is the iFrame will have an error message on it so
if
> > your Div is transparent it will show through.  If you are using
> > non-transparent Divs then it'll work just fine for you, if not you'll
need
> > to redirect that src tag in the render event (or code) to a secure
> resource.
> > I havn't released V1.5 of the Ultra Menu yet but you could make the
> changes
> > in that as it comes with all the code.  Ken.
> >
> > --
> > Ken Dopierala Jr.
> > For great ASP.Net web hosting try:
> > http://www.webhost4life.com/default.asp?refid=Spinlight
> > If you sign up under me and need help, email me.
> >
> > "UJ" <f***@nowhere.com> wrote in message
> > news:%23fQg0NczFHA.3408@TK2MSFTNGP09.phx.gbl...
> > > Is anybody out there using SKMMenu with SSL? I'm having problems -
> getting
> > > the secure/unsecure error message.
> > >
> > > TIA - Jeff.
> > >
> > >
> >
> >
>
>

Bookmark and Share