52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for billymcguffin

sorry about the bad title, but this is a code that takes a string, defined in an array, and converts it to the next string in the array by replacing letters one at a time. it works fine, but i want some modifications. code: [CODE]function scroll(message_loop) { var messages = …

Web Development javascript
Member Avatar for billymcguffin
0
89
Member Avatar for stottlifey

I am a total NOOB to ICT, and was wondering if anyone would help me make a website using flash, php, and javascript. Please help, I will work out giving you money when the site is up and running and making money. I have got a graphics designer for free …

Web Development flash php
Member Avatar for jcanaway
0
126
Member Avatar for sniper1983

I was told to write the question here instead of in c# forum, so I post it here as well. Hi.. I am trying to update a webcontrol on a main site from a usercontrol but how can this be done. Let's say I want to update an asp:textbox from …

Web Development asp.net
Member Avatar for sniper1983
0
131
Member Avatar for T.Cavanagh

Hi i am new to AJAX but i havejust managed to write one of my first basic scripts. What it does is takes all the news items out of a database and lists them as links. When you click a link i want all of the data that is linked …

Web Development javascript xml
Member Avatar for essential
0
1K
Member Avatar for shijunair

hello everyone, I am stuck with this problem.If anyone could help me, it would be a great favour. I am working on a leave application. Here the leaves are been applied by employees and accordingly the leaves are been approved or cancelled. so the problem is that when i am …

Web Development java-jsp
Member Avatar for shijunair
0
2K
Member Avatar for jabroni7

hi Please help me with code or links i have a text box,when ever some one types a letter or more ,it should search those letters from an array of values or from a mysql table and display all the values starting with value in a text box in a …

Web Development php
Member Avatar for csharplearner
0
156
Member Avatar for csharplearner

Hi all, How to merge a forum into a pre-exisiting website? All what i mean is i took a forum(which has its own registration , sigin-in feature) and a preexisting website (which too have its registration and signin feature). Both are now hosted in the same domain and use different …

Web Development php
Member Avatar for csharplearner
0
186
Member Avatar for Venom Rush

Hi Guys/Gals I have a page that has iFrames on it. Now the pages that are shown in the iFrames each have their own code on them. I'd like to know if it's possible to use variables that are on the page holding the iFrames in the pages inside the …

Web Development php
Member Avatar for Venom Rush
0
71
Member Avatar for litu

hi, i have a jsp with 3 tabs add,modify,view. when i select modify there are two dropdowns. when i select a value from 1st dropdown i have to populate another dropdown based on the selected value. now the problem is when i am going from servlet to that jsp after …

Web Development java-jsp
Member Avatar for hardik.rajani
0
88
Member Avatar for new2JS

Hi I want to capture a Windows OS event. In Java Plugin Checker, when the user is prompted to install a JRE there is a File Download window pops up with Run,Save and Cancel buttons. I want to get the control back when the user clicks on Run/Save/Cancel. I need …

Web Development javascript
Member Avatar for peter_budo
0
96
Member Avatar for kadamati

hi i'm developing a webpage.page contains various fields like collegename ,studentname and so on.collegename field will be a dropdown box and it gets option from backend table collegedetails.every collegename will have a unique collegeid in collegedetails table.after selecting collegename and filling necessary fields in webpage the details should be stored …

Web Development java-jsp
Member Avatar for peter_budo
0
102
Member Avatar for justted

Hiya, I was wondering if there is a need to change the database table names and script variables of an open source script to enhance security. A script I have has lots of pages and variables that are used throughout the site. I have changed database table names as I …

Web Development open-source php
Member Avatar for justted
0
132
Member Avatar for odysea

hi i was wondering how should i tackle this problem as i got stuck on the delete feature, getting data is fine deteling is the problem since now i made the following: [CODE]<?php include 'cms/core/config.php'; include 'cms/core/opendb.php'; // get data $query = "SELECT id, name FROM ody_admin.templates ORDER BY id"; …

Web Development cms php
Member Avatar for odysea
0
96
Member Avatar for starsinthesky

hi there! just wanna know why it is necessary to close the DataReader and database connection after use? what are the effects of just leaving it open?

Web Development asp.net
Member Avatar for kvprajapati
0
69
Member Avatar for vanessia_1999

Hi, I have a coding problem. I know it is all over the place because I am confuse to what to do with it. The way that I had it in the first coding example if a customer chooses two items of the same product but in different colors my …

Web Development php
0
114
Member Avatar for smartsoft

Hello guys, A Client walked upto me, and told me he wanna create a SMS portal where by user can by a Card from him and log in with a secret Pin on the card and they can login to the website and with th Issue Card and they will …

Web Development mysql php
Member Avatar for shefeekj
0
2K
Member Avatar for chester.praiser

Hi all, I'm new to asp .net. I would like to get the value from a GridView when a checkbox is checked. I'm creating an HR eAppraisal System. Need to capture the Employee ID, the CompetencyID and the Evaluation Factor ID I had a checkboxlist in a GridView. The Checkboxlist …

Web Development asp.net
Member Avatar for shefeekj
0
242
Member Avatar for angelic_devil

i made a folder images in d:/wamp/www/images and uploaded photos to it and sent the path to of the images to the database e.g image_path = d:/wamp/www/images/apples.jpg now i want to create a gallery showing thumbnails of the images i created the script below ....its supposed to read the image …

Web Development image php
Member Avatar for cwarn23
0
129
Member Avatar for starsinthesky

hi guys, any suggestions you have for a good source (online) of asp.net tutorials? thanks! :)

Web Development asp.net
Member Avatar for shefeekj
0
77
Member Avatar for emhmk1

Hi There, I'm tinkering with an idea of a database structure for the company i work for, i'm currently compiling a client list using mysql and accessing it via php. The problem i have come across yet not solved is, when i search the database for a surname i would …

Web Development data-structure php
Member Avatar for emhmk1
0
111
Member Avatar for billymcguffin

hello, the title basically sums it up. how can i see if a word is in a url and then if it is, do something with it. thanks for any help billy

Web Development javascript
Member Avatar for Airshow
0
564
Member Avatar for vicfenix

Hi All... I'm glad to be in this forum. I'm making a system to connect three applications in one and have a user register page. The register page sends an email to the user asking activate the account in order to use the system. I'm having some matters. First: I …

Web Development email php
Member Avatar for diafol
0
107
Member Avatar for priyanka_07
Member Avatar for Kusno
0
352
Member Avatar for squirell

Hi, I'm really struggling with creating an if statement with the content of a data repeater. I'm looking for somthing along the following lines... <%IF Container.DataItem( "fldExtraImage1" ) is not dbnull THEN <img src="images/Extras/<%# Container.DataItem( "fldExtraImage1" ) %>" alt="<%# Container.DataItem( "fldExtraTitle1" ) %>"> ELSE IF Container.DataItem( "fldExtraImage2" ) is not …

Web Development asp.net
Member Avatar for squirell
0
211
Member Avatar for Ries

[code]<script type="text/javascript"> function counter() { var first; var number; if (first == ""){ var first = 42; var number = 0; }else{ var number = number++; } var full = 7; var length = strlen(number); var full = full - length; for (i=0;i<full;i++){ document.getElementById('counter').innerHTML = document.write('<img src="images/0.gif" border="0">'); } for …

Web Development image javascript
Member Avatar for Ries
0
295
Member Avatar for bharanidharanit

Hello, I am using Visual Web Developer 2008. I am using menu control binded to site map. So when the user role is administrator, i want to remove the menu item from the menu. I used the coding but not working. [CODE]If page.user.isinrole("Administrator") then menu1.items.remove(menu1.items.find("Forums") End if [/CODE]

Web Development asp.net
Member Avatar for bharanidharanit
0
93
Member Avatar for rickarro

Hey all, I found this script that i'm using to read a directory, show all the pdf files in it, then be able to click on one of the pdf files displayed and open the pdf. So far i can show the pdfs in the directory, but when I click …

Web Development pdf php
Member Avatar for rickarro
0
131
Member Avatar for Archo

Hello! I am a n00b to both PHP and Javascript, so please bear with me... I have a form and I use Javascript to validate the form. If there is an error on the for it displays the appropriate alert. The problem I have is when I click "OK" on …

Web Development javascript php
Member Avatar for Archo
0
305
Member Avatar for sgweaver

I'm somewhat new to PHP. I'm not sure how to point to the root of my web site in a function. I was using $_SERVER["DOCUMENT_ROOT"], but when I use it in my function it comes back: "http://mywebsite.com/var/www/html/mypath" Note - this is in the HTML - other parts of the function …

Web Development php
Member Avatar for diafol
0
204
Member Avatar for veledrom

Hi, I use PHP and have a question. As cookies and sessions have their pros and cons, I don’t know which one is better for shopping card. If I use cookie then user my block it. Therefore, my e-commerce web site won’t serve the purposes. If I use session then …

Web Development php session
Member Avatar for almostbob
0
97
Member Avatar for midnightdesire

Hi all! I created a form for a website I'm building for a friend; and he wants to be able to have the form information submitted to him via email. The problem is that when the information is submitted, the items are coming up with the names, not the label …

Web Development email php
Member Avatar for Airshow
0
99
Member Avatar for tanmoy_india

I summarised my problem by a simple example,anyone plzz ans this...then I will be able to understand my problem.......: Suppose in a database named "DATABASE"..there is a table called "XYZ"..it has 4 rows named "T1,T2,T3,T4"..one primary key named "T_id"..now what I want that to access this same table via different …

Web Development mysql php
Member Avatar for tanmoy_india
0
86
Member Avatar for punithapary

Hi, I am trying to upload my images using my ftp folder by php code.Begining it was worked very fine.recently i shifted my domain from one server to another one server now if i am trying upload any images it storing path into database and its not uploading that image …

Web Development cms file-stream php windows-server
Member Avatar for punithapary
0
190
Member Avatar for rajeesh_rsn

Hai all , I had a from in a php page with 3 fields. ie username, name and email. I have to do a form validation using javascript. My code is like this. [ICODE]<script language="javascript"> function Validate_form(){ if(document.getElementById('user_id').value.length<=5){ document.getElementById('user').className="error_msg2"; document.getElementById('user').innerHTML='Username must have minimum 6 chars.'; return false; } else{ document.getElementById('user').innerHTML=''; …

Web Development javascript
Member Avatar for mail2saion
0
105
Member Avatar for anandarju

I need to know how to access two tables which has some reference values within the table.I need the Java Code to Fetch Both the tables values which are same and have to display it

Web Development java-jsp
Member Avatar for hardik.rajani
0
101
Member Avatar for stix

hello, i never used ajax and now i need it :-P i need monitor iframe on page. user open my page with some information and iframe. in this iframe user must register on other pages and i need to know iframe url to redirect iframe to other pages after complete …

Web Development javascript
Member Avatar for itsjareds
0
84
Member Avatar for cguan_77

hi, can anyone help to explain this code.. or is their an equivalent vbscript for this code? please help...don't know about javascript.. thanks in advance.. [code] if(arguments.length == 3){ var result = "<" + arguments[1] + ">"; for (var i = 0; i < arguments[2].length; i++){ result += "<li>" + …

Web Development javascript vbscript
Member Avatar for essential
0
131
Member Avatar for _Nestor

I was wondering how to change a url in javascript for example if i wrote an address [url]www.google.ei[/url] How would i get the script to change the address to [url]www.google.ie[/url]

Web Development javascript
Member Avatar for itsjareds
0
202
Member Avatar for jools68

I'm working on a page that needs to do some calculations based on values that the user inputs via sliders. I can get the values selected to display in a text box below the slider, but I also need to store the value as a variable for use in calculations. …

Web Development html-css javascript
Member Avatar for itsjareds
0
117
Member Avatar for genieuk

Hi, Don't know why but i always seem to mess my, mysql querys up somewhere, usually silly things like quotes etc. The code below, i have a problem. Basically when user gets an email they click the link and they are taken to a page where they can change there …

Web Development mysql php
Member Avatar for genieuk
0
108
Member Avatar for angelic_devil

i have listbox 1 which displays status , based on selection of status listbox 2 displays usernames. and based on username selected the textbox displays the email id. its working fine till displaying user names in listbox 2 based on selected of status in listbox. but its not displaying the …

Web Development display php
Member Avatar for angelic_devil
0
104
Member Avatar for sangdedi

Hellow all, I want to ask a question about making quiz script with PHP if I have an array like this : [ICODE]$pet = array("angora","bird","chipmunk","dinosaurus","eagle","finch");[/ICODE] and I want to make a question like this [B]Do you have angora ? oYes oNO [COLOR="Red"]|submit|[/COLOR][/B] when user click "submit" button, then it will …

Web Development php
Member Avatar for somedude3488
0
672
Member Avatar for Aamit

Hi, I want to Compare & count elements in array?? suppose in my array $arr={140,123,34,140,23,123,140,140,123} I want to display like 140 - 4 ( comes in array 4 times) 123 - 3 34 - 1 23 -1 How to do this??

Web Development php
Member Avatar for BzzBee
0
110
Member Avatar for sidrules1984

html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Validation Page</title> </head> <body onload="document.validate.name.focus();"> <div align="center" id="validate"> <form action="validate.php" method="post" name="validate" runat="server" title="This a validation form" > <table width="200" border="1"> <tr> <th scope="row">User Name </th> <td><label> <input name="name" type="text" id="name" /> </label></td> </tr> <tr> <th scope="row">Password</th> <td><label> <input name="psw" type="password" id="psw" …

Web Development php
Member Avatar for BzzBee
0
153
Member Avatar for Poojasrivastava

hi , actually i am developing a web application in asp.net using c#. i have come across a requirement to read a excel file without going to the server . i need to use javascript for the same. so i need help on javascript function to read from excel file. …

Web Development asp.net javascript web-server
0
114
Member Avatar for otreborid

hi there! im having a problem with making an order form. i want to display the products from a database and beside the product names, the customer could enter the quantity he wants to order. when the submit button is clicked, there comes the error. im a newbie in php …

Web Development php
Member Avatar for BzzBee
0
87
Member Avatar for markx_018

:?: HI Guys...:'( can anyone of you knows how to make a quick qoutations.. By the way i'm mark a newbie in programming..and here's my problem.. i would like to create a quick quote for my project that can solve a simple mathematical quotations..like for example when you enter your …

Web Development php visual-basic
Member Avatar for BzzBee
0
107
Member Avatar for bharanidharanit

hello, I am using visual web developer 2008. Here i want to use two menu which gets data from sitemap. In First SiteMap,I am having Home,Friends,Profiles and it is showing correctly in the first Menu. But in the second SiteMap i am having Social,Contact,General and when i try to choose …

Web Development asp.net xml
Member Avatar for bharanidharanit
0
277
Member Avatar for osirion666

Okay heres the problem i have stored Phone numbers from a check box into an array i want to replace #NUMBERS# in the String URL with a value from the array numbers[] example : number[1] = 0000 Before: url:[url]http://www.sendmessgae.com/send?#NUMBERS[/url] After: url:[url]http://www.sendmessgae.com/send?0000[/url] [code] String url = "http://www.sendmessgae.com/send?#NUMBERS" for (int i = …

Web Development java-jsp
Member Avatar for hardik.rajani
0
139
Member Avatar for veledrom

Hi, I get an error when i try to echo my cookie. [inlinecode]Notice: unserialize() [function.unserialize]: Error at offset 0 of 12 bytes in...[/inlinecode] I cannot find a solution. Help please. Thanks [code] class MyCookie { public function __construct($cookieName, $sessionId) { if(! isset($_COOKIE[$cookieName])) { $cookieValue["SESSION"] = $sessionId; setcookie($cookieName, $cookieValue, time()+60*60*24*7); } …

Web Development php session
Member Avatar for veledrom
0
62

The End.