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 Wanet Telecoms Ltd 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: dakoz
  • Order by date
  1. dakoz

    Onlick 2 Pop Ups

    mmm this is working better can i manage the toolbars also? Can i set parameters like toolbar=yes?
  2. dakoz

    Onlick 2 Pop Ups

    yes but the second method suits me best because i can configure instantly what window to open at each link. i can handle this easier with my code
  3. dakoz

    Onlick 2 Pop Ups

    I Tried the solution that cLFlaVA gave me but i want to pop up 2 windows. in the code provided 2 urls open but inside the same window... i need to open 2 new windows. i tried target="_blank" but this didnt work. thanks
  4. dakoz

    Onlick 2 Pop Ups

    i have downloaded several scripts... and by clicking on a link only one pop up appears. i want onclick to popUp 2 pages. can anyone tell me how 2 do it? i am new in javascript sorry if this is an easy question
  5. dakoz

    Web Hosting Reccomendations

    i use www.anhosts.com good service and support
  6. dakoz

    parse XML problem

    ...selection var timerID; //to store the setInterval fun's id var radIndex = -1; //to store the selected radio's index var ExamDuration = 5 * 60 ; // 5 minutes var showtimer = 1 // variable to decide whether to show the timer or now: 1 - show 0 - hide var NoQ = 8 // variable to store...
  7. dakoz

    asign vars from external file

    ...new Array(); // var aSelected = new Array(); var count = 0; var ansSel = 0; var timerID; var radIndex = -1; var ExamDuration = 5 * 60 ; var showtimer = 1 var NoQ = 10 i want the last 3 to be loaded from the XML File that i store my question and answers. The xml...
  8. dakoz

    asign vars from external file

    ...new Array(); // var aSelected = new Array(); var count = 0; var ansSel = 0; var timerID; var radIndex = -1; var ExamDuration = 5 * 60 ; var showtimer = 1 var NoQ = 10 how can these 3 last variables be load the from an xml file such as <?xml...
  9. dakoz

    adding script

    the code is kinda messy... i had an external programmer . But you helped me a lot with this : ress.innerText = cd[o]+&quot; euro (&quot; + o + &quot; CD)&quot;; i didn't think of it. Thanx a Lot Man
  10. dakoz

    How to get proper wrapping

    you could use the <PRE> tag inside a table of fixed length
  11. dakoz

    adding script

    ...{ document.list.price.value=cd[1]; with(document.list) ress.innerText = cd[1]+&quot; euro&quot;; } summa1=summa+size; summa1 = Math.round(summa1*10)/10; document.list.summa.value=summa1; with(document.list) res.innerText = summa1; for (k=1;k<100;k++){ if (summa<k*700){ i=k*700; break; } }...
  12. dakoz

    php configuration problem

    this didnt work also... :( any other ideas?
  13. dakoz

    php configuration problem

    ...//- DO NOT CHANGE $RetrieveFile = fread($OpenFile, 200000); //- Reduce This To Save Memory $GrabData = eregi(&quot;$GrabStart(.*)$GrabEnd&quot;, $RetrieveFile, $DataPrint); $DataPrint[1] = str_replace(&quot;..&quot;, &quot;.&quot;, $DataPrint[1]); //- Un-Comment This Line for...
  14. dakoz

    fopen problem??

    ...&quot;r&quot;); //- DO NOT CHANGE $RetrieveFile = fread($OpenFile, 200000); //- Reduce This To Save Memory $GrabData = eregi(&quot;$GrabStart(.*)$GrabEnd&quot;, $RetrieveFile, $DataPrint); $DataPrint[1] = str_replace(&quot;..&quot;, &quot;.&quot;, $DataPrint[1]); //- Un-Comment This Line...
  15. dakoz

    Locate JavaScript Error!

    no just these. Probably some scripts are getting messed up with the one i am trying to insert... But how will i know which is the one doing the mess. Several scripts are beeing used besides the one i am trying to use. I Need a line where the mess is beeing done! Is there a tool or something...
  16. dakoz

    Locate JavaScript Error!

    all brackets and everything are fine. when i run the script individually works fine. i use this to call the script <script language=&quot;javascript&quot; src=&quot;http://linux/aus/forum/students/{USERNAME}/drawform.js&quot;></script> <script>drawform();</script> and then .js script is what i...
  17. dakoz

    Locate JavaScript Error!

    Hi there... i am trying for the past week to implement a javascript inside a phpBB forum. The script works great individually but when i put it inside the forum i get errors. But Internet Explorer can't locate the exact location of the false. It just returns me Object Expected and line 625...
  18. dakoz

    Load from .txt File

    i want actually just the link to change... so replaced the input id=&quot;text1&quot; with name=text inside the href... but didnt work...
  19. dakoz

    Load from .txt File

    thanx man for the info... my main problem at the moment is that i want to make to the following <a href=&quot;javascript:emoticon('')&quot;>Link</a> Inside the i want according to the users selection to change ex. the user selects from the drop down the image 1 i want to appear there...
  20. dakoz

    Load from .txt File

    and something else that came up. after drawing the table <script language=&quot;javascript&quot; src=&quot;http://linux/aus/forum/xml/js/mypics.js&quot;></script> <script language=&quot;javascript&quot; src=&quot;http://linux/aus/forum/xml/js/drawform.js&quot;></script>...

Part and Inventory Search

Back
Top