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
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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 : <!--...
  7. 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...
  8. dakoz

    Load from .txt File

    i have the following script which selects from a drop down list an image name and at the same time makes a preview. <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- function imgchange() { var si = document.frm.selbox.selectedIndex; var fname = document.frm.selbox.options[si].value...
  9. dakoz

    How 2 Do it?

    I Am new in PHP so excuse the post if might sound very easy to solve. i have the following situation i have a .txt file with the following records My picture - http://www.abc.com/pic1.gif Latest pic - http://www.abc.com/pic2.gif Brand pic - http://www.abc.com/pic3.gif ok so far. i want...
  10. dakoz

    select issue

    hi all, i have the following problem : i want to make a list in html using a simple form. i take dynamically the fields in the <option> using the following code : <SELECT class=price size=15 multiple name=list1> <% IF Session(&quot;CubeName&quot;)<>&quot;&quot; THEN For di = 0 To...
  11. dakoz

    submit??

    hi all, i have the following i have a form which take dynamically data from a database, i can see that i have retrieved everything correctly, but i submit the form all field having a space ie &quot;Store Type&quot; sends only Store can i fix this problem?? here is some sample code i use ...
  12. dakoz

    Dual Boot Problem

    Hi all, I Have the following problem. I Have in my computer 2 hard disks. Drive C: (Windows XP Pro) Drive D: (Windows 2000 pro) These two were working just fine (Having on Startup a dual boot selection and all)... but i had to format drive c: and reInstall Windows XP pro. Now windows XP Cant...
  13. dakoz

    Export Cube in XML?

    is there a way or a tool that could export the schema of an OLAP cube into an xml file??
  14. dakoz

    Retrieve with ASP

    Is there a way to retrieve just the names of the cubes in ASP? example : budget cost something and when the user clicks on it, the system takes him to process the cube
  15. dakoz

    load html?

    is possible to load and entire web page into a flash movie clip without using the explorer?
  16. dakoz

    using flash into delphi.

    hi all i am loading a flash movie into my program and i want to send some vars into the flash i am loading. using &quot; movie.swf?var1=john&var2=jim &quot; i get the result i want. but i want to use it with greek variables and this messes up the output giving me some chinese or something...
  17. dakoz

    tab ?

    is there a tab command in html? i want when i start a paragraph to leave a tab at the first line. is this possible with html? ps. TAB not SPACE!
  18. dakoz

    onLoad Print

    hi all, i have the following question : i want when someone enters a specific page after the page is loaded and all the content with photos and everything is appeared i want this page automaticaly printed without the user to press anything. is this possible?
  19. dakoz

    CSS Question

    hi all, i have the following <td> in a table <TD borderColor=&quot;FFFFFF&quot;><IMG SRC=&quot;./images/db.gif&quot; width=&quot;14&quot; height=&quot;13&quot;></TD> <TD bgcolor=&quot;#FFFFFF&quot; onmouseover=&quot;this.style.backgroundColor='#D6D6D6'; this.style.borderColor='#4E636B';&quot...
  20. dakoz

    loading &amp; Saving XML files

    hi all, i am a newbie into JAVA-XML and.. i have the following problem. I Want to create an XML file in order to keep some records there. After i create it, want to load it-save it etc. and put some new records or delete some records. I Am searching for a long time something.. but all i come...

Part and Inventory Search

Back
Top