Closed Thread
Results 1 to 6 of 6

Thread: pop up in windows

  1. #1
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    pop up in windows

    hey guys im doing a web based software for my body's new gym.

    now i made it so when a client scans his membership card it inserts the data in the databse(time,client id)

    now i want to make a script that when they scan it veryfies the membership status (date) and a popup that opens to warn the staff that his membership is almost over.

    so the ajax part question would be that if the guy(staff)has the application minimized it would still popup?

    is it possibleto do it in the icon tray?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: pop up in windows

    but how can you enter the card data if the window is minimized? Do you have a special software that makes a web call upon card use?

  4. #3
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    Re: pop up in windows

    sorry wrong info

    there is a pc made just for that and it will insert the data in the DB

    so i have to get the info i need to figure out how to trigger the the other pc tocheck the db when a client swips..

  5. #4
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: pop up in windows

    why not just let the card reader pc play a nice sound if it's almost ended, and another one when it's not valid any longer? then your problem is solved :-)

    if this is locally used, you could have a iframe that actually reloads every 3-5 seconds...

  6. #5
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    Re: pop up in windows

    Quote Originally Posted by orjan View Post
    why not just let the card reader pc play a nice sound if it's almost ended, and another one when it's not valid any longer? then your problem is solved :-)

    if this is locally used, you could have a iframe that actually reloads every 3-5 seconds...
    how ?what do i look for?

  7. #6
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: pop up in windows

    you could actually have a trigger on inserting the sweep to the database, that launches an external program that plays a sound if it's nearly invalid.
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Windows API and MFC
    By nobby149 in forum C and C++
    Replies: 1
    Last Post: 02-15-2010, 01:07 PM
  2. Windows and PHP
    By Lop in forum PHP Development
    Replies: 2
    Last Post: 01-26-2007, 06:35 AM

Tags for this Thread

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