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 SkipVought 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: *

  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??

    bill e-me at webmaster@styczendesign.com I may have something for you to fix if you have a few min. I will pay
  3. dru312

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

    This isnt working. I need to know where I would put this in my code. Also - since the variable is called displayTotal - would i also name the instance???
  4. dru312

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

    What would be the code to store the score (totalDisplay) into a sol?????
  5. dru312

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

    I need them to be able to store the score locally so I can use the shared object to print their score as its changed, etc.
  6. dru312

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

    I need to store the total score of this quiz so I can recall in in another swf with a shared object.
  7. 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...
  8. 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 ==...
  9. 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...
  10. dru312

    trunicating 1st letter in comments

    Here is the code: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <html> <head> <title>The List Registration Form</title> <script LANGUAGE=JAVASCRIPT> <!-- function _CF_onError(form_object, input_object, object_value, error_message) { alert(error_message)...
  11. 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