SKMMenu and SSL

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Is anybody out there using SKMMenu with SSL? I'm having problems - getting
the secure/unsecure error message.

TIA - Jeff.
 
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.
 
Nice trick there Ken
Patrick

Ken Dopierala Jr. said:
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top