Jump to content

angel777

Members
  • Posts

    69
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

angel777's Achievements

Member

Member (2/5)

0

Reputation

  1. hi, my query time actually is fine. what i provides user is the 4 listbox which they are able to filter out the query as they want. However, if user accidentally chooses the value like Select all from Site, select all from customers, select all from employees.. then nightmare comes. how do i stop it ?
  2. hi is there a way to stop a select query while it is processing? My user always felt annoying to wait for the loading process after they selected the wrong search filter combination. i am thinking to allow user to cancel the searching process if they do not want to continue. any help will be greatful
  3. hi i am new in ajax and i just downloaded the ajax prototype as below and keep that code below in the .js file . but may i know how do i connect to the javascript funciton below from my php page? how do i fire the function fireContentLoadedEvent() from my php page ? thanks (function() { /* Support for the DOMContentLoaded event is based on work by Dan Webb, Matthias Miller, Dean Edwards and John Resig. */ var timer; function fireContentLoadedEvent() { if (document.loaded) return; if (timer) window.clearInterval(timer); document.fire("dom:loaded"); document.loaded = true; } if (document.addEventListener) { if (Prototype.Browser.WebKit) { timer = window.setInterval(function() { if (/loaded|complete/.test(document.readyState)) fireContentLoadedEvent(); }, 0); Event.observe(window, "load", fireContentLoadedEvent); } else { document.addEventListener("DOMContentLoaded", fireContentLoadedEvent, false); } } else { document.write("<script id=__onDOMContentLoaded defer src=//:><\/script>"); $("__onDOMContentLoaded").onreadystatechange = function() { if (this.readyState == "complete") { this.onreadystatechange = null; fireContentLoadedEvent(); } }; } })();
  4. any help will be appreciated thanks
  5. may i know how to do ajax loading using prototype downloaded from http://www.prototypejs.org/ i am looking for how to do the ajax loading when the page is waiting the select query to finish running? The page need to show a .gif picture Requesting data until the data are shown. Can u enlighten me on showing me the example how to do that with that javascript prototype
  6. Thanks .. it really help. i wonder how do i put in the css ? i meant when it load.. the page will become grey and canot be edited.
  7. this sample seem to be complex to me.. i am just looking for a sample which will load the efffect while the query is searching for the data to display for user.
  8. thanks for the reply . i had tried search some tutorial in the internet.. but i failed to search what i needed. can u provided me some examples to refer with ? thanks
  9. hi.. may i know how do i create the page with the ajax effect when it load to display for data? i curenntly have 3 comboxbox, once user select the value they want, my program need to wait for about 3 seconds. my intention is to display the ajax waiting loading function for that 3 seonds. thanks ..
  10. hi i wonder how do i solve my css problem. when i try to minimize my internet browser' width to be smaller, the textbox and the button will be running out of the location. how do i maintain the button and textbox in the orignial location ? my code is as below; but i wonder why when i drag the browser, those textbox and button are moving.. echo "<span class=\"section\" id=\"top_right2\">"; echo "<button class='query_button' name='query' id='query' onclick='autoUpdate();'>Query</button>"; echo "<button class='top_button' name='edit_db' id='edit_db' style='border-style: outset' onclick='CrossClassEvent(CLASS_ID_HEADER,HEADER_EVENT_ID_EDIT_DB_CLICKED);'>Edit Database</button>"; echo "</span>"; .section#top_right2 { position: relative; padding-top: 0em; padding-bottom: 0em; left: 2%; top: -70%; _top: -40% }
  11. hi.. i tired to install the wamp 2.0. but i failed to install due to the port 80 is used by Microsoft IIS 5 i tried to change the apache httpd.conf on the listen : 80 to listen : 81 and save... and i restart all the service.... but it stil show the port 80 is used by IIS 5 may i know why ?
  12. HI.. thanks for the reply.. but all i wish for the URL is something about creating website and system for people.. that is why i put "tech " behind... or is there any better idea on replacing tech ? do u think AY @Tech @Builder is good ?? "pls ignore the @ and spacing to combine up the URL" will that be too long ?? or too short like this aytec ?
  13. hi... i am running out of idea of getting myself a domain name for my first small company.. i wish to put infornt AY something like AY"..."Tech.com AY".....".com AYTech already taken... but i cant think of any ... please advice.. my company is to do website + system for people..
  14. i cant update the record for every match into my website at every moment.. i will be bad... http://uk.eurosport.yahoo.com/football/multiplex/14089.html?u=1210168022#yeug-football-matchcast how do they update each record into the website ? is there a admin to keep updating the record into the databse? or do they get the data from other website???
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.