Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Question - Page Load Feedback


  • From: flavio at economisa.com.br (Flavio Gomes)
  • Subject: [Javascript] Question - Page Load Feedback
  • Date: Wed Jul 20 09:22:11 2005

Milo, I believe he meant these links:

Find Lodging
    * Bed & Breakfasts
    * Hotels & Motels
    * Campgrounds
    * Camps, Cottages & Cabins
    * Singer Castle

 They most probably do some kind of query on the database.

  Right now it really doesn't seem to be so heavy for you to need to do 
some kind of control, but you can simply remove the "href" property of 
the "Anchor" tags and show some kind of message, so the user won't be 
able to click twice and generate big traffic on your server, that's the 
problem you're facing, right? (problem = big traffic)

-- 
Flavio Gomes
flavio@xxxxxxxxxxxxxxxx


Shawn Milo wrote:

>I checked out your site, but I'm not sure what you mean by 'choose
>another option under lodging.' The link 'lodging' itself doesn't do
>anything, but I'm sure it's because I was already on the lodging page.
>But the links underneath it all change the information on the page.
>
>Maybe I'm just misunderstanding your description of the problem...
>
>Milo
>
>On 7/20/05, Harvey A. Ramer <harvey.ramer@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>  
>
>>I designed a web site does not provide feedback after a user clicks a link
>>that queries the db. The result is that the user wonders if anything is
>>happening. What is the simplest way I can approach this project using
>>Javascript? I'm not asking for a complete script, just how to research and
>>develop a solution. The URL is
>>http://67.15.98.86/tourism/lodging-dining/lodgingbandb/ and if you choose
>>another option under lodging you will see what I mean.
>>
>>My initial thought is to provide a boolean variable from PHP for Javascript
>>to use as an event. When the boolean is on, the event triggers and an
>>animated gif appears. Is this the best way?
>>
>>Thanks
>>
>>Harvey Ramer
>>    
>>