52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ratan4u

Hi, In my web application which is developed under JSP,JavaScript, the menu's works fine in Internet Explorer but the same sub menu's does not works/opens in firefox and others.For example i gota menu's as below, Admission ------- Student admission --------Faculty admission When i click on Admission link, the student and …

Web Development javascript
Member Avatar for DangerDev
0
65
Member Avatar for spiderling

I was wondering if it is possible to download/copy a zipped file with images from one server to another and then unzip the file to a folder with PHP? If so, any suggestions of how or where to read up on it? By the way, the zip file requires a …

Web Development php
Member Avatar for sDJh
0
93
Member Avatar for evios

just wanna ask..if session cant be use, i try setcookies() to get the variable pass through the pages, however i get this error message: Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\VertrigoServ\www\logincheck.php:2) in C:\Program Files\VertrigoServ\www\logincheck.php on line 3 i put setcookie($username, time()+3600); right …

Web Development php session
Member Avatar for evios
0
183
Member Avatar for NickRoss

Hallo members, I have been trying to learn PHP/MYSQL but I have been disappointed all the time. I have installed PHP DEV package that has MYSQL and PHP. Then I tried writing code via Macromedia Dreamweaver ... but when I save the dot php (.php)files and try viewing my pages, …

Web Development php
Member Avatar for nav33n
0
60
Member Avatar for evios

hi...i am doing form for bill redemption, and juz wanna ask is there any function in php used to check for expired date? like current month is march, if user enter due month to be january, then it will be invalid. Any function to detect current date? By the way, …

Web Development php session
Member Avatar for JRSofty
0
108
Member Avatar for chams_143

HI ... I need an idea for developing project in asp.net . W r team of 4 people want to develope some appliction in asp.net . So plz suggest me some idea . We don't bother about size of project...So plzzzzzzzzzz help...........

Web Development asp asp.net
Member Avatar for rinoa04
0
107
Member Avatar for naju

i need to embed text with different fonts to an image it will be cool if i could use the .ttf font files for writing text Thanks in Advance

Web Development image php
Member Avatar for naju
0
109
Member Avatar for kv79

Hi , I need a solution for my web page [url]www.servisracunara.co.nr[/url] When i click on the Popravka 2 I want to change a iframe to Popravka 2 . Thank you for your effort of reading this .

Web Development
Member Avatar for peter_budo
0
129
Member Avatar for CzechRock3

Im writing a website, but when one goes to login it is not detecting the username/password the code i used follows(I just started learning yesterday... so im kinda lost as to why its not working). [code=php] <?php session_start(); $errorMessage = ''; if (isset($_POST['txtUserId']) && isset($_POST['txtPassword'])) { $host="localhost"; $username="falconnest_forumuser"; $password="qazasdedc"; $db_name="falconnest_forum"; …

Web Development php
Member Avatar for CzechRock3
0
158
Member Avatar for tilto

Hi, i have my site looking like this : [code] html> <head> <title>Toller Titel</title> <link rel="stylesheet" type="text/css" href="layout.css"/> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <script language="JavaScript"> <!-- button1= new Image(); button1.src = "bilder/menue/menue1.jpg" button2= new Image(); button2.src = "bilder/menue/menue2.jpg" button3= new Image(); button3.src = "bilder/menue/menue3.jpg" //--> </script> <div id="menue"> <div style="text-align: …

Web Development html-css javascript
Member Avatar for hunkychop
0
192
Member Avatar for macslayer

Hello, I am having an issue with a page that works fine in IE and not FF. Bascially it is a <div> loaded with a basic coldfusion input form that posts back to parent of the div page. Problem I am having is a validation routine in javascript seems to …

Web Development coldfusion html-css javascript
Member Avatar for Suomedia
0
357
Member Avatar for karl.goddard

I’d like to have a php page that will retrieve the 10 most recent articles submitted to a database and create a static html page with the results from the query. The idea is to reduce the load on my mysql db by only hitting the db once instead of …

Web Development html-css php
Member Avatar for sDJh
0
90
Member Avatar for Praveeninfotech

hi, i want to send e-mail using jsp. when i run my code no error is shown but the message is not sent to email address. here is the code [code=html] <html> <body> <form method=post action="aa.jsp" > sender<input type=text name=text1><br> Reciever<input type=text name=text2><br> Subject<input type=text name=text3><br> Message<textarea name='area1' rows=5 cols=30> …

Web Development email java-jsp session
Member Avatar for jwenting
0
73
Member Avatar for narayanabhilash

Dearest One, I have created a web application in JSP & Servlet using Netbeans IDE, i am collecting blob image into a byte[] array and displaying in a table data "<td></td>". when i try to display the image, i am getting an exception getWriter() already called. but when i try …

Member Avatar for jwenting
0
228
Member Avatar for 1supergirl

I am a newbie to javascript and have written the following code to make sure that users have checked a radio button. It is set to work on submit. The form is generated by php and has approx 70 options; users may select one. I am not even sure if …

Web Development javascript
Member Avatar for 1supergirl
0
75
Member Avatar for eparse

hi for all the expert here, i am now facing a minor problem on retrieving data here. MySQL do contain all the variables defined with data inside it. However, i juz need to know how to loop through the array to get all the data in a row? Below is …

Web Development mysql php
Member Avatar for nav33n
0
108
Member Avatar for SheSaidImaPregy

I need to write each row of a daset to a separate xml file, which will be named based upon the ID of the current row. I am very new to XML, as I have never believed in it, which meant it was crap. Anyway, I am trying to merge …

Web Development asp.net dataset vb.net xml
Member Avatar for SheSaidImaPregy
0
892
Member Avatar for zanzo

helllo, I do have a problem with access... this is my code: <% var connection= new ActiveXObject("ADODB.Connection"); connection.Provider="Microsoft.Jet.OLEDB.4.0"; connection.ConnectionString = "Data Source=" +Server.MapPath("/database/Training11.mdb"); connection.Open; var SQL = "INSERT INTO User (FirstName, MiddleName, LastName) VALUES ('lolo', 'keymo', 'rub')"; connection.Execute(SQL); connection.Close(); %> And i do get this error message: Microsoft JET Database …

Web Development asp microsoft-access open-source
Member Avatar for zanzo
0
145
Member Avatar for Jihad

I have a problem on making user login, because I am not able to set up the roles and users in my Asp.net configurations. When I choose security I get this message "[COLOR="Red"]Unable to connect to SQL Server database.[/COLOR] " and when I try to choose a provider and select …

Web Development asp.net web-server
Member Avatar for noldbcat
0
125
Member Avatar for kevin wood

I have created a image upload for the site i am working on i now want the uer to be able to click on a preview button and this takes them to a separate page where they can see the images that have been uploaded. for this to happen would …

Web Development php
Member Avatar for kevin wood
0
107
Member Avatar for Raju5725

Hi All, how to pass server side (ASP.NEt 2.0 with C#.NET 2.0) array variable to another page's client script or How to access one server side web form's array variable in another web form's client script (javascript)? Thanks in advance. Raju

Member Avatar for noldbcat
0
304
Member Avatar for Jogge

Hi just wonder if here are some that can help me with a boxover. Here is the code that i whant boxover in. [code]'Display the subject of the topic Response.Write(vbCrLf & " <a href=""forum_posts.asp?TID= " & lngTopicID & "&PN=" & intRecordPositionPageNum ) If intPriority = 3 Then Response.Write("&FID=" & intForumID …

Web Development javascript
Member Avatar for Jogge
0
118
Member Avatar for iketunde

Hello, I created this site on my local machine using PHP 5.0.4 and mysql 4.1 and it works perfectly fine. I then ftp it to my webhost but the code to retrieve values give me this error. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/laterallinks/ApplicantInformation.php …

Web Development mysql php sql
Member Avatar for visagar
0
484
Member Avatar for ssahil11

What is the query to update an element in XML document?

Web Development xml
Member Avatar for dilasing
0
151
Member Avatar for soultrav

i have a textbox and a button,like this: [code=php] <form method='post' action=<?php echo $_SERVER["PHP_SELF"]; ?> > <input type='text' name='write'> </input> <input type='submit' name='push'> </input> </form> [/code] , and i want that everytime that i push the button the content to be listed on the page without the previous content being …

Web Development php
Member Avatar for soultrav
0
110
Member Avatar for s.piyush58

Hi, I am new to this...so hope I can get some help from you all... I get XML feeds as input and have to store this data on our server. I have worked with databases but new to XML. Can someone tell me how I can store and manage this …

Web Development xml
Member Avatar for apuri976
0
364
Member Avatar for leroytrolley

Hi I've just got a nice php form done and I now need my visitors to be able to upload pics and have them sent with the form data. Is that possible in a php form, if so, can anybody point me in the right direction. Many thanks. LEE

Web Development php
Member Avatar for mike4
0
311
Member Avatar for Goitse

Hi Guys I am a beginner in ASP and Access and need some help. I have a database and an ASP page that I need to connect together. The only problem is that I get an error message saying- [B][U]Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] …

Web Development asp microsoft-access
Member Avatar for zanzo
0
112
Member Avatar for naju

I did all the process as specified in [TEX]http://wiki.script.aculo.us/scriptaculous/show/Ajax.In+Place+Collection+Editor[/TEX] But when i select a value from the combo .... it hangs at "saving..." there is no return .. . i did tried with just putting echoing the value with validity checking even thought there is no return i m using …

Web Development javascript
Member Avatar for naju
0
105
Member Avatar for onetwothree

Apologies if this is a really basic question, but i am quite new to coldfusion. I have a database where i have some stored standard data in. i can search this database for the data I want, (eg 10 specific records of data), and output it to a form with …

Web Development coldfusion
Member Avatar for onetwothree
0
196
Member Avatar for artashh

Hi guys, i have built a site and having a little problem with safari's browser...i wanted to create an other Stylesheet to ammend the bugs in safari but dont know the javascript code to apply it to my site when the user has safari to use this certain stylesheet.css file …

Web Development javascript
Member Avatar for Inny
0
115
Member Avatar for rashmigs84

hi, i want to deploy an asp.net 2005 application . i am not able to any of the options as we get in asp.net2003. please help me to slove this problem thank you

Web Development asp asp.net
Member Avatar for sbv
0
132
Member Avatar for naju

i am using scriptaculous.js and prototype.js my ajax is returning following tags (text) [CODE]<p id="tobeedited4">one</p> (should manually select "two")[/CODE] and while calling the ajax it has [CODE] new Ajax.Updater('contact_div_edit',"./doit.php", {asynchronous:true, parameters:poststr,onComplete: showResponse, evalScripts:true}); onComplete: showResponse[/CODE] my showResponse function goes like this [CODE] function showResponse() { new Ajax.InPlaceCollectionEditor( 'tobeedited4', '_ajax_inplaceeditor_result.html', { …

Web Development javascript
Member Avatar for naju
0
109
Member Avatar for mikki2

hi, i am trying to display a random product from my database along with its description, price and image. but i am having a little trouble. i can display a random product and its info by directly inputting it into an array, but i can't call it from the database …

Web Development display image php
Member Avatar for mikki2
0
209
Member Avatar for hwa

[COLOR="Red"][/COLOR]I'm having a problem to inserting date/time in my database.. In my database have ONE column that consists of DATE and TIME I want use separate dropdownlist for the [COLOR="Red"]HOUR[/COLOR], [COLOR="Red"]MINUTE[/COLOR], [COLOR="Red"]SECOND[/COLOR] and I want to bind it & insert it to a 1 column in database.. I need to …

Web Development asp.net c#
Member Avatar for hwa
0
111
Member Avatar for Straconis

Not sure what I'm doing wrong but this just won't work, I've tried a bunch of different methods but I just haven't been able to hit the nail on the head. The html page code looks like this: [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"> <head> …

Web Development javascript
Member Avatar for Straconis
0
131
Member Avatar for frenchi1966

Hi, has anyone a clue where to get the statistic for PHPLD? Example: Categorys 27 Subcategorys 124 Links 177 Pending 0 Today 0 Online now: thanks

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

hi Im doing a website at the moment, basicly its like; bebo, myspace sort of style style (but franticly reduced in users). I would like to know how to hold the time in which users have signed on so i can include a "last active" box for other users to …

Web Development php session
Member Avatar for Designer_101
0
82
Member Avatar for mikeandike22

Ok So right now I am using a script called MicroCalendar to setup a client calendar where A client can add an appointment to it but I need to put something into place that makes sure that they cannot overlap appointments..right Now im just saving appointments to txt files with …

Web Development php
Member Avatar for mikeandike22
0
107
Member Avatar for anasta

I have a script (below) that consists of a form using javascript that shows an array in a table below it once a number is chosen. What i would like to know is can i turn the array into a form as well with the same data but include a …

Web Development javascript php
Member Avatar for petr.pavel
0
167
Member Avatar for ericstenson

Hi - In Visual Studio 2005, when one drew a table, the cell height was "auto" and if it didn't contain anything, it wouldn't show. One could then manually set a cell height if one was so inclined. It seems in Visual Studio 2008 all of the cells have a …

Web Development asp.net visual-studio
Member Avatar for majestic0110
0
103
Member Avatar for kv79

Hi , I forget where to look on the W3School ,I have [url]www.servisracunara.co.nr[/url] site and as you can see my images on the left side do not work ,so i need to tell me where to look about these clicking on the image in Java Script , I hope that …

Web Development javascript
Member Avatar for kv79
0
85
Member Avatar for amit6sharma86

please give me an idea what worg with this file ,whan i mail through then the html working in also sending with the content ,what is the error in this file <?php $msg="<TABLE align=center bgColor=#990000 border=0 cellPadding=4 cellSpacing=1 width=\"95%\"> <TBODY> <TR bgColor=#ffffff> <TD class=txt width=\"25%\">Name </TD> <TD class=txt width=\"4%\">::</TD> <TD …

Web Development html-css php
Member Avatar for Suomedia
0
146
Member Avatar for TobbeK

I have a small problem with this select box. This one loops out [year-month] in 12 month periods starting from the current month. When a selection has been done, a month value is sended back to this select box so that the selected month then stays selected. That works, as …

Web Development asp session
0
115
Member Avatar for daniweb@14

Hello Frds, I have a doubt regarding Querystring, Actually my requirement is, I have a report page which contains the print option. If we click the Print then the same data will be visible accoring to the main Page. In the mainpage two textbox and a dropdown is there, after …

Web Development asp.net session
Member Avatar for SheSaidImaPregy
0
281
Member Avatar for amit6sharma86

I am new in php line ,iI have made some pages which i change from aspto php but i dont better understand the method to connect if with my sql database,like objrs to $row and much more,can someone tell the procedure to connect php page to database

Web Development php
Member Avatar for buddylee17
0
131
Member Avatar for vipinsgangwar

Hi all, I want to attach map for a particular rail path in my application. It should change according to the stations as well. Can any body help me. thanks in advance.

Web Development asp.net
Member Avatar for vipinsgangwar
0
67
Member Avatar for Inny

Is there any way to count users in my chatroom and display whos chatting using javascript or ajax? code in php below has issues, but this is what it should do. <?php $chatnames = file('http://client11.addonchat.com/scwho.pl?id=292747&plain=1'); $indx = count($chatnames); $indxcom = $indx - 1; if ($indx == 0) { echo "<b>No …

Web Development javascript php
Member Avatar for digital-ether
0
494
Member Avatar for shreecr

I have the source code of a web appliaction which has .aspx,.asax,.ascx,.cs,.js and other related files.Can anyone tell me how to run this web applicatin?

Web Development asp.net
Member Avatar for madmital
0
71
Member Avatar for smartness

hi, im getting these 4 (or 5) errors when i validate my page at w3.org [URL="http://validator.w3.org/check?uri=http%3A%2F%2Fhome.sprit.org%2Fdonrow%2Fforum%2F&charset=%28detect+automatically%29&doctype=Inline&group=0"]click here to see the errors![/URL] what can the problem be?! plz help...

Web Development php
Member Avatar for smartness
0
105

The End.