Results 1 to 2 of 2

Thread: LogicWeb

  1. #1
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default LogicWeb

    Greetings,

    I'm trying to setup proper javascript fallback for LogicWeb www.logicweb.com . I am not a designer by trade so please bear with me here. Currently, I simply used this method:

    <noscript><img alt="Javascript is Disabled in your Browser" src="images/javascript.gif" /></noscript>
    The problem is shown in the screenshot, looks horrible. Otherwise, homepage is pleasant with ajax tabs when javascript is enabled.

    How can I go about doing a proper fallback without adverse effects?
    Talk Jesus Forums [ Over 100 Fulfilled Prophecies in the Bible ]
    .....................................................................................
    LogicWeb [ Awesome Web Hosting Since 2004 ]

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well, I'm not about to redesign your page, but one idea with AJAX for a fully compatible non-javascript fall back is have links something like so:

    Code:
    <a href="import_1.htm" 
    onclick="myAJAX_function(this.href, 'target_id');return false;">
    Important Stuff</a>
    Then, if you click on the link without javascript enabled, it takes you to the page, which could have content for navigation (regular links) and other things (like a header and footer) that are in a division(s) that has its display style set to none on the 'top' page, should it get imported there by the javascript enabled browser, but which are visible on that page by itself for anyone who navigates directly to it.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •