52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for SAMSEIED

Hi: I am designing this Dinner menu using Javascript, but when I up-load it, it only opens, the first pharase in green color that says dinner menu and it does not run which is suppose to show the menu for everyday's food.here is the codes, your help is apprecaited. <HTML><HEAD><TITLE>SAM'S …

Web Development javascript
Member Avatar for connor4312
0
141
Member Avatar for cute_soha

Hello frens This is Soha. Recently i heard about a language named Ruby. Now u ppl might be quite familiar with it. But i am a newbie.... So can i get some information about Ruby and/or Rails. bu-byee

Web Development ruby
Member Avatar for IndianGuru
0
135
Member Avatar for blackdove

This is my first attempt at creating a website using PHP. My database is done in MySQL. It is for a made up university. I am having trouble creating the page that should allow current students enrolled at the university to search for courses and add them to their schedule. …

Member Avatar for blackdove
0
119
Member Avatar for amithasija

can we use collection_select with :selected option if yes ,plz let me know.if not than plz tell me how to use select instead of collection_select and where to write query in select if i dont want to find all records. thnx in advance.

Web Development ruby
Member Avatar for pty
0
421
Member Avatar for Barefootsanders

Hey everyone. I'm trying to write code to update a stat field within my database and I'm having some trouble passing the variables from the form page to the process page. Below is my code. I know it's not correct. I just want a button to say "Upgrade attribute 1" …

Web Development first-post php session
Member Avatar for DanceInstructor
0
114
Member Avatar for senthilkumar24

Hi, i was trying to use timer in asp.net. The purpose is like this, there will be a server(ASP.NET) and a client(Web Application). I was trying to implement a timer in the client so that, for a specified period of time say 10 seconds, a function has to be called …

Member Avatar for senthilkumar24
0
131
Member Avatar for crazynp

Hi, How safe is to allow users to submit the entries with single or doube quotations to the database? and wondering is there any free site or service to check vunerabilities of the site? Hope to see it in daniweb. Thanks!

Web Development mysql php
Member Avatar for w_3rabi
0
91
Member Avatar for vinutha1309

hi... how to compile and run a servlet application using Tomcat5.5 ... where to place the class path......and how to run.... After compiling Java file I have placed .class file in ... C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\ROOT\WEB-INF\classes and my java file is in... C:\servlets/HelloWorld.java and i have accessed like this.... …

Web Development apache java-jsp
Member Avatar for rgtaylor
0
178
Member Avatar for akhilesh.nitt

Hi everyone, i m new to JSP, i want to create table in jsp,attribute will be selected by the Excel sheet which resides on server. client will see the table and he/she can edit or reset the table and these modification will be saved on server.next time when same user …

Web Development client-server java-jsp
Member Avatar for rgtaylor
0
154
Member Avatar for rinoa04

Hello, I am new to JSP. I need to develop a web system using JSP. I have a few doubts that I couldn't figure out. I understand how to write jsp page by embedding the jsp coding in the same page as the html form. I know this is not …

Web Development java-jsp
Member Avatar for rgtaylor
0
96
Member Avatar for RwCC

Hey all, I spotted Rugby mainly by looking at the "hello world" thread in Legacy. So I was wondering if it is actually worth learning? I am always looking for more ways to update my CV, but is Rugby wide-spread enough to warrent learning for any other reason than fun? …

Web Development ruby
Member Avatar for iam
0
188
Member Avatar for june_bunga

Private Sub btnsearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnsearch.Click Try txtmsg.Text = "" OleDbDataAdapter1 = New OleDbDataAdapter("select * from phbook where name like '" & ddl.SelectedItem.Text & "%'", OleDbConnection1) OleDbDataAdapter1.Fill(DataSet21, "phbook") OleDbConnection1.Open() Dim com As New OleDbCommand com.Connection = OleDbConnection1 com.CommandText = "select * from phbook" dg1.DataBind() …

Web Development asp.net
Member Avatar for ManicCW
0
106
Member Avatar for ramakrishna172

[I]why include file can not modify the header and cookies.can tell the reason. [/I]

Web Development java-jsp
Member Avatar for rgtaylor
0
131
Member Avatar for ramakrishna172

i am intersted to send group object from one jsp to another. In this case can i use vector or arraylist. then why?

Web Development java-jsp
Member Avatar for rgtaylor
0
100
Member Avatar for Rich2701

Hi guys, im new to ASP.Net and was wondering what the code was to display a Access DB Also does anyone have any good easy to follow tutorials which will show me how to manipulate the data etc - edit, delete, add Thanks :)

Web Development asp asp.net display
Member Avatar for ManicCW
0
105
Member Avatar for atulsweet82

hi how can count a text , image , button etc on a paticular page with watir. plzzz help me thanks & regards atul

Web Development ruby
Member Avatar for amithasija
0
108
Member Avatar for Legend01

hi there, i have created a php website for my mobile DJ business, and want a booking enquiry form so people can fill out their details and email the data to us and we can then contact them about their booking. I have created the form in html, and using …

Web Development email php
Member Avatar for GliderPilot
0
84
Member Avatar for willyc

Hi, I use to be a bit of a wiz at coldfusion 4, but I havent used it in quite a WHILE! Now its at version 7 and what I remember doesnt seem to work anymore... I am trying to write a 'news' page, it takes data from two tables... …

Web Development coldfusion
Member Avatar for Memento
0
136
Member Avatar for enggars

Hello. I have array that i deffered from my database. For i=0 to 4 Point(i)=Cint(Rs("Point")) Name(i)=Rs("Name") rs.MoveNext next The result is giving me : Point(0) Point(1) Point(2) Point(3) Name(0) Name(1) Name(2) Name(3) I would like to built a chart from it. The chart goes this way: [B]ShowChart[/B] Array(Point(0),Point(1),Point(2),Point(3),Point(4)), Array(Name(0),Name(1),Name(2),Name(3),Name(4)) That …

Web Development asp
Member Avatar for enggars
0
126
Member Avatar for Manoj kothari
Member Avatar for inthrakumar
0
74
Member Avatar for enggars

Hello... Is there a way to retain the value of radio button during paging in ASP? Thanks....

Web Development asp
Member Avatar for gil857
0
145
Member Avatar for Bill Explosion

I just started doing this site and did a extremely minimal update only to get this pesky error. I am not sure what the deal is and seriously want to fix this ASAP. I'm sorry as well, as i'm brand new to this coding. (Didn't think i'd get such an …

Web Development html-css php xml
Member Avatar for Bill Explosion
0
152
Member Avatar for Sukanto

I am unable to debug the following code. I can't find any errors here. I am getting the button but after clicking on it, only [b]Time Remaining: 10000 msecs[/b] is being displayed. In Firefox 2.0.0.3: I checked the error console, it shows [b]timedCount is not defined[/b] on line [b]t = …

Web Development javascript
Member Avatar for Sukanto
0
158
Member Avatar for iam_rob

Hi there all, Apologies if something similar has been posted before but I tried a search and couldn't find anything. I have a combobox with 2 options "OPEN" and "CLOSED". Tied to this combo box I have a scriptlet which I want to select the appropriate value of the combo …

Web Development java-jsp
Member Avatar for iam_rob
0
82
Member Avatar for Bushi

I recently installed CrackerTracker v5.x in my forums (phpbb2 with no mods, running a custom interface) and I'm having a massive amount of parsing errors. Examples: Parse error: parse error, unexpected ',' in /forum/includes/functions_post.php on line 103 [code]103: }$lang, $phpEx, $phpbb_root_path; [/code] Parse error: parse error, unexpected T_INCLUDE_ONCE in /forum/includes/page_tail.php …

Web Development php
Member Avatar for Bushi
0
111
Member Avatar for amoun

I make a query and I get all the result I need but I'm stock now I wont this result to be send via email or save the result to another html file, is it' possible, thanks for all replies :sad:

Web Development email php
Member Avatar for amoun
0
79
Member Avatar for rickvidallon

Anyone know of a work around in .Net to retain the highest possible resolution of a photo or image after compression or resizing?

Web Development asp.net
Member Avatar for ManicCW
0
124
Member Avatar for asmqb

Hi everyone! I'm currently working on a navigation bar for a personal website and, although transparency is working great, has a couple of problems with browsers that use... fonts that are not around the size (specifically the [I]height[/I]) of Helvetica. I basically have a [inlinecode]<div></div>{...}</li></ul>[/inlinecode] block. The first [inlinecode]<div></div>[/inlinecode] combination …

Member Avatar for MidiMagic
0
168
Member Avatar for ashweb

Hi, I'm new to PHP and was wondering if anyone could help me with my problem. Basically I have an access database and have managed to create a few php scripts by looking at various tutorials and scripts on the net in php that insert, update, delete and view data …

Web Development first-post php
Member Avatar for DanceInstructor
0
156
Member Avatar for postyman

I am trying to make a simple database delete script. Im fairly new to php and mysql. I need to access 3 tables in the database to delete all the relevany information for one user. The articles, penname and users tables. I adapted the code from a search script I …

Web Development email first-post php
Member Avatar for phper
0
142
Member Avatar for MDGM

hi all, I have a special type of gallery on my website ([URL]http://www.grafax.co.uk/newtest/gallery[/URL]) which uses a javascript file to make a div tag hover over the gallery with the image inside of it. however, the page shows before the javascript file is loaded, and so displays the image in the …

Web Development javascript perl
Member Avatar for MattEvans
0
143
Member Avatar for tycoon_007

Hi, I've been using an IDE for developing in PHP. I wanted a PHP framework and SYMFONY was one of the suggested ones. I need to complete this proj withing 3 months and have no time to learn anything complicated. I need feedbacks from people who have used Symfony and …

Web Development ide php
Member Avatar for tycoon_007
0
94
Member Avatar for 7arouf

hi, this is my first post in this forum... i have an ASP.NET project in school, and i need some help with the sitemaps this is my folder, i upload it here [URL="http://www.uploading.com/files/10S683QD/buzztime.zip.html"][/URL] my problem is that the on the side menu, i get Home, Products, Services, and Shopping Cart. …

Web Development asp asp.net first-post
Member Avatar for 7arouf
0
142
Member Avatar for amithasija

how to send a mail using ruby..?plz help me

Web Development ruby
Member Avatar for IndianGuru
0
175
Member Avatar for bharatshivram

i developed a website using php and the backend database ii am usiing is mysql. the server i used for this purpose is abyss web server. i have two problems 1) every time i log on ot the internet i am assigned a different ip address, how can i make …

Web Development php web-server
Member Avatar for w_3rabi
0
308
Member Avatar for digi3e

Hello anybody who takes the time to read this! I am not new to CFM but have not hit it to deep as of this point. Here is my problem and I hope I can explain this well enough. I have a page that will be driven left to right …

Member Avatar for digi3e
0
100
Member Avatar for jeet_portal

Hi Experts, I have a small problem in my Projects. I need to insert the registration data into two differnt database table.I am using jsp code to do that opration. Pls Tell me some way in which i can ful fill this requirment. Should i use two differnt connection,Resultset , …

Web Development java-jsp
Member Avatar for rgtaylor
0
186
Member Avatar for crazynp

Hi, Will anybody please help me with this. The bar chart image is created and stored using php code. each time the page is hit, the new image is created and displayed. The firefox always dispaly the new image but IE always dispaly the old image and I have to …

Web Development image php
Member Avatar for crazynp
0
157
Member Avatar for sibboz

hi everybody, I help out with my mates gaming site, it caters for PC xbox 360 and PS3 gamers, with ladders and tournaments. But what I'm looking for is a league display script so that results can be shown in a table format, with fully editable coloumn titles so that …

Web Development gaming php
Member Avatar for Phaelax
0
108
Member Avatar for Timra

Hello Everyone, I am looking for an SEO-friendly CMS program. Until now I have built my sites the old traditional way. (Plain HTML editor). The new site I am about to launch will be massive and cannot be managed without a decent CMS program. I am not looking for a …

Web Development cms php seo
Member Avatar for luemob
0
234
Member Avatar for snufse

I am trying to connect to an IBM AS/400. Can anyone help me interpet the error and possible guid me what to do. Thanks Code: Dim myAS400Connection As New OleDb.OleDbConnection myAS400Connection.ConnectionString = ("Provider=SNAOLEDB;" & _ "Data source=as820;" & _ "User Id=vbuser;" & _ "Password=vbuser") myAS400Connection.Open() Error: Exception Details: System.Data.OleDb.OleDbException: No …

Web Development asp.net open-source
Member Avatar for amolasu
0
187
Member Avatar for Barefootsanders

Hey everyone. Im trying to make an online RPG where you can join "Families" or clans. I the code below is what I have thus far. It works but for some reason it wont update the creating users "family_id" in the database thus not telling the server that he is …

Web Development first-post php session
Member Avatar for Barefootsanders
0
89
Member Avatar for proctk

after some searching I come up with the below which give the error I posted. I'm surprised that I have not been able to find script that uses mysql to get birthdays within x days. error message, any ideas, thank you for the help SQL Error: SELECT DOB, STR_TO_DATE(CONCAT(EXTRACT(DAY FROM …

Web Development php
Member Avatar for UrbanSky
0
1K
Member Avatar for shaggysc96

I have come across a slideshow I want to use on my site. I am using coldfusion to write the site, but know very little javascript. I cannot figure out how to get the text to show up and change with each slide. I am posting all of my code. …

Web Development coldfusion email javascript
0
107
Member Avatar for shy_wani

[I]hi..[/I] my system should select the maximum QuestionNum from one of the my table in the database. after all, i would like to increment the value QuestionNum to 1... but i keep on receiving error [B]"[I]Cast from type 'DBNull' to type 'String' is not valid." [/I][/B]this is my code... Public …

Web Development asp.net session
Member Avatar for shy_wani
0
260
Member Avatar for nzd

Can someone recommend quality script for news/article portal? Thanks.

Web Development php
Member Avatar for justinm
0
119
Member Avatar for vssp

Hi friends I am using mete tage to redirect the page in my php script.but the latest version firefox only not support the meta tag page redirect option -- unable pass the query string values. but older version its working correctly. How can i fix the issue . Please advice …

Web Development php
Member Avatar for vssp
0
82
Member Avatar for vallala

<html> <head> <title>student details</title> <script language="JavaScript"> function sum() { window.document.form1.total.value=parseInt(s1.value)+ parseInt(s2.value)+ parseInt(s3.value)+ parseInt(s4.value)+ parseInt(s5.value); } function grd() { var s1,s2,s3,s4,s5,avg; s1=parseInt(window.document.form.s1.value); s2=parseInt(window.document.form.s2.value); s3=parseInt(window.document.form.s3.value); s4=parseInt(window.document.form.s4.value); s5=parseInt(window.document.form.s5.value); avg=(s1+s2+s3+s4+s5)/5; if((s1>=40)&&(s2>=40)&&(s3>=40)&&(s4>=40)&&(s5>=40)) { if(avg>=70) window.document.grade.value="distinction"; if(avg>=60) window.document.grade.value="a grade"; if(avg>=50) window.document.grade.value="b grade"; if(avg>=40) window.document.grade.value="c grade"; else window.document.form1.grade.value="fail"; alert("sorry u need to improve"); } alert("congratulations"); } function …

Web Development javascript
Member Avatar for vallala
0
81
Member Avatar for enggars

Hello. I have an ASP page that require printing. The page is about showing some data from database. I use the simple javascript printing : [B]javascript:window.print() [/B]The page design use some css templates. Well it does print. But it only prints the images and the texts. The print out seems …

Web Development asp database-design javascript
Member Avatar for enggars
0
96
Member Avatar for A Yasir

[COLOR=#000000]Hi ! I have a problem in connecting JSP pages with My SQL database using JDBC connector. I m using:[/COLOR] [COLOR=#000000] [/COLOR] [LIST] [*][COLOR=#000000]For TOMCAT -- apache-tomcat-5.5.23[/COLOR] [*][COLOR=#000000]For JRE -- Java EE 5 SDK[/COLOR] [*][COLOR=#000000]For database -- MySQL 5.0.37[/COLOR] [*][COLOR=#000000]For JDBC -- mysql-connector-java-3.0.17[/COLOR][/LIST][COLOR=#000000] [/COLOR] [COLOR=#000000]JSP pages other than database working …

Web Development apache java-jsp mysql
Member Avatar for A Yasir
0
294

The End.