Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~4K People Reached
Favorite Tags

14 Posted Topics

Member Avatar for hajjo

1) you need to store the username entered into a string(userenter) 2)Store entered password to string(passenter) 2) you need to use a select statement with a where clause = username that gets the password associated to the username 3) store the password to a string (actualpassword) now compare passenter to …

Member Avatar for javaAddict
0
335
Member Avatar for osirion666

Okay Basically i want to put the contents of array called numbers into a MSSQL database i can connect to it no problem and select and display data so its not a connectivity issue here is what i have so far: [CODE] for (int i = 0; i < numbers.length; …

Member Avatar for javaAddict
0
454
Member Avatar for amithasija

I used clickatell API through SMTP then all you need to do is use mailer to send then the text message as the body of the email to the specefic address as per guide lines on their website [url]http://am.rubyonrails.org/[/url] for help on using mailler action

Member Avatar for tiger86
-1
677
Member Avatar for osirion666

[CODE] Dim name1(100) As String Dim Cal1(100) As String Dim i As Integer For i = 0 To 10 Step 1 name1(i) = GridView1.SelectedDataKey.Item(1) Next i [/CODE] i want to store the selected value into an array then display the array in a text box [CODE]Label5.Text = name1(0) Label6.Text = …

Member Avatar for Geekitygeek
0
108
Member Avatar for osirion666

Okay very odd Error i created and admin page in jsp with add update and delete functions the add and update work perfect on both IE and FF however delete works 100% in ff and not IE when i refresh in FF the record is removed while IE seems to …

Member Avatar for osirion666
0
75
Member Avatar for osirion666

Okay so i have a delete button in my application and want to replace the button with an image i have tried using img type however when i click this the getparameter function - i need this to run jsp code sql delete query- it doesnt work - the button …

Member Avatar for osirion666
0
71
Member Avatar for osirion666

Okay so i am having a major problem i am using an image button to delete a recrod from a DB when i use FF it deletes perfectly runs are you sure you want to delete JS and if clicked okay deltes the record In IE 7 however this is …

Member Avatar for osirion666
0
90
Member Avatar for osirion666

Okay First off i cant figure out where my code is wrong i have stored the ID of the records i want to delete to an array called todelete[] these values are taken from checkbox called delete (stored the ID of the record to the value parameter of the checkbox) …

Member Avatar for osirion666
0
78
Member Avatar for cks20
Member Avatar for Rik_
0
404
Member Avatar for osirion666

Okay i am going nuts here i have a jsp page with multiple task to complete add,delete update . in order to do so i knopw i must set vlaues of a hidden input to say add,delete or update based upon what buttom was pressed so i have made the …

Member Avatar for osirion666
0
276
Member Avatar for osirion666

int test = numbers.length; if (numbers[i] = test) { } i want to find the last array in numbers then do something with it for example out put it the above code is my attepmtp at it however i am doingd something wrong and cant for the life of me …

Member Avatar for peter_budo
0
97
Member Avatar for osirion666

Okay heres the problem i have stored Phone numbers from a check box into an array i want to replace #NUMBERS# in the String URL with a value from the array numbers[] example : number[1] = 0000 Before: url:[url]http://www.sendmessgae.com/send?#NUMBERS[/url] After: url:[url]http://www.sendmessgae.com/send?0000[/url] [code] String url = "http://www.sendmessgae.com/send?#NUMBERS" for (int i = …

Member Avatar for hardik.rajani
0
138
Member Avatar for osirion666

[code=javascript] function read() { var numbers = new Array(); for (i = 0; i < field.length; i++) numbers[i] = document.test.checkboxName.value; var counter=0; //Let's print out the elements of the array. for (counter=0; counter<numbers.length; counter++) document.write(numbers[counter] + "<br>"); } [/code] I want to read the values of the checkboxs and store …

Member Avatar for osirion666
0
1K
Member Avatar for suse17

I had the same problem when i set up tomcat 6.0 first i tried everything so in the end i had to reinstall it and it worked( i cant tell you why it did not work because i dont know) just make sure you save all your work from the …

Member Avatar for osirion666
0
155

The End.