Jump to content
Larry Ullman's Book Forums

Search the Community

Showing results for tags 'clientside storage'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Single Editions
    • Modern Javascript: Develop and Design
    • The Yii Book
    • Effortless Flex 4 Development
    • Building a Web Site with Ajax: Visual QuickProject
    • Ruby: Visual QuickStart Guide
    • C++ Programming: Visual QuickStart Guide
    • C Programming: Visual QuickStart Guide
    • Adobe AIR: Visual QuickPro Guide
  • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (5th Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)
    • PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (3rd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (1st Edition)
  • PHP for the Web: Visual QuickStart Guide
    • PHP for the Web: Visual QuickStart Guide (5th Edition)
    • PHP for the Web: Visual QuickStart Guide (4th Edition)
    • PHP for the Web: Visual QuickStart Guide (3rd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (2nd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (1st Edition)
  • Effortless E-commerce with PHP and MySQL
    • Effortless E-Commerce with PHP and MySQL (2nd Edition)
    • Effortless E-Commerce with PHP and MySQL
  • PHP Advanced: Visual QuickPro Guide
    • PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition)
    • PHP 5 Advanced: Visual QuickPro Guide (2nd Edition)
    • PHP Advanced: Visual QuickPro Guide
  • MySQL: Visual QuickStart Guide
    • MySQL: Visual QuickStart Guide (2nd Edition)
    • MySQL: Visual QuickStart Guide (1st Edition)
  • Other
    • Announcements
    • Newsletter, Blog, and Other Topics
    • Forum Issues
    • Social

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 1 result

  1. Hi there! I posted a question on the php6/Mysql forum a while back about making popup tooltips with content filled through a mysql database connection. I was pointed towards the ajax quick project book, and as near as can be.. it is almost ready for uploading to my isp's server. The project is to allow the user access to live popup tooltips over bible scripture containing the original greek/hebrew definitons from the Mysql database. The connection is through ajax. I have a couple of enduring small problems... I have a small form with three radio buttons linked to onchange handlers in the window.onload = init; function. They allow the selection of no markup, single character markup and dictionary subject_key superscript markup within the text on the page. It is this markup that acts as the triggers for the popup tooltips. All I would like to be able to put together now is some kind of client side storage of the state of the users choice for the appearance of the markup (the radio buttons) . Enduring beyond the user's current session is preferable,.. but across tabs desirable and between pages in the browsing "lane" is essential. I have ruled out sessionStorage for this, and MS userData wouldnt work either as I would browse across folders. - Help? The radio buttons appear on the page if ajax is supported. Can you help me with some advice and / or assistance on putting together something that will work on most browsers? I can happily rule out any that do not support ajax through XMLHttpRequest or ActiveX. After that, I would like to be able to keep a clientside stored history list of popup's visited, but only through an onclick event, not the mouseover/mouseout. This can wait,.. but initial help with things stored client side would help a great deal! Thanks for any help you can offer - I am finding javascript very confusing, (I much prefer ansi C) I know its a little off topic ajax wise, but it is a web site using ajax,.. and i could really use the help Alex
×
×
  • Create New...