Hi! How can I check the validation of the email by searching '@' character inside of document.getElementById('email').value or does anybody have better idea?
hande54
Posts
-
e-mail validation -
remote mysql server connection problem?Database is on another machine that is not in my LAN.
-
remote mysql server connection problem?Yes. I have searched but I could not overcome this problem. It is not related with the string that I use. It is totaly about configuration settings on mysql.
-
remote mysql server connection problem?Hi! I need to connect remote mysql server and get the data. But I could not succeed it. I use reel IP address as serverIpAddress MySqlConnection CN = new MySqlConnection("server=serverIPaddress;Port=3306; user=root; password=test; database=dbtest;"); Also I update my nat table to forward connections. But I get this error A first chance exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dll Could you help me on this issue?
-
[Message Deleted][Message Deleted]
-
how can I bound execution of sql query on button click action ?Hi! I have a php page and I want to execute sql command after button click event. I put Confirm javascript function to get user choices on sql query and it returns true or false. but I could not bound this query execution on button click event whenever page is loaded sql command is executed without controlling the result of confirm function.
-
How can I send e-mail with gmail accountthanks for your attention I will try it :)
-
How can I send e-mail with gmail accountI need to send email with gmail account. I tried mail() function but it does not work. Could you help e on this issue? any recommendations are really appreciated :)
-
how can I understand which limk is clicked in previous page?Thanks a lot for your attention :)
-
how can I understand which limk is clicked in previous page?Hi! I am working on online shopping web site. I use php and JavaScript for implementation . I have list of category of items as links. user clicks one of them to see list of items that belong to clicked category. I would like to know how can I understand which link is clicked on previous page. Any recommendations are really appreciated:) p.s I use code below to add link to a table
<tr> <td width="186"><a href="javascript:;" class="navText">Link Text </a> </td> </tr>
-
asynchronous write file problemsorry for unclear explanation of my problem. the code that I have try is below: delegateGetInputReportData getInputReportDelegate = null; getInputReportDelegate = new delegateGetInputReportData(myAccessForm); base.Invoke(getInputReportDelegate,/*args*/value); a new delegate method is created on each data receive event. in myccessForm I try TextWriter tx = new StreamWriter("Data.txt"); tx.WriteLine(index +" " + s1.ToString() + "0" + s2.ToString() + "\t\t" + str + "\t\t" + p.ToString()); but it causes an exception that file is used by another program I tried to solve problem by using mutex but It does not work.
-
asynchronous write file problemI tried to write a file asynchronously but I can not do it. Could you help me on this issue ? any recommendations are strongly appreciated :)
-
Handle two calendar in an asp PageI noticed that When I changed the selected date JavaScript _doPostBack () method is automatically called How can I disable it without fully disable JavaScript on my page.
-
Handle two calendar in an asp PageIf it is a way to solution yes. I would only like to disable automatic update of my calendars.
-
Handle two calendar in an asp PageHi! I need to put two calendars on my page to get beginning and end date from the user. I have disable the autopostback property for both of them but when user change the selected date of one calendar selected date of the second calendar return to the default selected date automatically .Do you have any suggestion that how can I handle two calendar separately ? Any advice would be really appreciated.
-
usb connection for pdaI implemented c# based program which works on my laptop. I analyze the protocol of my peripheral device and I have achieved to send request to my device and get necessary data. But I could not do same thing in my PDA because my PDA has no USB host functionality. but my PDA's processor supports usb host functionality.I have ipaq hw6915. I have no experience with com classes.
-
usb connection for pdaMicrosoft Windows Mobile 5.0 for Pocket PC but it has no usb host capability however its processor supports.
-
usb driver for microcontroller.?You can find many of things for development in this web site. www.Lvr.com
-
usb connection for pdaHello ! I need to learn how I can read data from usb connection with PDA ? my device is belonged to hid class type. I connect my hid device to my PDA via usb connection.
-
Visual Basic DecompilerI have missed to say that I am completely same side nobody wants to decompilation of their code but I have to do this for my graduation project :)