52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for nireekshan

hello i am nireekshan i have some prouble in database connection send my erres pless see and send Some Code . //...............................// [code=java]import java.sql.*; class Student { public static void main(String args[]) throws Exception { try { import java.sql.*; class Student { public static void main(String args[]) throws Exception { …

Web Development java-jsp microsoft-access
Member Avatar for p4u9999
0
372
Member Avatar for plusplus

I am completely new to asp.net. I just started to learn. I created a .html file which I then changed to .aspx. After I changed it to .aspx I can't open it through my internet explorer, what can be the problem.

Web Development asp.net
Member Avatar for plusplus
0
106
Member Avatar for Traicey

I have a program that suppose to print out a student information so I have to use Alert in order to make this a success but my JAVA SCRIPT is not producing anything, I dont know what Im missing in my code please have a look at it.... its quite …

Web Development javascript
Member Avatar for Traicey
0
131
Member Avatar for Hercf

Hi everybody! I’d like to set up a dynamic “name” in coldfusion 8, with dreamweaver CS-3! I have 2 Cf checkbox forms: “my” , “your” and 2 Cf Image fields: “name”, “site”. Depending on selection, result must be: “myname” or “yourname”; “mysite” or “yoursite”. Could anybody give me a hint? …

Web Development coldfusion
Member Avatar for cmhampton
0
78
Member Avatar for sivaslieko++

I have installed eclipse and I need to learn JSP as quickly as possible.. I think firstly I need to install JSP plugin for eclipse but I could not find it. Do you have any suggestion for plugins? The syntax of jsp is similar to php or asp.net? or anything …

Web Development asp.net java-jsp
Member Avatar for peter_budo
0
90
Member Avatar for nikk

Hello friends, I want to display an image in my JSP using expressions (<%=abc%>)tag. But, the problem is that the JSP does not show the image. I store the path retrieved from database (MS SQL) in a "path" variable and then try to display it in JSP using <img> tag. …

Web Development image java-jsp
Member Avatar for jwenting
0
120
Member Avatar for mehmedovic

Hello i created this and i dont know how to debug it because when ever i create a script the part i hate is teh debuging so can some one please help me out and thank you very much --> [code=javascript] <HTML> <HEAD> <TITLE>JSP Debugging</TITLE> </HEAD> <BODY> <% import java.io.*; …

Web Development java-jsp javascript session
Member Avatar for jwenting
0
109
Member Avatar for rashmigs84

hi i got a problem regarding inserting value into database. i have 2 labels and one textbox.. but in database only one cell is there to store these three values.please let me know the solution for this.. thanks ....

Web Development asp.net
Member Avatar for ravichandra
0
93
Member Avatar for vishalsomani

Hi, I am trying to create a restrict access to page function in ASP on Dreamweaver. I have got an Admin table in the database which contains all required fields such as username, password, and Security Level. When I try to implement restrict access to page, on one page say, …

Web Development asp
Member Avatar for vishalsomani
0
187
Member Avatar for kory27

Does anyone know of a good slideshow component or snippet for cf? basically i would just like to rotate a few thumbnail size images in a featured area of my website. thanks.

Web Development coldfusion image
Member Avatar for kory27
0
196
Member Avatar for s627y

I have an aspx page, which retrieves data from a table, I have Update, Delete, Cancel buttons. Update works, Cancel works, but Delete does not work, I get error: Must declare the scalar variable "@UID". My code looks like this: [code=vb] <asp:SqlDataSource ID="sdsDetail" runat="server" ConnectionString="<%$ ConnectionStrings:myConnectionString%>" DeleteCommand="DELETE FROM [table] WHERE …

Web Development asp.net
Member Avatar for s627y
0
145
Member Avatar for ¤| battousai |¤

Hello all, A few days ago I tried to use a mail script and recieved an error: "Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25....." Which was wierd because I had set the smtp server to my isp's mailserver. When I changed the smtp_port to 30, …

Web Development apache php windows-server
Member Avatar for ¤| battousai |¤
0
147
Member Avatar for bornok15

i have written a simple class for OOP in mysql and php and when i tested if even if the values that i used also in my normal connection process is the same the mysql won't connect me to it.. this is my class: [CODE] <?php class DBlink{ protected $link,$dbname,$uname,$passw,$db,$hname; …

Web Development mysql oop php
Member Avatar for nav33n
0
133
Member Avatar for Optimist

Hello, I am heavily involved in website optimization,and would like to know if anyone could put me in the right direction of where to find unbranded website promotion tools for my website ie: Link pop checker,search engine submitter,keyword density analyzer etc. I would greatly appreciate any input Sincerely, William Reeves …

Web Development promotion
Member Avatar for bengong79
0
134
Member Avatar for javagurlush

How To Filter Invalid(vulgar) words in JSP? when data was entered to a textbox it must not contain vulgar or bad words.The event is processed before data is saved and posted. Do I need to specify each word or there are some shortcuts for it? Can you give me a …

Web Development java-jsp
Member Avatar for peter_budo
0
317
Member Avatar for mcx76

I added the php form but its not working. [B]"php file"[/B] [CODE]<?php $message = ''; $to = "zeee76@gmail.com"; $from = $_POST['email']; $message .=' <b>name = </b> '.$_POST['name'].'<br /> <b>email = </b> '.$_POST['email'].'<br /> <b>company = </b> '.$_POST['company'].'<br /> <b>telephone = </b> '.$_POST['telephone'].'<br /> '; $Mail_header = "Content-type: text/html\n"; $Mail_header .= …

Web Development php
Member Avatar for nav33n
0
90
Member Avatar for mcx76

I am trying to add FLASH(swf) file on site.But unable to do.Can be seen [URL="http://www.cravingcatering.com/osc/index.php"]here[/URL] white big space.Movie not loading. Or i place the swf on wrong place.Please guide.Thanks I use this file to update. [CODE]<?php /* $Id: languages.php,v 1.15 2003/06/09 22:10:48 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions …

Web Development flash open-source php
0
82
Member Avatar for Kobussie

Hi everyone! :) I'm just starting out with php and mysql, and encountered the following problem: I have installed: Apache 2.2.8-1 PHP 5.2.5-7 MySQL 5.0.51-3 on an Arch-Linux system. Apache and PHP are working: I tested that. I can log in to mysql from the commandline; I made a small …

Web Development apache mysql php
Member Avatar for Kobussie
0
95
Member Avatar for Designer_101

HI CAN ANYONE SEE Y THIS IS ECHOING OUT TWICE THE AMOUNTS OF EACH FIELD IN MY DATABASE??? [CODE=PHP]<?php $count = 0; $data = array(); $query = "SELECT * FROM profile WHERE ID = '1' "; $result = MYSQL_QUERY($query); $line = mysql_fetch_array($result); foreach ($line as $col_value) { $data[$count] = $col_value; …

Web Development php
Member Avatar for Designer_101
0
117
Member Avatar for iliasb

Hello Everyone, I have a "small" problem with java. :-) I made a Php - Javascipt for displaying the status of my servers. The Xml response and the php scipt are working fine. But the Javascipt doesn't do what i want it to do. I Have 2 Divs in my …

Web Development javascript open-source xml
Member Avatar for iliasb
0
134
Member Avatar for sukhy_1

Hello i want 2add the name of the person who logged in at the top of the page, but the name comes from a SQL database called details, but the username and password is kept in another table called member they both are linked by id, this code below luks …

Web Development php
Member Avatar for Suomedia
0
87
Member Avatar for nikk

Hello friends, i've a "editAccount.jsp" page wherein i accept various details from users. And then check their input (Eg. Email field should not be blank)through a function in javascript. But my JSP does not check the input and directly stores the values in database(even if email field is empty) I …

Web Development java-jsp javascript
Member Avatar for nikk
0
182
Member Avatar for macy2323

Can we call a php function on html buttons onClick event? if yes, how? i really had a hard time solving this.here is my code: [code=php]<?php function store_func($param){ //some code here } ?> ... <?php ... echo '<td> <input name="edit" type="submit" id="edit" value="EDIT" onClick="store_func($param);"/></td></tr>'; ... ?> [/code] it doesnt execute …

Web Development html-css php
Member Avatar for Suomedia
0
84
Member Avatar for ufonator

Hi, I have a problem with my implementation of Drag and Drop lists. Particulary I have 3 scrollable divs, which represent lists. The divs contain "LI s" which represent particular units. Code (ddHeader.php5) Header: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> <head> <meta http-equiv="Content-Type" …

Web Development html-css javascript xml
0
118
Member Avatar for BluePaper

I'm using Visual Studio and I'm learning ASP.net, to learn I'm following the VWD Videos available on the Microsoft website. I watched one of the videos and the guy used a Global.asax file, I followed exactly as I did but at the top of the file where the [icode]<%@ Application …

Member Avatar for BluePaper
0
2K
Member Avatar for Dani

I am using an XSL document to pretty print my RSS feed. However, special characters don't parse - they appear within the feed as &nbsp; and &amp; What line(s) do I need to specify in my RSS and XSL XML documents in order to get these to work? It's my …

Web Development xml
Member Avatar for aparvaiz
0
244
Member Avatar for demissew

As you know mysql is not compiled into php as of version 4, so you have to do some configuration for your php script to properly communicate with mysql server. I’m new to php/mysql development environment; at first everything was frustrating and you don’t get the help you require promptly. …

Web Development mysql php windows-server
Member Avatar for peter_budo
0
134
Member Avatar for assgar

Hi I am trying to display appointments in a database and would like to display all appointments for a week. The time of the day appears on the left and vertical columns with the names of appointments on the right. The code below only generates a single column of names. …

Web Development display php
0
83
Member Avatar for LogicWeb

Greetings, When you *initially* load LogicWeb's home page, [url]www.logicweb.com[/url] it hesitates for about 1-2 seconds on loading the ajax tabs up top (you can't miss it, right below main navigation bar). I am trying to figure out why this happens, but I just cannot seem to grasp the cause. I …

Web Development javascript
Member Avatar for Dani
0
117
Member Avatar for ansari.wajid

Hi All I need to add mouseover event on hyperlink which is in a gridview. What actually I need is displaying names of states in a gridview as hyperlink and when I take mouse over any state, it should navigate to a new page taking that stateid as querystring, So …

Web Development asp.net perl
Member Avatar for aankurpatel
0
95
Member Avatar for kishou

can someone tell me whats wrong with my code? [CODE]$file= "/file.txt"; $search ='/$_GET[word]/i'; echo $search; if (preg_match($search, $file)) { echo "A match was found."; }[/CODE]

Web Development php
Member Avatar for ShawnCplus
0
79
Member Avatar for ramabahama

I'm trying to run a SOAP response from a web service through an xslt translation and place it in a web page via an Ajax call. The web service and javascript all works fine. I am having a problem accessing specific nodes inside the xslt file. Specifically: when I run …

Web Development javascript xml
Member Avatar for ramabahama
0
268
Member Avatar for juvincy

Hello, I have been trying to develope an online registration system but i can get the right syntax to use in the developement here are the specifications We have the following types of visits • Admission • Control/Entry/ Visit2/ visit3(routine1)/ visit4(routine2)/ annual • Acute(unscheduled visit) On register response page, we …

Web Development html-css javascript php
Member Avatar for sagedavis
0
143
Member Avatar for ryy705

Hello, I am trying to understand html's <label> attribute. According to [URL="http://www.w3.org/TR/html4/interact/forms.html#h-17.9"]http://www.w3.org/TR/html4/interact/forms.html#h-17.9[/URL] when I am using a single label for multiple elements I should use the following format: label for = idref [CS]. From what I understand [CS] represents names of the elements that I am labeling. But what is …

Web Development javascript
Member Avatar for digital-ether
0
138
Member Avatar for hsmom314

I'm trying to update a mySQL database from the info contained in an html form with checkboxes using PHP. Here's an example of what I'm trying to do: Stock number: 555 is available in red, white, blue, and green. My form will have a text box for the stock number …

Web Development php
Member Avatar for nav33n
0
170
Member Avatar for shweta797

Hi I have a problem in upload file using jsp.At localhost it is working file but at server when client upload a word document it is corrupted .A text file is uploaded successfully. Please Help

Web Development client-server java-jsp
Member Avatar for ~s.o.s~
0
131
Member Avatar for waterfall

how to use javascript alert in [U]C# web forms[/U]? im using this: [CODE]Button.attributes.Add("onClick","javascript:alert('data saved successfully')");[/CODE] but its not working. i searched for it on internet but im getting tutorials etc for windows forms.

Web Development asp.net javascript
Member Avatar for razool
0
140
Member Avatar for nireekshan

hi i want to use database MS-Access, how to connect the jsp to Ms-access, plse send code

Web Development java-jsp
Member Avatar for ~s.o.s~
0
127
Member Avatar for vijukumar

[B]please help me i have just started of your boost will makes me more perfect [/B] below i have attached my index.html and css.css file i had to desicn only using <div> tags so pleas help me in IE it some what works properly but in FF anf safari bit …

Web Development html-css javascript
Member Avatar for MidiMagic
0
107
Member Avatar for _Rei

Okay, so I'm trying to write a code to a template that can reference a font stored on a server. This needs to be done without installing it on the user's system. Any ideas? ///rEI

Web Development javascript
Member Avatar for MidiMagic
0
102
Member Avatar for Inny

I want to use this code to display a blank page When someone clicks 'veiw source' from either the context menu or toolbar. (if they switch off javascript they are simply redirected, I use another code) I dont want extra pages popping up, Just the blank page, possibley I could …

Member Avatar for Inny
0
141
Member Avatar for mcx76

I installed Osc store. I was having problem with Register_globle.which was not solved.I find the [URL="http://www.magic-seo-url.com/oscommerce/tips/running-oscommerce-with-register-globals-off.html"]link[/URL] i use this i successfully install store.But still unable to login to admin panel. On [URL="http://cravingcatering.com/store/index.php"]index page[/URL] still have this error.I appied different permissions 444, 644,755 but unable to remove the Message [CODE]Warning: I …

Web Development file-system php seo
Member Avatar for Free_Man
0
156
Member Avatar for Dsiembab

I like to read about hashing passwords and have read articles about how md5 and sha-1 could be deciphered albiet it would take 25 million dollar computer and time but still if you could take a password and split it into two pieces and md5 hashed the two pieces add …

Web Development php
Member Avatar for Dsiembab
0
121
Member Avatar for dpatz

Hi, I have some checkboxes in an html form. This form uses php to email me the users response. So in my html I set the checkboxes up in an array like this: [CODE] <label><input type="checkbox" name="weekday[]" value="Monday">M</label> <label><input type="checkbox" name="weekday[]" value="Tuesday">Tu</label> <label><input type="checkbox" name="weekday[]" value="Wednesday">W</label> <label><input type="checkbox" name="weekday[]" value="Thursday">Th</label> …

Web Development php
Member Avatar for nav33n
0
264
Member Avatar for nyadimo

hi, once again i need your help, i am designing an online transaction system using dreamweaver 8, php 4 and mysql. i have already created database with mysql, and i want to connect that database with php. so am designing a dynamic wesite in which a customer visiting the site …

Web Development database-design php
Member Avatar for Suomedia
0
115
Member Avatar for justted

Hello everyone, I really really need some help with this as Ive been trying to sort since December and cannot seem to get past it. I only know very basic PHP and still currently learning. Basically I have a website with multiple pages and a membership system which has a …

Web Development php
Member Avatar for Suomedia
0
242
Member Avatar for TobbeK

I have a user input form where the user can choose to specify a number of input fields used for database input. So what I did is to create a loop within the same form and then created the fields the number of times the user has specified. Example: the …

Web Development asp
Member Avatar for TobbeK
0
91
Member Avatar for sukhy_1

Hello ive got this code of the net just wanted some1 2check it 2make sure, also ive got these two peices of code the ones ive highlighted them in red, but dnt understand wa it means by saying put this code in first line of web page any ideas, ive …

Web Development php session web-server
Member Avatar for petr.pavel
0
104
Member Avatar for lydia21

hi i have a html page when the user clicks a button in the parent window a popup window will be opened which will contain the login page.if the user is a valid user then i want the parent window to get refreshed so that i can show him the …

Web Development javascript
Member Avatar for ExplainThat
0
76
Member Avatar for sukhy_1

hello im doing a driving instructor website for my project, and a driving instructor enters his or her times of booking and the search below gets the results and displays them, but i want the user to be able 2select upto 2results and once they have selected them they click …

Web Development mysql php
Member Avatar for nav33n
0
125

The End.