Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2010
    Posts
    33
    Plugin Contributions
    0

    Default javascript question

    Hi,

    Im making a drop down dynamic menu, as a rollover. I realise that I need to make a trip to the server, to execute my php, so that i can make the menu.

    was trying to do something similar to

    location.href="index.php?Result=" + p_param;

    param being passed to a select statement. The problem is that this forces a page redraw which makes the original page 'flicker' . is ther another solution for this .... ?

    any help appreciated

  2. #2
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: javascript question

    I am not sure what you mean by your question. Isn't the whole purpose of Roll Over menu is "NOT TO RELOAD THE PAGE".

    Most menus I seen use css or Jquery effect.

  3. #3
    Join Date
    Mar 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: javascript question

    well the javascript will call a function , passing it a parameter. I now wish to go to the database with that passed parameter , make a selection, display my results in a div. Im not just displaying a static html page into the div, it must be based on a database select ...

 

 

Similar Threads

  1. Adding javascript question
    By apotterdd in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Aug 2008, 06:31 AM

Posting Permissions

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