Search:
Type: Posts; User: nyt1972
Search :
Search took 0.01 seconds.
Thanks dear it worked, but how to pass arguments to this testBarCode.php, can u please help.
I tried the below method but it doesn't work.and I have no other idea to do it.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Hello Experts,
I have to get data from a table and print it on page and also have to print a barcode image based on a field value, following is the code, but the error is that it shows everything...
Hello experts,
I want to run the below php code in a javascript function but its not working and showing error:
<script type='text/javascript'>
function test()
{
<?php echo...
Sorry guys the problem was that the addRec.php file was wrong, and there was duplication of database connection. problem solved.
The strange thing is that there is no localtion variable defined or used in my code.
Hi experts,
I have a problem that when I submit the form I get the follwing error:
Code attached, please help.
I found this code and it worked. Thanks a lot for your replies and time you gave.
Regards,
<?php $options = array( 1=>'General Question', 'Company Information', 'Customer Issue', 'Supplier...
Dear I want that When I choose a value from the options dropdown and the form is submitted, then the drop down does not show the value selected or chosen but the default value. e.g
the list...
Hi Experts,
I have three element on a form, a dropdown box which gets values from a table and a textbox which will show the value based on the selection in dropdown, and a third textbox which is...
Oh dears,
I have to grand "write" permissions to IUSR_SERVER account. and it worked.
Hello Experts,
Following is my code, and it gives me the error "failed to open stream: Permission denied". I am using PHP 5.2 with IIS installed on windows XP system.
<html>
<head>...
Hi gurus,
I have an image button and I want to make a drop down menu for it, I tried the below code but its not working, Pls help:
<Html>
<Head>
<style type="css/javascript">
ul li ul {
Dear you cant use
'$_POST["firstname"]','$_POST["lastname"]','$_POST["age"]'
in MySql query, bcoz "" (double quotes) will conflict.
Thanks a lot ryanlund,
It worked fine for me as well.
Plz help, I waiting for gurus.
No luck
In FF it gives the above error and in IE it gives the following error:
Dear ryanlund,
Even with your code, I get the following error:
Hi experts,
I am trying this script for login but it gives me error:
<?php
$con = mysql_connect("localhost","root","");
if (!$con)
<script language= "javascript">
x='sortlist[]=5&sortlist[]=3&sortlist[]=4&sortlist[]=2&sortlist[]=6&sortlist[]=1';
var y=x.split("&");
for(i = 0; i < y.length; i++){...
<script language= "javascript">
x='sortlist[]=5&sortlist[]=3&sortlist[]=4&sortlist[]=2&sortlist[]=6&sortlist[]=1';
var y=x.split("&");
for(i = 0; i < y.length; i++){
document.write(y[i]+","); ...
If your question is about pre-loader, then below websites may help you:
http://www.beansoftware.com/Flash-Tutorials/Creating-Flash-Preloader.aspx
...
Ok thanx Rnd_me,
I tried the below code and it workd:
<script type="text/javascript">
function insert(el,ins) {
window.lstText={};
if (el.setSelectionRange){
el.value =...