52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for MeeraKotecha

Hello.. I am designing a page in which if i click "call" button the button gets disabled and the timer starts.. This code is in JavaScript..(coz I couldn't write the PHP code to start timer on a button click) Now.. I need to pass the time of the "call" button …

Web Development javascript php
Member Avatar for atplerry
0
147
Member Avatar for staneja

Hi i am making a new user page where user will fill username and password and i want to put some client side validation on it Suppose user has given wrong values in password and Confirm password column so before a request is send to secnd servlet i want to …

Web Development java-jsp
Member Avatar for masijade
0
192
Member Avatar for stagnation

Hi Guys I need your help as what i am trying to develop is doing me head in :-) I am developing a PHP form which basically adds two variable together. The final number then needs to placed in to a HTML url which triggers the image to be loaded …

Web Development php
Member Avatar for Puckdropper
0
129
Member Avatar for wavalker

plz anybody help me i want to use javascripts variables in php but i can't able to do that so sugess me some thing to do that regards mahendra

Web Development javascript php
Member Avatar for kaykays
0
147
Member Avatar for Kusno

Dear all .Netters, How do i change my intranet application culture to Japanase culture. I had done 2 things, but nothing worked. 1. In my web config, i put this script <system.web> <globalization culture="ja-JP" uiCulture="ja-JP" /> </system.web> 2. or <system.web> <globalization enableClientBasedCulture="true" /> </system.web> in my IE, i changed the …

Web Development asp.net
Member Avatar for Infarction
0
103
Member Avatar for atplerry

unlike PHP that i need i can configure the webserve i.e apache either authomatic or manual i a can run it effectively! But i find it difficult to know what the problem is on working with ASP.Net because i can run it. I want to know all the webserver that …

Web Development apache asp asp.net
Member Avatar for hollystyles
0
107
Member Avatar for coolshail_87

[B][COLOR="black"]hello to all ,i want to attach a text file for downloading the website i am developing through asp.net......... plz help me in the coding.......... i am sending the coding as below......... on link button... Response.AppendHeader("Content-Disposition",Attachment.FileName=TextFile1.txt); Response.ContentType="Text"; Response.WriteFile("TextFile1.txt");[/COLOR][/B]

Web Development asp asp.net
Member Avatar for coolshail_87
0
118
Member Avatar for Saroja

I have problems of designing Templates in ASP.net unlike in dream waver. But my neighbor remind me one site where I login last year it is the site of free professional asp.net templates so I Download SNIPPED it is so easier to use. But I want more rich templates can …

Web Development asp asp.net
Member Avatar for kvishnu2007
0
150
Member Avatar for BalagurunathanS

Dear Friends.. I am having an .aspx page in which i have various HTML controls such as text boxes and buttons("OK" and "CLEAR" buttons).By default, when i press the "ENTER" key in my keyboard ,the "OK" button must get fired...But its not getting fired..I need to use the tab button …

Web Development html-css javascript
Member Avatar for sandeep.mk
0
171
Member Avatar for apontutul

i want to show a image using servlet,which is being called by a java file (beans). in that java how will i get the parameter eg: poll-id=1,2 or 3...n from that jsp page?....here what i've done(.java file) but the its not showing the image(error: data not available): [CODE] package myapp.webwork.beans; …

Web Development java-jsp session
0
77
Member Avatar for tirivamwe

Is there a free script that i can use to search any website that is in my own country.

Web Development php
Member Avatar for kaykays
0
74
Member Avatar for daniweb_jeet

Hello Members I am having a problem that is i want to access the listbox from javascript(client side) that is in datalist. and also i want to validate that listbox for selection. please help me......

Web Development asp.net javascript
Member Avatar for daniweb_jeet
0
111
Member Avatar for vinaii
Member Avatar for zmariow
0
88
Member Avatar for chichi

[B]hi guys please help[/B] [B]i have a php site hosted on iis server. the site is failing to browse it gives a "page not found error" when u try 2 browse it.[/B] [B]but funny thing is u can browse the backend fine (joomla). frontend is failing. please help me out. …

Web Development php
Member Avatar for binoj_daniel
0
159
Member Avatar for kaushik259106

I use the following code to display the user name on the website.. like "Welcome Kaushik" [CODE] <jsp:useBean id="adminUser" class="bss.BSSUserDetailsDo" scope="session"/> <font size="4" color="brown" face="verdana"> <bean:message key="Bss.user.welcome"/> //comes from some property file abcd.property <jsp:getProperty name="adminUser" property="firstName"/> </font> [/CODE] i want to access the user first name from my JS function. …

Web Development html-css javascript session
Member Avatar for kaushik259106
0
106
Member Avatar for pedramphp

Does anyone knows how to work with prototype ajax class , cause I think this class has everything and there is no use of rewriting the code s !!!??

Web Development javascript
Member Avatar for pedramphp
0
80
Member Avatar for rinoa04

Hello, I have a doubt about javascript. When designing web based system, usually we used javascript to validate the form. It works fine in IE browser. However, all the validation does not work when tested on firefox browser. Why and what is the problem? How to solve it so that …

Web Development javascript web-browser
Member Avatar for MidiMagic
0
370
Member Avatar for srinivaskota

[I]Hi Experts here, Pls help.[/I] [B]when I disable the button using the code document.getElementById("mybutton").disable=true; it is disabling perfectly but when the page gets refreshed again it comes to enable position so, I need a code even when the refreshing the page also my button is in disable position.[/B] [I]Thanks and …

Web Development javascript
Member Avatar for MattEvans
0
2K
Member Avatar for andy3250

Please copy this code and run on your editor and see preview, as you can see this when you type user name and press enter, it will [B][U]show text type animate[/U] [/B], these code is under javascripts. Now I would like to change to session variable in php code or …

Web Development javascript php session
Member Avatar for pedramphp
0
131
Member Avatar for 3xxx

I like the sample here http://dev.portalzine.de/index?/Horizontal_Accordion--print try to click show 1 , show 2, .... (grey / green) but I don't know how to display different content for different show --- so please help === it should be p (for 1 2 3 and 4) just have to read the …

Web Development html-css javascript
Member Avatar for 3xxx
0
367
Member Avatar for searchacar

Hi, I have one issue on entering data into database twice. When user add some details on my website's form pages and click on submit then data is added correctly. But if someone hit refresh button again then it will add another duplicate entry. Is there something in php i …

Web Development php
Member Avatar for JeniF
0
114
Member Avatar for idiot_ishu007

Hi Everybody i have been trying to develop a website for my company in asp.net using c# . i have a problem i login page . i am not able to connect it to my database so that i can match user name and password . plz tell me what …

Web Development asp asp.net open-source
Member Avatar for ptaylor965
0
136
Member Avatar for vickymesh

Ok here is the code below, I need to know what I need to change in this code for it to be able to be a clickable link... I have many layouts and want to add more but with so many pages, its a bit hard to go through 49 …

Web Development php web-design
Member Avatar for ShawnCplus
0
112
Member Avatar for ceyesuma

in a jsp page I need to get a variable and then I need to set the txt in a txtbox on the page with the variable. How do I do this ( quick code example pls)

Web Development java-jsp
Member Avatar for ceyesuma
0
124
Member Avatar for JeniF

Good day to all! I am working on some error checking and I have run into a snag in my code. Here is what I want to do: Upon Submit, error check field criteria. This code has to do with posting Internal Job Postitions and based on the dates entered, …

Web Development javascript php
0
108
Member Avatar for muskan

i am using Apache Tomcat Version 5.0.28 but it is not working well i have just typed a simple code and it is giving error .i am providing error and also code please giude me where is the problem , i am new to jsp please help me thanx. .jsp …

Web Development apache java-jsp
Member Avatar for peter_budo
0
177
Member Avatar for ceyesuma

Could someone just look at this code and point out the obvious errors. It may or may not be obvious on what it is supposed to do. Never the less what I want it to do and the syntex are bad. Could someone just make observations on how to accomplish …

Web Development html-css java-jsp
Member Avatar for ceyesuma
0
123
Member Avatar for Smoke

After were installed apache server and php I can not browse web pages with extension php ... why so?

Web Development apache php web-server
Member Avatar for pattersonz
0
214
Member Avatar for Piuskutty

anyone , please help me , i want to upload pictures to server, . i am using apache tomcat server, where i want to save the uploaded files. help me plz.

Web Development apache java-jsp
Member Avatar for Piuskutty
0
117
Member Avatar for kaushik259106

How to do this type of comparison. Say i have a variable with a word "ABCDEF" and i want to check the combination "DEF" exists in it or not how do i do? I want to make a simple comparison test.. Some friend suggested me the "substring" function but that …

Web Development javascript
Member Avatar for kaushik259106
0
167
Member Avatar for nil_gh_80

How can I transfer values of two different veriable on a single submit button click to an another page........using javascript & php

Web Development javascript php
Member Avatar for JeniF
0
69
Member Avatar for leolim

HI i am beginner in PHP and really need some help [CODE]<head> <title>My Variables HTML Form</title> </head> <body> <h4>My HTML Form</h4> <?php function display() { echo "you called display function"; } function profile() { echo "you called Profile function"; } ?> <form action="<?= $php_SELF ?>" method="POST"> <input type="button" name="action" value="submitted" …

Web Development php
Member Avatar for johny_d
0
83
Member Avatar for Designer_101

Hey I'm having a bit of trouble. I am currently learning php and mysql to access my servers database and collect data. In which i want to use a username and password form. However in the meen time i would like to create one using plain html and javascript. I …

Web Development javascript
Member Avatar for Designer_101
0
84
Member Avatar for bluemoon2007

I am using XP Pro, Dreamweaver MX 2004 and IIS 5.1 with the most current version of PHP (5.2 I think) and MySQL 5. I modified the PHP.INI file according to instructions, installed the latest ODBC driver and adjusted the ISAPI filters and Home Directory settings in IIS accordingly. My …

Web Development php
Member Avatar for bluemoon2007
0
160
Member Avatar for carvey

I need an idea for an enrollment system, I need help for that cause I don't know more of PHP. Could anybody help for me.

Web Development php
Member Avatar for jbennet
0
97
Member Avatar for ryan_vietnow

Hey guys,can anyone explain here what is the true concept of Object Oriented Programming.I am quite confused with this. Thanks in advance.

Web Development oop php
Member Avatar for Barefootsanders
0
129
Member Avatar for mishrap

Hi, I have a problem which I have failed to solve.If you have time please help.I am generating text file on button's onclick.This text file is being created on server .I want to create on the local machine (clients C:/) See below code snippets. *********************************************************************** Imports System.IO Dim sw As …

Web Development asp.net
Member Avatar for mishrap
0
547
Member Avatar for adromidon

Is there a site that will tell you how to make a traffic exchange using PHP and MySQL or is this something that is better to get a script for? :?: I am trying to learn PHP the best I can and it is difficult to learn how to make …

Web Development mysql php
Member Avatar for rkmailer
0
161
Member Avatar for 3xxx

[url]http://www.gurusistemas.com/indexdatagrid.php?page=download[/url] this seems to be an easy datagrid for the IE browser I can't make the MYSQL thing work -- and it should not be difficult -- please TRY , and tell us how (I use XAMPP software -- and got a HTDOCS folder in my computer);)

Web Development php
Member Avatar for 3xxx
0
128
Member Avatar for athindran

hi What are the precautions and steps for deploying a web application on LAMP. Since I have developed and tested my first website on a WAMP stack. Most of the hosting services are on LAMP. I assume there should be no change in the PHP/MYSQL code. But someone Please enlighten. …

Web Development php
Member Avatar for jbennet
0
87
Member Avatar for ansari.wajid

OleDbConnection cn = new OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\\tblImp\\db1.mdb"); cn.Open(); DataSet ds = new DataSet(); OleDbDataAdapter da = new OleDbDataAdapter("select * from tblImp", cn); da.Fill(ds, "tblImp"); tablecontrol.datasource() = ds.Tables[0]; tablecontrol.DataBind(); table is not populated with data from access database. help me plz.

Member Avatar for ansari.wajid
0
78
Member Avatar for ansari.wajid

How to populate data from access database into asp.net table control. plz help me out. waiting for quick response. thanks in advance..

Web Development asp asp.net
Member Avatar for ansari.wajid
0
81
Member Avatar for kaushik259106

In the following code i am able to change the case of my entered text with each entry of letters.. can you tell how do i dynamically display its length as well without using ajex.. [CODE]<html> <head> <script type="text/javascript"> function length(x) { var y=document.getElementById(x).value document.getElementById(x).value=y.toUpperCase() } </script> </head> <body> Enter …

Web Development javascript
Member Avatar for kaushik259106
0
120
Member Avatar for ceyesuma

This is where netbeans is putting my class files. How do I get the apache tomecat 4.0 and JSP page to find these classes? C:\myjspapp\creditcardProject\creditcardProject\creditcardProject\build\classes\creditcardproject

Web Development apache java-jsp
Member Avatar for ceyesuma
0
97
Member Avatar for carrig07

Hi, hoping someone might be able to help us with this one as we're well & truly stumped... we have a site that uses PHP to authenticate users against a database and allow access if the login details are correct. We then have a script on each page to make …

Web Development client-server php session
Member Avatar for carrig07
0
112
Member Avatar for ceyesuma

[code] <form action="interface.jsp" method="post"> <input type="text" name="accttxtbox" value="Enter Account number"> <% if(request.getParameter("createacct" != null)){%> <jsp:useBean id= "creditCardBean" class = "creditcardproject.CreditCard"/> <%long AccountNo=getNewAccount()%> <%accttxtbox.value(AccountNo)%> <% double CreditLimit =creditCardBean.CreditLimit %> <% double TotalCharges =creditCardBean.TotalCharges %> <% double TotalPayments =creditCardBean.TotalPayments %> <tr><th>Account</th><th>CreditLimit</th><th>TotalCharges</th><th>TotalPayments</th></tr> <tr> <td><%= AccountNo %></td> <td><%= CreditLimit %></td> <td><%= TotalCharges %></td> <td><%= …

Web Development java-jsp
0
79
Member Avatar for ceyesuma

[B]This class was given to me. I need to work with JSP. Am I correct in thinking that I need to make the methods setters and getters for each method I need data from. And if so could you give me an example of one? Lets say I needed to …

Web Development java-jsp
0
72
Member Avatar for qadeer

Dear Friends,, i want to download a pdf file from any server since i have url of a pdf file then i convert it in html format. i am working in PHP and enviorment is linux. Pleas help me for this script i am much upset due to this With …

Web Development html-css pdf php
Member Avatar for Usayd
0
438
Member Avatar for vamsee

hello friends, I'm doing a project with JSP, MySQL and Tomcat. I need a code to calculate the execution of a JSP page. Its V.V.V.Urgenttt... plzzz help mee out

Web Development java-jsp
Member Avatar for Ezzaral
0
479
Member Avatar for emucat

Hi all, newbie here but I've got a question and HOPEFULLY someone can assist me here. I'm getting an error that says its on the LAST LINE of my code. Here's the error: [quote]Parse error: syntax error, unexpected ';' in /home/editedreg.php on line 113[/quote] Now here's the final lines of …

Web Development php
Member Avatar for Ezzaral
0
107

The End.