Search Results

Showing results 1 to 40 of 51
Search took 0.01 seconds.
Search: Posts Made By: santhanalakshmi
Forum: HTML and CSS Oct 27th, 2009
Replies: 2
Views: 350
Posted By santhanalakshmi
hi
thanks for ur reply.......i got it.
Forum: HTML and CSS Oct 26th, 2009
Replies: 2
Views: 350
Posted By santhanalakshmi
hi,
please help me out....

I want to get the values of the checkbox, if i checked or if i unchecked.

first time,i have checked the checkbox and the values is coming correctly...
Forum: Perl Oct 22nd, 2009
Replies: 0
Views: 467
Posted By santhanalakshmi
Hi,
This is my perl program..........
#!c:/perl/bin/perl
use CGI qw(:all);

$pfaccode=param('faccode');
$pprogramme=param('programme');
$pdeptcode=param('deptcode');...
Forum: JavaScript / DHTML / AJAX Oct 19th, 2009
Replies: 2
Views: 1,277
Posted By santhanalakshmi
The below coding is the javascript coding in which i have used AJAX coding also.its only pagenavigation coding.
function change(which)
{
if(which=="page1")
{
...
Forum: JavaScript / DHTML / AJAX Oct 13th, 2009
Replies: 1
Views: 422
Posted By santhanalakshmi
hi,
i am very new AJAX.i have some assignment.

if i am clicking any menus means target location must be in PARENT ITSELF.it should not open another windows.As like frameset,but i...
Forum: PHP Oct 6th, 2009
Replies: 2
Views: 174
Posted By santhanalakshmi
hi,
please tell me, how to set or specify the "URL Name" ?
for example: www.yahoomail.com,www.daniweb.com etc
Forum: PHP Sep 30th, 2009
Replies: 1
Views: 345
Posted By santhanalakshmi
Hi,

Please help me out.How to add images in the PDF file using php?

I tried this coding :

<?php
$pdf = PDF_new();
...
Forum: ASP.NET Sep 22nd, 2009
Replies: 3
Views: 425
Posted By santhanalakshmi
Hi,

Please anyone help me out............

I want the users to enter the data in the textbox of the minimum length of "10" and maximum length can be "ANY"(or above...
Forum: JavaScript / DHTML / AJAX Aug 20th, 2009
Replies: 3
Views: 509
Posted By santhanalakshmi
Hi,

I want to check only one checkbox at a time using html.

please help me out....
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2009
Replies: 6
Views: 604
Posted By santhanalakshmi
Ok....I Marked As Solved.
Forum: Visual Basic 4 / 5 / 6 Aug 17th, 2009
Replies: 6
Views: 604
Posted By santhanalakshmi
hi,

Thanks a lot.Now ,its working fine.I have added this line in the EXIT BUTTON.Thanks very much....................
Forum: Visual Basic 4 / 5 / 6 Aug 14th, 2009
Replies: 6
Views: 604
Posted By santhanalakshmi
hi,
please see my code and i have bolded the line where i am facing an error by clicking the button second time


Private rs As New ADODB.Recordset
Private selcmdcount As New...
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2009
Replies: 6
Views: 604
Posted By santhanalakshmi
Hi,

By clicking the button first time - it opens the form.

if i try the same thing(in second time) .....In my form only one textbox(using as a lostfocus...
Forum: Visual Basic 4 / 5 / 6 Jul 27th, 2009
Replies: 1
Views: 349
Posted By santhanalakshmi
Hi,

1. I am trying to print in the A4 size paper .
2. Dividing the A4 size paper into 2 half.
3. In this , 2 half its printing .
...
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2009
Replies: 1
Views: 224
Posted By santhanalakshmi
hi,

i had one field in the table(field name: crseid).

for example,i am having 500 courses.i want to start the crseid from :6000(4 digit number)

output:
6001
6002
6003
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2009
Replies: 7
Views: 553
Posted By santhanalakshmi
Hi,
No, its not working.Still printing all the values in the same column A.
Forum: Visual Basic 4 / 5 / 6 Jul 22nd, 2009
Replies: 7
Views: 553
Posted By santhanalakshmi
Hi,

This is my coding.........


Private Sub Command1_Click()
Dim xlApp As Excel.Application
Dim Wb As Excel.Workbook
Dim ws As Excel.Worksheet
Dim name As String
Forum: Visual Basic 4 / 5 / 6 Jul 21st, 2009
Replies: 1
Views: 260
Posted By santhanalakshmi
Hi,

This is my code :

Dim fullreason As String
fullreason = " "
Do While Not rswithd.EOF
Dim fs As Integer
...
Forum: PHP Jul 18th, 2009
Replies: 0
Views: 230
Posted By santhanalakshmi
Hi,

I want to authenticate the "Username" and the "Password" using adldap in php.

OS = linux machine

Thanks in advance........


with regards,
Forum: MS SQL Jul 13th, 2009
Replies: 2
Views: 522
Posted By santhanalakshmi
Hi,

Thanks for your reply.

OS : CentOS release 5.2

Database : Microsoft Sql Server 2000(No : Mysql)

I want...
Forum: MS SQL Jul 7th, 2009
Replies: 2
Views: 522
Posted By santhanalakshmi
Hi,

Anyone,please help me out.How to give ODBC Connection on Centos5.5(linux machine) and also what do you meant by FREETDS?

Thanks in advance...............
Forum: MySQL Jun 26th, 2009
Replies: 8
Views: 1,740
Posted By santhanalakshmi
hi,
removing -p -its working fine for the root user.But at the same time ,While running Mysql Backup Batch File for the san user ,it asks password to enter.I set the password as...
Forum: MySQL Jun 19th, 2009
Replies: 8
Views: 1,740
Posted By santhanalakshmi
jee is the database name.
Forum: MySQL Jun 15th, 2009
Replies: 8
Views: 1,740
Posted By santhanalakshmi
Hi,

I did not set any password to the mysql.Default password "no password".Please see through it
Forum: MySQL Jun 11th, 2009
Replies: 8
Views: 1,740
Posted By santhanalakshmi
Hi,
This was Mysql Backup Batch Script

Script named as mysqlbackup.bat

REM [at] echo off

for /f "tokens=1" %%i in ('date /t') do set DATE_DOW=%%i

for /f "tokens=2" %%i in ('date...
Forum: PHP May 21st, 2009
Replies: 2
Views: 257
Posted By santhanalakshmi
Hi,
I wish to do PHP Cerification.I dont have any idea.How to do PHP certification?What are the procedures to do?Is there any PHP Certification Material.........Please tell me

...
Forum: MySQL May 11th, 2009
Replies: 0
Views: 789
Posted By santhanalakshmi
Hi,
I have installed the mysql connector ODBC 3.51 on the remote machine as well as on the local machine.

Mysql Connection with VB.Mysql Connection on the local machine its...
Forum: Visual Basic 4 / 5 / 6 May 9th, 2009
Replies: 7
Views: 820
Posted By santhanalakshmi
hi,
I have created ODBC DSN on the remote machine(windows xp only).
(1)IP address is 10.93.199.257
(2)I given DSN name as :org1
(3)Server:localhost
(4)user:root
(5)no password...
Forum: Visual Basic 4 / 5 / 6 May 8th, 2009
Replies: 7
Views: 820
Posted By santhanalakshmi
Thanks ,its working fine on the local machine.But i am facing a different problems,when i am connecting a mysql database remotely from my local machine

CODE:

Private Sub...
Forum: Visual Basic 4 / 5 / 6 May 8th, 2009
Replies: 7
Views: 820
Posted By santhanalakshmi
Hi,

How to connect visual basic program with mysql database?I need a sample program of retrieving the data and also inserting the data into the table using mysql...
Forum: Perl May 6th, 2009
Replies: 2
Views: 1,132
Posted By santhanalakshmi
hi,

Its working fine.I have one more question."Access.txt" is a text file where i get the userid and the bytes.When i ran my script perl process.pl,i takes more than...
Forum: Perl May 4th, 2009
Replies: 2
Views: 1,132
Posted By santhanalakshmi
Hi,

open(MYINPUTFILE, "<access.log");
while(<MYINPUTFILE>)
{
# Good practice to store $_ value because # subsequent operations may change it.
...
Forum: MySQL May 1st, 2009
Replies: 1
Views: 591
Posted By santhanalakshmi
Hi,

How to export the data from the sql server 2000 to mysql ....Please help me.I had no idea


Regards,
santhanalakshmi
Forum: PHP Apr 29th, 2009
Replies: 2
Views: 314
Posted By santhanalakshmi
hi,

thanks a lot.Its working fine
<body onload="document.formname.txtboxname.focus()">

bye
Forum: JavaScript / DHTML / AJAX Apr 28th, 2009
Replies: 1
Views: 782
Posted By santhanalakshmi
Hi,
anyone help me......

I had a login page to enter the username and the password named as "index.php".when i entered to the index.php page,i want the mouse focus should be...
Forum: PHP Apr 28th, 2009
Replies: 2
Views: 314
Posted By santhanalakshmi
Hi,
I had a login page to enter the username and password named as "index.php". when i entered to that index.php page,my mouse focus should be pointed at the username...
Forum: PHP Apr 22nd, 2009
Replies: 1
PHP
Views: 216
Posted By santhanalakshmi
PHP
Hi,

Please help me.I am new to PHP.I dont have any idea.

For Example,i had set of 100 records in the table.

Sample Design:PREVIOUS 1 2 3 4 ...
Forum: PHP Apr 2nd, 2009
Replies: 2
Views: 421
Posted By santhanalakshmi
It's working fine now.........


Thanks a lot.
Forum: PHP Apr 2nd, 2009
Replies: 2
Views: 421
Posted By santhanalakshmi
Hi,
I need to pass more than one value to next form using header function.this is my sample code.

header('location:option.php?$uname='.$myusername.'+password='.$mypassword);

i am able to...
Forum: PHP Mar 14th, 2009
Replies: 1
Views: 677
Posted By santhanalakshmi
Hi ,this is my code,see the bold letter that highlighted in this following program....If i am not redirecting this page to another page means ,i am facing big problem like for every refreshment on...
Showing results 1 to 40 of 51

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC