Knowledge Base support case for Likno Web Tabs Builder, abstracted and stripped of all user’s private info.
Initial Email From: Bill
Initial Email Subject: external pages in tabs
Support Case Month: July 2012
Why does this code
<script type="text/javascript" src="http://www.foxmls.com/slideshowJS.php">
</script>
cause the following to break? http://www.foxmls.com/defaultTest.aspx
I am trying to use tabs with internal code
Reply From: Likno Customer Support
Hello,
This happens because the script you are trying to load is amending the page. The DIVs that you use for Tabs are detached from the page and inserted back into it depending on the needs of the Tab control. If you have script code in there, it can cause this to run more than once. When you try to run a page-altering script after a page has fully loaded, the page breaks.
If you want to use the result of this script as a content for your Tab, then you need to first run your script and then somehow use the generated HTML. Is it possible to have the script produce its HTML into a specific target DIV for example? If not, then I am afraid you may not be able to combine the two.
Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: break, content, div, external page, html, internal code, jquery, load, page, script, tab, website
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: User
Initial Email Subject: Build menu from sub menus?
Support Case Month: July 2012
Is there a method to break a main menu into sub menus. Like an “Include” Statement.
Reply From: Likno Customer Support
Hello,
I am afraid this is not possible with a standard menu. This could work only if you use the UL/LI structure, in which case you can store the UL/LI structure (or part of it) in a separate include file.
Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: break, css menu, drop-down menu, include, javascript menu, jquery, LI, Menu, sliding menu, structure, submenus, UL, website
Knowledge Base support case for Likno Web Modal Windows Builder, abstracted and stripped of all user’s private info.
Initial Email From: Bill
Initial Email Subject: Testing my new server
Support Case Month: June 2012
I am testing my new environment. I noticed the modal windows are not opening on top but within a window. Is there a reason why?

It opens inside:

At my original site it look like:

Bill
Reply From: Likno Customer Support
Dear Bill,
The modal library will always try to break out of frames and cover the whole page. However this is not always possible due to security restrictions of each browser.
My guess is that the pages you are loading are not all from the same domain (e.g. your page is on “50.63.158.20” but the page you call in the tab is coming from “foxmls”).
If this is the case, then it would be a “security breach” for the browser to allow the modal to alter the parent page in any way (e.g. cover it with the overlay).
Please make sure that all the pages are coming from the exact same domain.
Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: break, browser, domain, frames, jquery, modal, modal window, overlay window, page, restrictions, security, security breach, top, website, window