52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for akshit

hi guys. i require some assistance of yours again. what i want is this: there is a form (say on page xyz.php) in which i have , say, 5 text-fields. but i also hav a button. upon clicking whihc, i want another text-field to appear. i do now want to …

Web Development javascript php
Member Avatar for akshit
0
236
Member Avatar for akshit

hey guys. i hav this page (a.php), where i ask te user for his username and password. I match these with static values, and upon succesful matching, i redirect the user to b.php. my prob- what if somebody, instead of going thru the normal procedure (from a.php to b.php after …

Web Development php session
Member Avatar for Shanti C
0
162
Member Avatar for nschessnerd

Wasnt sure where to post this but it uses php... help mods? i can get the number of messages and connect to a telnet server so i say top 1 and responds something along the lines of -ERR protocol error 16 or something... not sure if thats exactly what i …

Web Development php
Member Avatar for nschessnerd
0
209
Member Avatar for rejisha

i have two text boxes with the id as first and second respectively.In javascript i took the values using [code] var first=document.getElementbyId("first").value. var second=document.getElementbyId("second").value. var sum=first+second; [/code] But the problem is when i alert the sum i got the result as concatenated.i didn't get the original sum.I also tried it …

Web Development javascript
Member Avatar for ~s.o.s~
0
159
Member Avatar for annuw

HI, i want to generate html file from xml and xslt documnet using java...pls,,,

Web Development html-css java-jsp xml
Member Avatar for annuw
0
75
Member Avatar for sbuggle

Hello, I need detailed examples of how to create a pdf from jsp. On the jps page there will be a print button and when clicked the same jsp will pop up as a pdf to print. How do you include this behind the print button.... Using ireport Someone said …

Web Development java-jsp pdf xml
Member Avatar for peter_budo
0
97
Member Avatar for FCrivello

I am helping a friend make a site using FrontPage 2002. He wants to have on his home page at the top 3 slideshows next to each other and changing at same time automatically. I am not familiar with javascript but (with the help of some of the wonderful tutorials …

Web Development javascript
Member Avatar for FCrivello
0
152
Member Avatar for shab.s3udi

I don't know if this is the best section to ( ask questions ). So, excuse me. It's my first topic anyway, and I couldn't find any other section to ask for help. I believe you don't need any explanation about my problem, but here it is anyway: E.g : …

Web Development html-css javascript
Member Avatar for shab.s3udi
0
75
Member Avatar for foundsheep

I have a DHTML ajax pop up that I would like to have centered in the page as it is currently left justified. Also, I would like it to only show the first time a user views the page. Here is the code: [CODE] <script type='text/javascript'> // Browser safe opacity …

Web Development html-css javascript
Member Avatar for Troy III
0
129
Member Avatar for marcux

Hi all! I have made a page with an input "file" field for the user to be able to upload an image. I have made an php script that takes care of the checking of the file and saves it to the server. The problem is that the browser caches …

Web Development caching image javascript
Member Avatar for buddylee17
0
92
Member Avatar for websurfer

Hello, All: I have a php enabled site, and as of late it's been doing the strangest thing, when I make any changes to any of the pages residing under the main html site folder, they seem to take forever to upload (be it pages or images); but if I …

Web Development php
Member Avatar for websurfer
0
89
Member Avatar for IamOnCloudNine

Hello, Presently I'm working on a web form and I want to put a table in it with rounded edges. Can anyone suggest a way about how to do that? I don't want to use images for that purpose(like getting the four edge images with the same background color etc. …

Web Development asp.net
Member Avatar for IamOnCloudNine
0
89
Member Avatar for heath_spence

Hi, I've designed a site in Dreamweaver (HTML). I have a form and included a submit button. It's very simple, but I need to get it to e-mail to an address and thank someone for submitting their information. Please can someone help me. So far my form looks like this. …

Web Development php
Member Avatar for heath_spence
0
153
Member Avatar for berlindeb

I am not sure how to ask the question, but here goes. I have a multiline survey storing data about a specific project. I want to store the data in the following fields: proj_id strat_issue strat_goal strat_obj strat_value here is an example of my code [code=html]<form action="strat_survey.cfm?update=gogo" method="post"> <table width="90%" …

Web Development coldfusion
Member Avatar for soolmaan
0
97
Member Avatar for Erik

Hi everyone, I want to make a website that would nave a verified through email members with their photos and profiles to view by verified members (just like on this site) according to their profile they would be automatically going in different lists like people NY, VA, MA would be …

Web Development coldfusion email
Member Avatar for soolmaan
0
420
Member Avatar for praveen_dusari

hi everyone, iam working on project in which there are many features like forums,chat,image gallery etc i did'nt get idea on how to develop video gallery. is it the same way as image gallery or different? any help is greately appreciated thank u in advance

Web Development php video
Member Avatar for praveen_dusari
0
86
Member Avatar for Venom Rush

Hi there I just need some clarification on how time is seen in PHP 1000 would equal 1 sec ? and therefore 60 000 would equal 1 minute right ? and 1 hour would be 3 600 000 ? I somehow think I'm wrong.

Web Development php
Member Avatar for Venom Rush
0
104
Member Avatar for himi

Hi, I have made a webpage with 3 divs and have put images / text on these pages which can be dragged. I want to limit the area in which the user can drag the text. The user will be allowed to drag the text from the left div to …

Web Development javascript
Member Avatar for digital-ether
0
97
Member Avatar for andrew13d

I do not clearly understand this concept of scripting. May someone please explain this to me and give me some applications of scripting. I have seen some examples of scripts but I am trying to really see what can be achieved through scripting. I hope am not jumpig the gun …

Web Development javascript vbscript
Member Avatar for Shanti C
0
101
Member Avatar for Rakesh Nagekar

can any one help me in getting the categories like this means i want the categories side by side like in this image [ATTACH]6677[/ATTACH] by providing the code, Rakesh Nagekar

Web Development php
Member Avatar for Shanti C
0
85
Member Avatar for praveen_dusari

hi all, iam trying to retrieve video file from database bit its nat working here is my code[CODE]<? include_once('functions.php'); include_once('conn.php'); if(!empty($_GET['pid'])) { $pqry="SELECT * FROM vdo_cat where c_id='".$_GET['pid']."'"; $pres=mysql_query($pqry) or die(mysql_error()); $prow=mysql_fetch_array($pres); $len=strrpos($prow['videos'],'.'); $vtype=substr($prow['videos'],$len+1,5); $vname=($prow['videos']); if(isset($vtype)) { ?> <link href="site.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { margin-left: 0px; …

Web Development javascript php video
Member Avatar for Shanti C
0
77
Member Avatar for lydia21

hi i have a application where the user will post article in textarea.....i want to include some editor instead of text area.plese do tell me how to do tat thnks

Web Development php
Member Avatar for lydia21
0
213
Member Avatar for jithusdani

hi all I Have created an application in php. and in that i want to delete a particular row when the client checks the checkbox the same thing i done in asp but php its not working plz anybody can help me...

Web Development php
Member Avatar for praveen_dusari
0
85
Member Avatar for psathish2

hi [COLOR="Green"]below the coding i not opened the popup window [/COLOR] Code: [code] <html> <head> <script language="JavaScript"> window.open('test.htm','myExample9','width=200,height=200'); } </script> </head> <body> <form action="test.htm" target="myExample9"> <input type="submit" value="Open new window"> </form> </body> </html> [/code]

Web Development javascript
Member Avatar for psathish2
0
146
Member Avatar for Lokesh.snghl

Hi all, i am facing a problem to display image in IE 7.0 which are coming from my database (SQLSEREVER2005). for displaying image i am using folloeing code. [code=asp.net]Public Sub DataImage() Connstring = ConfigurationManager.ConnectionStrings("TestingConnectionString").ConnectionString 'Conn = New SqlConnection(ConfigurationManager.AppSettings("conn_string")) Conn = New SqlConnection(Connstring) If Conn.State = ConnectionState.Closed Then Conn.Open() i = …

Web Development asp.net image
Member Avatar for Lokesh.snghl
0
119
Member Avatar for Rakesh Nagekar

i write the code for register but its not working can u please check the code please [ATTACH]6674[/ATTACH] please tell the solution for this the data is not inserting in database(Mysql) Thank you Rakesh Nagekar

Web Development php
Member Avatar for Rakesh Nagekar
0
83
Member Avatar for vagettoanima

Hello, I am currently having problems getting Coldfusion and SQL Server 2005 to connect on my home laptop. I have both installed correctly, I just cant seem to get the connection part down I keep getting this error from the Coldfusion Administrator. [I]Connection verification failed for data source: GTOTDsite java.sql.SQLException: …

Web Development coldfusion sql
Member Avatar for jinu
0
263
Member Avatar for theimben

I have a file, which is not hosted on my site, which I need to stream through an FLV player which I made on flash. But the problem is that the file I need to stream is not named 'file.flv' it is named 'file.rar'. However it is an flv file …

Web Development file-stream file-system flash php
Member Avatar for nav33n
0
171
Member Avatar for Vilice

When I am trying to run a while loop to determine if one of the (many) email addresses inside my "table_1" match any of the email addresses inside my "table_2". But it did not work .Hersr is my code : [CODE]while($row2 = mysql_fetch_array($get_names2_res)) { while($row = mysql_fetch_array($get_names_res)) { $friend_email = …

Web Development php
Member Avatar for Vilice
0
114
Member Avatar for punithapary

Hi Can anyone tell me in php how to convert decimal to roman number.Can anyone provide some example for this. thanks punthapary

Web Development php
Member Avatar for Shanti C
0
316
Member Avatar for Vilice

Hi all, Next term ,I will learn the ASP.NET .Any suggestions such as books and toturial or any other things that can help me learn ASP well? I have learned .NET GUI already. Many Thanks! --Vilice--

Web Development asp.net gui
Member Avatar for Vilice
0
93
Member Avatar for muupeetz

hello all friend's, i'm a newbee to asp. it totally harder than PHP ;) . i'm facing trouble when try to delete records from a list.. i take the scripts from [url]http://www.w3schools.com/ado/ado_delete.asp[/url] but i made the custom msaccess2002 database b'cause i had no nortwind.mdb database. dbname = tes.mdb , tablename …

Web Development asp microsoft-access
Member Avatar for muupeetz
0
747
Member Avatar for asyieen

did anyone know how to make a calendar by using javascript? actually i want to put calendar next to text field, so that, the user can easily select the date and the date will come out in the text field......help me plzzz.....

Web Development javascript
Member Avatar for asyieen
0
172
Member Avatar for asyieen

actually, i want to display back all checked value in checkbox..In my form, there is some checkbox element where the user should check necessary value b4 submit the form....My problem is, once the user has submit the from, i can't retrieved only checked value.....it display all value including unchecked value …

Web Development display php
Member Avatar for asyieen
0
112
Member Avatar for nedwards

Hello, I have an interesting question. Is it possible to call a dll on the client machine from the server? I haven't found anything in my searches. I have been also wondering if I would have to write a custom extension for php to do this? My main goal is …

Web Development client-server php windows-server
Member Avatar for nav33n
0
127
Member Avatar for Mythili.D

Hello, I have a website which allows the user to download the images from it. I used the following code. It download for most of the images but for some it tries to download as a file without extension. So can you please suggest what might be causing this. thanks …

Web Development asp asp.net
Member Avatar for Mythili.D
0
87
Member Avatar for only_anu2005

Hi, I need help I am developing a website where users can access their profiles from url with name of user example [url]http://www.example.com/john[/url] can any body help me? how to do this in php plz send email to <EMAIL SNIPPED>

Web Development php
Member Avatar for mschroeder
0
400
Member Avatar for ishlux

Hi i have created an static table having from,subject,date etc and i am just able to display i have created inbox in the front end how to link.....these table to inbox...i have this code but what is this fuction getdata.....how to proceed just help me pls...... [code=php] <? function getdata($tble,$field,$whr) …

Web Development php
Member Avatar for darkagn
0
106
Member Avatar for kishor_agrawal

I am a newbie ...and i m working on a casetool....named Coolgen... Which Generate the jsp pages.... now i have added a html control on my page...... <input id="demo1" size = "10" onBlur="magicDate(this);validate1();" > Now there is a onther field.... which is ool gen field.........whose id is 'PUBLISH_DATE' i want …

Web Development html-css java-jsp javascript
Member Avatar for Troy III
0
109
Member Avatar for Xavier1234

I am selling my game I created, with all Copyrights and everything. I have it up and running at e-mafia.uni.cc I currently have register down, because I am selling it. Login with details:Username: Xavier Password : deeman Then email me if you want them or not, I have been working …

Web Development php
Member Avatar for robert.casas
0
194
Member Avatar for jeetudaljit

Hi, Could anyone help me to pass user name and password to another jsp page for testing from database without showing it in URL that what user has entered?

Web Development java-jsp
Member Avatar for jeetudaljit
0
100
Member Avatar for gargg321

Hi, I don't know much about javascripts. I am preparing a module in PHP in which I have to validate data entered by a user through javascripts. Now there is a field in which I have ensure that the value entered by the user already resides in the database. How …

Web Development javascript
Member Avatar for davonz
0
119
Member Avatar for ishlux

Hi, pls find the attachement and tell what should i do....i have got stuck up.......i am not able to proceed.........pls help.............if u have the code of how to create an inbox.....give me the entire code..........

Web Development php
Member Avatar for nikesh.yadav
0
93
Member Avatar for dotNetDummi

I am working on a web-based app, and I need to implement a function whereby it checks the dates daily, and send reminder email automatically. May I know how can I do that? I saw some websites that mentioned about Console Application and Windows Scheduler. Is that what I need? …

Web Development asp asp.net email
Member Avatar for itssvipul
0
255
Member Avatar for ishlux

Hi i have created an static table having from,subject,date etc and i am just able to display i have created inbox in the front end how to link.....these table to inbox...i have this code but what is this fuction getdata.....how to proceed just help me pls...... [code] <? function getdata($tble,$field,$whr) …

Web Development php
Member Avatar for vicky_rawat
0
95
Member Avatar for asyieen

actually, i want to display back all checked value in checkbox..In my form, there is some checkbox element where the user should check necessary value b4 submit the form....My problem is, once the user has submit the from, i can't retrieved only checked value.....it display all value including unchecked value …

Web Development display javascript
Member Avatar for Shanti C
0
429
Member Avatar for pamarchy

Greetings, I have a problem with CF code, and I assume it is because I am new to ColdFusion. I've searched the Web, the Adobe pages, the Forums here, tutorials, etc... I just can't find the answer to what I imagine to be a fundamental of CF. I just inherited …

Web Development adobe coldfusion web-server
Member Avatar for pamarchy
0
137
Member Avatar for tver3305

Hi guys. I have this problem, i have a script which is handling file uploads. when running it on my local machine (WAMP--Apache 2.0; PHP 5.1.4) the script works well and all files are uploaded well. However on using the script on my server (LAMP -- Apache 2.0; PHP 5.1.4) …

Web Development apache file-system php
Member Avatar for Designer_101
0
99
Member Avatar for MDGM

hi guys, I found a simple whois script and intregrated it completely into my site before testing it on IE (oooops!) and it only works on firefox and safari. On IE the result text that should be written as a result of the below section of the code: [CODE]if (eregi('No …

Web Development php
Member Avatar for MDGM
0
181
Member Avatar for adusumalli

Hi I have problem with calling jsp using <a href> in scriptlets. Not able to call the jsp. I used the following code. but not able to enter in to ozCmnDeleteEntity.jsp. please give me solution. [code] out.println( "<a href=\"ozCmnDeleteEntity.jsp?objType=PROJECT&objId="+prj.getProjectId()+"\">"); out.println("</a>"); [/code] thanks in advance...

Web Development java-jsp
Member Avatar for adusumalli
0
1K

The End.