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 derfloh 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: Splittle
  • Content: Threads
  • Order by date
  1. Splittle

    Spliting the arg's

    Hello i've rewrote this code over but i can't get it to work (still), i have a function with arguments likes this... function getdata(tt,num){ var s=tt+num; alert(s); //for testing // and works fine up to this point. var listdata= s.split("^"); // <-- something wrong here for some...
  2. Splittle

    Pre-load in Cache

    Hi, All I have some *.js files that i'm using to hold data that is sent to a div tag using innerHTML, I'm using the onclick event to change the name of the *.js file so that it loads new data i.e ( onclick='rtf.src=file2.js';getdata(); ) changing it to file2 from file1, but the trouble is when...
  3. Splittle

    Receiving Stopped

    Hi, all I sent an e-mail to my server (smtp pop3) with gmail two days ago at test@mydomain.com and I received the email, Then i tried it again today and I received nothing, not even an e-mail telling me it couldn't be sent. Does anyone know why and where it could have went to ?.
  4. Splittle

    Javascript removes my &quot;/&quot; character ?

    hello why is my "/" character being removed from... onclick="javascript:rtf.scr='main/index.js';" .. code ? also how do it fix this. thanks in advance.
  5. Splittle

    Second Split()

    Hey, i'm looking to split every second char( ¬ ) var s="So ¬this is an ¬ example of the ¬ string to ¬ split"; making it return: split 1 ="example of the ¬ string to" split 2 =" split" Thanks.

Part and Inventory Search

Back
Top