Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dru312
  • Content: Threads
  • Order by date
  1. dru312

    Passint a cookie into flash - whats wrong with my code??

    <HTML> <HEAD><TITLE>Example</TITLE> <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- // a simple function that returns the value of a cookie function getCookie(name) { if (document.cookie) { var cookies=document.cookie.split(&quot;;&quot;); for (var i=0; i<cookies.length; i++) {...
  2. dru312

    Quiz - How can i store the displayTotal var into a shared object??

    here is my code _____________________ // stop the movie stop(); //create the local Shared Object // ### init main timeline variables var displayTotal; // textfield for displaying user's final score var totalCorrect = 0; // number of questions user answered correctly var userAnswers...
  3. dru312

    Shared Objects - Using a date

    I have attached my code below. I need to know how I would change this to store the current date instead of the entry # into the sol.... can someone help me?? Thanks. __________ myJournal = SharedObject.getLocal(&quot;JournalObject&quot;, &quot;/&quot; ); if (myJournal.data.journal ==...
  4. dru312

    How do I process my XML schema

    can someone help me with my xml. I have a XML document I need to process using these 2 schemas. I have no idea how. Could somone help??? XML Formatting Guidelines There are two XML Schemas used for importing contacts. The first schema: schema_getacctgroupid.xml is used to validate the XML...
  5. dru312

    trunicating 1st letter in comments

    When I am pulling up my data from the mySQL database the 1st letter on my comments is getting trunicated. Any idea why??

Part and Inventory Search

Back
Top