Jump to content

Yali

Member
  • Posts

    283
  • Joined

  • Last visited

Everything posted by Yali

  1. Perfect it works! Exactly how i imagined it. Thank you for not just pasting stuff, but actually explaining it. Really appreciated!
  2. Thanks for the quick response. So i tried it but it doesent really work.. Im trying to get a number in the form and paste that in the next square. <!DOCTYPE html> <html> <head> <script> var inputJavascript = document.getElementById("htmlInput")[1].value; </script> <style> .whitetext {color: white;} body{background-color: black} table{border-style: ridge; border-width: 10px; border-color: white; padding: 10px; padding-right: 20px; padding-bottom: 20px;} td{border-style: groove; border-width: 10px; border-color: white; padding: 5px; color: black; font-family: arial;} tr{border-style: groove; border-width: 10px; border-color: white;} th{font-family: arial; color: white; padding: 5px;} </style> </head> <body> <table> <tr> <th></th> <th></th> </tr> <tr> <th></th> <td><form><input type="number" name="htmlInput"></form></td> <td class="whitetext"><script>document.write(inputJavascript);</script></td> </tr> </table> </body> </html>
  3. Hey I'm trying to get the input of this, <input type="number" name="htmlInput"></form> to be the value of a variable like javascriptInput = htmlInput. Is that going to work? -Y
  4. I cant really.. i jsut boot from it and then it goes back to the error from windows
  5. yeah i messed up. i can boot into bios but not from th harddisk. when i choose the usb stick as first boot option it just goes back to the blue screen
  6. We tried the recover tool from windows but we cant manage to boot into that usb drive
  7. i can boot into bios, but not into windows. we tried a usb stick but it just shows the same bue screen
  8. I cant boot into windows, because there's always a blue screen of death. So can i format the harddisk in the bios? yali
  9. Ok, so it worked! I will set up a parity array in the new pc, so all my work is backed up. Thx for the help!
  10. oh perfect. I gonna do it tomorrow. going to let you know how it went!
  11. Yeah I did it through bios, well the Mainboards software. So ok, no problem... Well i don't know which port they were hooked up. does that matter? (don't know if hd1 was connected to sataport 1 or sataport 2 and so on) Thanks for the super quick answer!
  12. Problem: I had 3 HDDs in Raid 0 in my Computer. Now I bought new stuff, so I hooked the HDDs up to that. (New MOBO/RAM/CPU everything...) I'm still waiting for the new PSU, so I can't test it myself, but what's up with that? Is it going to automatically realize that its an array or what? I have all my work on it, pretty stupid i know, so i can't loose it. What's the situation and what should i do? Thanks for all responses! -Yali out
  13. <!DOCTYPE html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script> $(document).ready(function(){ $("button").click(function(){ $.get("http://www.finanzen.ch/rohstoffe/silberpreis/CHF", function(data, status){ alert("Data: " + data + "\nStatus: " + status); }); }); }); </script> </head> <body> <button>Button</button> </body> </html> That's what i got so far. What else do i miss? I would need the data: part
  14. But how do I get that Element? I found it on the Website but how can i "copy" or "extract" it from there?
  15. Oh interesting Thanks!
  16. So what I need is a simple script that receives an amount from another website and outputs it as raw text. So theres 18.53 CHF currently HERE. That amount's always changing and i would like to "extract" this amount and have it as raw text shown on another website. Is that possible? -yali
  17. Yali

    Port Forwarding

    Yes you assumed correctly. Well that sucks... There's now way to forward the port to my desktop?
  18. Yali

    Port Forwarding

    So I have my normal built desktop pc which i game on sometimes. At the time its generally rainbow six siege. Because I dont have a lan outlet i had to use my macbook as the wifi receiver, which 'shares' its connection over a ethernet cable with my desktop pc. The thing is i have strict nat, which is the reason why i cant join friends. Now, i tried to forward the listed ports for rainbow six siege, but my desktop doesnt show up in the list where i can choose which devices i want to forward the port for.
  19. ahsuh' So the current situation: My desktop-pc has no wifi card, so i had to get my macbook and use it as my 'wificard', works brilliantly. Problem: Since i have it like this, i cant manage to forward ports for my desktop pc. I have a strict nat, so it wont let me join friends in games. So whats the sollution here? I wont buy a card just for this problem because everythin gelse works perfect.. -y
  20. ahsuh' So the current situation: My desktop-pc has no wifi card, so i had to get my macbook and use it as my 'wificard', works brilliantly. Problem: Since i have it like this, i cant manage to forward ports for my desktop pc. I have a strict nat, so it wont let me join friends in games. So whats the sollution here? I wont buy a card just for this problem because everythin gelse works perfect.. -y
  21. thx gonna order one, but i need a solution for today..
  22. that sucks cus i can use them with my macbook.. but well surprisem. im not gaming with my macbook...
  23. Suh I have a pair of Beyerdynamic Ones with a mic and now i tried to use it as a headset, but i cant figure out how to do that. When i plug them in, i can only deceide between headphones and microphone. BUT ITS BOTH. U know what im doing wrong? -y
×