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. leujel

    function to show and hide divs

    Thanks,this worked perfectly!! --------------- Visit http://www.leujel.nl Stray Cats Fan!! Go Cat!! Go!!
  2. leujel

    function to show and hide divs

    I'm a nOOb to javascript. I'm just starting, and can't figure out why my script gives an error. I've made a function that shows a div and hides a variable number of other divs. This is the function: function showdiv(show, hide) { // show div var obj= document.getElementById(show)...
  3. leujel

    Newline problem in page

    Hmmm weird.... I've installed dreamweaver, opened the file saved it, and voila, it's ok... Weird but problem solved!! --------------- Visit http://www.leujel.nl Stray Cats Fan!! Go Cat!! Go!!
  4. leujel

    Newline problem in page

    Before I begin, excuse me for my bad english... I'm programming a PHP website on my desktop pc (Windows XP, working in Notepad++). The files ar located on a local webserver (Linux Red Hat 9). When I edit the files with my desktop pc and save them, the don't work anymore on Linux webservers...
  5. leujel

    While and/or duplicateMovieClip problem

    This is my problem. I've got to duplicate movieclips dynamically. This happens with the following code: count = 0 while(count < _root.database.aantal) { _root.mc_dummy.duplicateMovieClip("boxx"+count, count); _root["boxx"+count]._x = _root.mc_dummy._x + (20 * count); _root["boxx"+count]._y =...
  6. leujel

    Mouse Over MC gives instance name

    I've got a problem I can't solve. I've made a map of a country with about 100 shops in it (the shops are logo's on the map). Each logo has its own instance name but is't the same MC. This instance name is a unique name which corresponds to a id in a database. My problem is that I can't find...
  7. leujel

    Problem with dynamic textfield and font

    I've got a problem. I'nm busy with a project for a new client. For this i'm working a lot with Flash and lot's of info is shown via dynamic textfields. When I take a look at these pages I notice some letters and numbers are deformed. Not really bad, but bad enough to be noticed by the client...
  8. leujel

    Resort dual boot Mandrake Linux 10 & Win XP Pro

    Is this something that I can do to?? Mandrake still boots as the default... And Windows has to be default before I can perform fdisk /mbr.... Or not? Visit http://www.leujel.nl
  9. leujel

    Resort dual boot Mandrake Linux 10 & Win XP Pro

    It still has the Linux-smb as default.... That's the weird thing.... In the meanwhile i've got an other computer where iv'e installed Linux on... So I don't need in on this one anymore. How can I remove it safely without having to install Windows all over again? Visit http://www.leujel.nl
  10. leujel

    Resort dual boot Mandrake Linux 10 & Win XP Pro

    I've tried to change the lilo.conf file as you said RhythmAce, but it did'nt work. Mu lilo.conf file is now like so: boot=/dev/hdg map=/boot/map default="windows" keytable=/boot/us-latin1.klt prompt nowarn timeout=100 message=/boot/message menu-scheme=wb:bw:wb:bw disk=/dev/hdg bios=0x80...
  11. leujel

    Resort dual boot Mandrake Linux 10 & Win XP Pro

    I've installed Madrake Linux 10 on my cmputer. It has a dualboot together with Windows XP. The standard option in the bootlist is Linux, but I want it to be Windows. Can I make Windows my first boot option after installation or without having to install all over again? Visit http://www.leujel.nl
  12. leujel

    Actionscript problem with else if

    I've already figured it out... I made a stupid fault... My wrong!! Visit http://www.leujel.nl
  13. leujel

    Actionscript problem with else if

    www.leujel.nl/piraat_v2.fla Here you go! Visit http://www.leujel.nl
  14. leujel

    Actionscript problem with else if

    And where should I place that? (Can you use my input code as an example?) Visit http://www.leujel.nl
  15. leujel

    Actionscript problem with else if

    No that part goes well, it actually plays an frame, but only the first one, it looks like it doesn't check what the value of variable &quot;koe&quot; is. Visit http://www.leujel.nl
  16. leujel

    Actionscript problem with else if

    I have made a simple loop in flash that checks if a variable is the integer 5. If it is, it has to look what the value of another variable is. According to that value it has to play a certain frame. But I cant make it work... Why not? Can somebody help me? This is my code: teller = random(100...
  17. leujel

    if not recordset.BOF problem

    I've already found my fault.... My SQL was: SQL = &quot;SELECT bla bla&quot; RShome = conn.execute(SQL) But it had to be: SQL = &quot;SELECT bla bla&quot; Set RShome = conn.execute(SQL) Visit http://www.leujel.nl
  18. leujel

    if not recordset.BOF problem

    Well.. I tried, but it didn't work either... I've tried a lot of things and ist's getting pretty anoying... The problem is that I can't post the error that it gives me because it's in Dutch... And a small chance that you can understand it.... Visit http://www.leujel.nl
  19. leujel

    if not recordset.BOF problem

    I've made a page that checks if a recordset is empty or not. If it's empty it parses a sentence, if it's not empty it loops thru the recordset and parses it all... But When I do this, I get an error. That the object (my recordset) doesn't support eof or bof. This is my code: <!--#include...
  20. leujel

    Detecting CSS compatibility

    You're welcome!! Visit http://www.leujel.nl

Part and Inventory Search

Back
Top