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 Chriss Miller 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

    hi all.. i have the following script which parses an XML File and generates a quiz. My problem is the following : In the place where are all the answers and question are in text i want to replace them and put images ... i try giving <IMG SRC=temp.gif> and this didnt work i get errors in my...
  7. dakoz

    asign vars from external file

    yes this can be done... but the xml is an existing file.. i dont want to write vars in an XML file... maybee i first discription was not very clear. Look i have a file called quiz.html which has a Javascript inside.. this javascript loads and external XML File which contains all the answers...
  8. dakoz

    asign vars from external file

    hi all i have the following <script> var objXmlHTTP,objXmlDOM; var aQuest; var aAnswer = 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...
  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

    hi there i have a script which when you check some checkboxes in a form it calculates the sum of MBs checked and the price which will cost. The price changes every 700MB (One CD) I Give the user the following output : 450MB 20 Euro --> Check Out i want to give 450MB (1CD) 20 Euro -->Check Out...
  12. dakoz

    php configuration problem

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

    php configuration problem

    ok... i have this script which runs on a server which operates php v4.1.1 at this location is working perfectly: http://www.spe.gr/dakoz/ggAUS.php and the same one running on another server which operates php v4.3.1 doesnt work at. http://www.x-dance.org/dakoz/ggAUS.php my hosting provider...
  14. dakoz

    fopen problem??

    ok... i recently migrated my site to another host. In my previous hosting provider all my scripts were working fine. In my new host i have some problems. I Need to solve the following. i have the following script in http://www.x-dance.org/dakoz/gg2.php the source code is : <!--...
  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