I have the following function run onsubmit for a form:
function validate(form)
{
for(i = 0; i < form.elements.length; i++)
{
if(form.elements[i].value == "") {
alert('Please fill everything!');
return false;
}
}
if(form.AP1.value=='PM' && form.hour.value !='00' && form.hour.value !='12'){...
Hi everyone, could someone take a look at my convoluted login algorithm? It works fine except if I close out from the site and don't return for a while and open the page:
1. cookie logs me in, sets phpsseid
2. by refreshing the page, i get logged out with login cookie deleted
when i first login...
I have the following python code embedded into perl that outputs the bluetooth mac address, rssi and other info:
#!/usr/bin/perl -w
use Inline Python => <<'END';
#!/usr/bin/python
import gobject
import dbus
import dbus.mainloop.glib
def device_found(address, properties):
#prints mac...
it didn't change after i reinstalled the driver. After disabling APIPA, my IP address and subnet are all 0.0.0.0
DHCP server is 255.255.255.255. What is going on?
I believe that the laptop is supposed to be set to use IP from the DHCP, but with the limited wireless connection I found that the IP was unknown. Is this because the laptop failed to get the IP from the router?
I will try to reinstall the drivers once I get home.
Thanks!
The internet stopped working abruptly. I did not edit any of the previous settings and it stopped working. However, I do have a WPA encryption, so I'll try what you said for that. Since I didn't change any of the settings, would I need to check the MAC address?
Le Zhang
For some odd reason I cannot connect to the internet with my NETGEAR wireless network adapter on my laptop. The adapter works fine on my desktop and had worked fine before on the laptop as well until a few days ago. The laptop shows that it detects my router and has excellent signal but once...
I couldn't find a place to post this question. Sorry about that. I know that rar parts like file1.part01.rar can be opened just by extracting one of the parts. But winrar can't open file1.rar.1, file2.rar.2...etc. It can only open file.rar.0
i've never seen an extension like this. Is there a...
i'm using Qbasic on windows Xp. There is a network connection on the computer, but since the robot is for moving from place to place, it wouldn't always have a network connection.
Is this possible? I'm using LPRINT for a robot arm, and theres a noticeable 20 sec delay between each LPRINT command. Would there be such a delay if I switched to RS232C instead of Centronics?
Thanks for the help,
Le
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.