- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
It's your motherboard ... by easy stages, the led wouldnot blink again, just check the motherboard to the technician and perhaps it needs to replace
WinXP is the fastest OS in internet connection and mostly people still use it in handling network.
I found two cases, perhaps, it can help you: 1. heat issue: check the active-heatsink/fan and try to change it with better one. 2. It's motherboard issue.
See this code: $result = $conn->query($sql); Try to change it into like this follows: $result = $conn->mysql_query($sql);
I can build it for you, just send the concept and the format of the inventory
If I'm not wrong, this is what you want (I'm modifying the code): <script> $(document).ready(function() { $('#btnClick').click(function() { var text_value = $("#text1").val(); document.getElementById('text2').value=text_value; }); }); </script> To see the demo, check here: http://jsfiddle.net/alicera/8h3ngqrk/
You can do with two option, pure HTML or javascript/jquery: for example, you have a file "footer.html" to be included in index.html 1. in Javascript <script> $(function(){ $("#include_html").load("footer.html"); }); </script> inside <body> tag (or, where you want to include the file (footer.html)), place this: `<div id="include_html"></div>` Note: If you have …
It's the problem in Motherboard. Does the indicator (power/hdd) blink? if it does, the motherboard needs to check or replace
The code does not look clear for me. But "The endless loop" is caused by On Error Resume Next Try to change it into: on error goto ..... to check if there is something wrong in your code (why it(2nd) can't open)
change to: display:inline;
Building a website is not as much. it's about USD 30 dollars. If you need a real free one, wordpress is the best choice.
well, I'm late ... it should be: <form action="insert.php" method="post" autocomplete="on">
The End.