52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for nazarahmat

hi fellas.. my problem is i dont know how to get and read html file using javascript. my html file is in file://C:/Documents and Settings/USER/Application Data/Mozilla/Firefox/Profiles/ksx3y6oy.default/bookmarks.html. i dont know how to access the html file.

Web Development javascript
Member Avatar for nazarahmat
0
67
Member Avatar for bufospro

Hi all, I saw a image opening effect that I like so much. And I would like to ask if anyone knows how can I do this. The page I have seen the effect is : w w w .hypersys.gr Thanks a lot

Web Development image javascript
Member Avatar for bufospro
0
80
Member Avatar for jithusdani

Hi folks, I want to open a pdf stored in the database in a new window using php server side script. Actually I want store the file name in data table, which user clicks. So i need a server side script open the things in new window along with the …

Web Development pdf php
Member Avatar for jithusdani
0
3K
Member Avatar for jbisono

Hi all, I just have curiosity about something that I read in a book " [B]Unlike using the DataGrid, where you are responsible for coding the sort routine, to enable column sorting in this grid, you just set the AllowSorting attribute to True. The control takes care of all the …

Web Development asp.net
Member Avatar for jbisono
0
130
Member Avatar for tarunkhatri

I have a simple javascript function that shoud insert a value in the cell when the value in the dropdown list changes. Dnt knw the reason why its not working. [CODE] <script type="text/javascript"> function displaytaskid() { var id=document.getElementById(dropdown).value; document.getElementById(task_id1).value=id; } </script> <td id ="task_id1"></td> <td name = "task_id[]" id="dropdown" onchange="displaytaskid()" …

Web Development php
Member Avatar for mick_sp
0
153
Member Avatar for jas05

Hi Guys I am created a tree view in a usercontrol..and used it in master page. But when i access the pages inside the parent node.the treeview is coming back to normal form. but i want the parent node to be expanded until i am using pages from that section. …

Web Development asp.net
Member Avatar for Ramesh S
0
111
Member Avatar for mundetas

Need help could anyone know how to make an image in a form act as a submit button? Would anyone know where I can get information on how to fill a drop down box with data in a mysql database? Please help please please :-/

Web Development php
Member Avatar for mundetas
0
82
Member Avatar for cguan_77

hi guys, how to make an image/text to scroll as the user scroll the page also? for example if the user scrolls down image/text also scrolls down and when the user scrolls up image/text also scrolls up.. any ideas on how to get started? thanks in advance.. :)

Web Development image javascript
Member Avatar for cguan_77
0
92
Member Avatar for marangajared

I am developing a payment system and I need to produce a receipt for the client one he/she has paid. Is it possible to generate a receipt (Report Like) Using information on the form/user controls on the form. I am using ASP.NET working in web developer environment. Is there a …

Web Development asp.net
Member Avatar for Kusno
0
300
Member Avatar for love_dude1984

hello frends... well...i have got a prob here...im building a webuser Control and want to create a property for the same..i want to set multiple choices in the property box.i mean when ill use it on a .aspx form it should allow user to select to a value from multiple …

Web Development asp.net
Member Avatar for love_dude1984
0
103
Member Avatar for CFROG

Besides the obvious, like security issues, character limits in older browsers, etc. Is there any real difference between $_POST and $_GET besides the method in which data is passed? I have a script that works perfectly with $_POST but completely falls apart when I try to use $_GET. I rarely …

Web Development php
Member Avatar for cwarn23
0
173
Member Avatar for feoperro

Hi, Below I have code that contains ajax on a JSP. The JSP runs the Servlet which gets a parameter from the JSP and returns the exact same input field's value. For some reason, it is returning a null though. Can someone please assist? Servlet: [CODE] package Web; import java.io.IOException; …

Member Avatar for feoperro
0
138
Member Avatar for coolmind259

Hi, I have uploaded a web site on the server then I hav tested it on the browser but it is taking a lot of time to load its contents. I dont have anything heavy in the site, does anybody know any solution to overcome this problem?? Please reply. Take …

Web Development php web-browser web-server
Member Avatar for cwarn23
0
246
Member Avatar for smvec

hi.. im trying to validate a registeration form using javascript.. i successfully validated all the textbox individually by using onblur event... but when i click submit button, without entering text, or without even touching the textbox, the Form gets Submitted.. hw can i stop this... plz tell me a solution...

Web Development javascript
Member Avatar for smvec
0
104
Member Avatar for sugumarclick

Hi everyone, i m doing an inhome project on community development... For that i need a form such that we can send a mail to anyone without authentication,, For Ex. a user of gmail can send a update to user of yahoo or gmail. Please help me

Web Development php
Member Avatar for sugumarclick
0
111
Member Avatar for twilitegxa

Is there a way to have a hash table as a select list that, when the user selects an option, it populates a paragraph for that option in a label? I have the code that displays the selected item's value, but I don't know how to add a paragraph or …

Web Development asp.net
Member Avatar for Ramesh S
0
95
Member Avatar for sam023

This is my code..!!! i use ob_start() but still i m getting header error Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\flower\upload1.php:1) in C:\xampp\htdocs\flower\upload1.php on line 30 can anyone tell me where m i wrong.?? why this is error is related to header only..!!! …

Web Development php
Member Avatar for sam023
0
139
Member Avatar for sonia sardana

WEB.CONFIG FIlE [code] <?xml version="1.0"?> <configuration> <appSettings/> <connectionStrings/> <system.web> <authentication mode ="Forms"> <forms loginUrl="FrmLogin.aspx" protection="All" > <credentials passwordFormat="Clear"> <user name="sonia" password="citm123"/> <user name="soni" password="citm123" /> <user name="muru" password="citm1234"/> </credentials> </forms> </authentication> <authorization> <allow users="sonia"/> <allow users ="soni"/> <deny users="muru"/> </authorization> <compilation debug="true"/> </system.web> </configuration> [/code] FRMLOGIN.aspx [code] protected void btnLogin_Click(object …

Web Development asp.net xml
Member Avatar for Ramesh S
0
113
Member Avatar for chupinette

Hello everyone! I am developing a php web application and I was searching on how to deploy it. I heard about nusphere..But it is a trial version..Can anyone give me some suggestions or tutorials on how to deploy a php application? Thanks, Chupi :)

Web Development php
Member Avatar for chupinette
0
110
Member Avatar for mark2326l

I have entry dates of my records in format yyyy-mm-dd. I have 2 drop down menus, one for Year, and one for Month to select. I have no idea how to return results without using the complete date. If I use a text box and enter the exact date (Y,m,d) …

Web Development php
Member Avatar for mark2326l
0
107
Member Avatar for CNIDog

I have searched the world over for answers to my dilemma and have learned a lot, but not what I need to know. My programmer compiled our website and pushed it to the server and sent me the source code. I cannot get the source to compile. I have a …

Web Development asp.net mssql visual-studio
Member Avatar for sknake
0
144
Member Avatar for jrw0267

[CODE]echo "<param name='FlashVars' value='mp3=Slipknot-Duality.mp3&bgcolor1=$rgb\&showinfo=1&autoplay=0&showstop=1&showvolume=1'>";[/CODE] I am having a problem getting my bgcolor1=$rgb to be evaluated I know that $rgb has a value in it because i am using print_r($GET) and it is evaluated as the correct value how do i get the variable to pass as a paramater in the …

Web Development html-css php
Member Avatar for edwinhermann
0
90
Member Avatar for armyguydave69

I just switched webhosting companies and I'm having a major problem now, I keep getting errors that I wasn't getting before. Mainly, these right here: [code] Notice: Undefined index: username in D:\hshome\c274056\test.yourroommatefinder.com\register\signup.php on line 12 [/code] Here's line 12: [code] $username = mysqli_real_escape_string($dbc, trim($_POST['username'])); [/code] Tried this too: [code] $username …

Web Development php
Member Avatar for armyguydave69
0
83
Member Avatar for nish123

hello friends.. [code=php] <?while($row=(mysql_fetch_array(result)) {?> <tr> <td><?echo $row['photo']?></td> <td><?echo $row['info']?></td> </tr> <?}?>[/code] above code i use for fetching data.. one result in one row at a time..!!! now i m try to show two result in one row..!!! in other words.. two different data in one row..!!! how can i …

Web Development php
Member Avatar for CFROG
0
141
Member Avatar for MikeGore

I need to convert this into PHP. I heard of ASP to PHP convert programs but they don't work they just append $ to a couple of places thats all. Since my other posts have remained unanswered I don't really expect replies from here either, but I a desperate. Could …

Web Development asp dataset php session web-server
Member Avatar for diafol
0
143
Member Avatar for Froger93

Hello all, I have an issue regarding using variables from my global.php in a hiarachy of documents. I will explain how this works. I have my index.php in the root of my server, I then include the global.php file and from then on I include a handle.php file for the …

Web Development php
Member Avatar for chrishea
0
213
Member Avatar for nadnakinam

how to retain the values of radio buttons back from databese? for example, if user provided with 3 options (red, blue & green) if a user selected green(the value is stored in database) then next time he/she returning to the same page, previously selected option green radio button need to …

Web Development php
Member Avatar for nadnakinam
0
168
Member Avatar for H_C

I am a complete newbie to ColdFusion and Flex. There was a Flex and Coldfusion developer in our project who left so that work has come to me. My programming background is mainly in C,C++, UNIFACE, PL/SQL with some HTML, JavaScript. I have a couple of questions and would appreciate …

Web Development coldfusion legal open-source pdf
0
138
Member Avatar for vkennedy

Ok, this question probably has been asked quite a number of times, but I am fairly new to this technology and am not sure of what I should search for. So, if someone could either point me to a link where it has already been answered or provide the answer …

Web Development javascript web-server xml
Member Avatar for vkennedy
0
117
Member Avatar for Mongz

Hi Guys Past few days i added an ASP membership database which uses the Visual studio controller's (Login, Creat user Wizerd, Password recovery), it was working fine until yesterday, now i cant log in with any user i've created, but i can create new user or recieve/recover password. I checked …

Web Development asp asp.net visual-studio
Member Avatar for Nomadz
0
99
Member Avatar for feoperro

Hi, I'm starting to learn Ajax after playing around with JSP and Javascript, I felt the need for interaction without reloading the page. I've searched everywhere for a simple java servlet/ajax example that I can play around with but just found a lot of asp and complex java examples. Could …

Member Avatar for feoperro
0
175
Member Avatar for tarunkhatri

I want to insert multiple rows in a database table, from an submit form. But not able to trouble shoot the problem in my code. Following is the code which is not inserting any row in the database. [CODE]<form action=test_insert.php method="post"> <table> <?php for($i=0; $i<10; $i++) { ?> <tr> <td><input …

Web Development php
Member Avatar for tarunkhatri
0
99
Member Avatar for rajeesh_rsn

Hai, I had developed a web site. In that website I need to add a facility to check for the domain name availability. I am a PHP programmer. I need to check for .com, .net, .info, .co.in only. Please help me how to do this. Thanks Rajeesh

Web Development php
Member Avatar for rajeesh_rsn
0
327
Member Avatar for chicago1985

I am trying to create a page where it will look the same if the screen is resolution 1024 x 768 or if the screen is resolution 800 x 600. The below finds the resolution but the page looks different depending on the resolution. Please advise how I can make …

Web Development javascript
Member Avatar for ITGuys!
0
231
Member Avatar for mrcniceguy

I have worked in PHP for 1year and a half,Now i want to develop website using the CMS,and some people suggested it would be better to start with Joomla...i have installed it in my comp,but i reall dont know how to get started. So if there is anyone who knows …

Web Development cms php
Member Avatar for guru12
0
81
Member Avatar for ayesha789

Please explain me and when we [ICODE]echo $form;[/ICODE] then it shows. please explain this. [CODE]$form=<<<POST <form method="post" action=""> </form> POST;[/CODE] Thanks in Advance...

Web Development first-post php
Member Avatar for ayesha789
0
106
Member Avatar for dourvas

i have tree select boxes. i fill those with data coming from a database (mysql) i want to change the data of the last two selects regarding the selection of the first. here is my code. it doesnt work (i used a little bit of javascript) in head [code=JavaScript]<SCRIPT language=JavaScript> …

Web Development php
Member Avatar for CFROG
0
196
Member Avatar for cwarn23

I have written a dehasher and the first 446000 rows in the mysql database have turned out ok but now my script isn't placing the entries into the database in order and is taking like a minute per entry to do it. Does anybody know what is wrong with the …

Web Development php
Member Avatar for digital-ether
0
378
Member Avatar for sakhi kul

Hi to All, I am accessing text box value and error is operator '-' cannot be applied to operands of type System.web.UI.WebControls.TextBox and int

Web Development asp.net c#
Member Avatar for sknake
0
95
Member Avatar for megha.jain08

whenever i click an update button to update values in a single column of a gridview, all the columnss gets updated with the same values. eg. if a 1st column of a row with s.no. 1 is updated with values watch,50.,,,rest of the columns of the rows with s.no.2,3,4,5 etc. …

Web Development asp.net c c# c++ open-source
Member Avatar for sknake
0
95
Member Avatar for elamigosam

is there a way to make .html files process php tags?

Web Development html-css php
Member Avatar for cwarn23
0
227
Member Avatar for mundetas

I have a form with check boxes, but if some of the check boxes I are not checked I get undefined index is there a why around this please help. I am using $_POST. :-/

Web Development php
Member Avatar for mundetas
0
164
Member Avatar for crohole

Hello master... I want to build a web crawler that can detect all files which extension is : .pdf .ppt .xls .doc First, insert the domain of a website to search files, than the result will be like this : domain : [url]www.examle.com[/url] Files : 1. xxx.doc 2. xxx2.doc 3. …

Web Development pdf php
Member Avatar for cwarn23
0
156
Member Avatar for sakhi kul

Hi to all, I am using custom validator for validate 10 digit mobile number starts with 9. I simply put custom validator in my form & I wrote "^9[0-9]{9}$" but if i put correct mobile number then only it gives me error message. can anybody tell me what is correct …

Web Development asp.net
Member Avatar for sakhi kul
0
87
Member Avatar for sandeep_1987

I have three textboxes a GridView with three columns Roll,name & marks, I want that when the user enter data in three textboxes & click on button,then the data added to GridvIew Columns. Foll code Add the Data to database. [code] using System.Data.SqlClient; public partial class _Default : System.Web.UI.Page { …

Web Development asp.net
Member Avatar for carobee
0
143
Member Avatar for AliHurworth

Hi all, I have a two-part form intended to replicate the output from a toolbar, with the aim of sending data to a database. So the data is generated by the following code (sim1.php): [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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> …

Web Development html-css mysql php
Member Avatar for cwarn23
0
148
Member Avatar for CFROG

I've been working with a script that allows users to look up other users in their area based on their zip code. I attempted the script myself but the whole lat/long thing was a bit much for me to understand, so I settled for one that I found on the …

Web Development php
Member Avatar for diafol
0
425
Member Avatar for Stefano Mtangoo

Hi All, I have been learning making CMS and you guys have been helpful. I can now post, and view the posts. I need to edit/delete articles. I have read somewhere that you can make a link that appends an id of the article and you can retrieve it via …

Web Development cms html-css php
Member Avatar for Stefano Mtangoo
0
109
Member Avatar for cavpollo

I got a master page with a content place holder (called: placeForButtons). In one of my forms a panel (called: uxButtonsPanel) is added as one of its controls . Later when the program is running (after it compiled what it had successfully) I try to add a button( called: uxInteractionButton0) …

Web Development asp.net
Member Avatar for sknake
0
105
Member Avatar for davidlgj

Hi all, I'm using the PHP code below to get results to return to an autosuggest / autocomplete. The problem is that if an earlier SQL query takes longer to return from the database than the most recent SQL query then the results of the older query will be displayed …

Web Development php sql xml
Member Avatar for codejoust
0
148

The End.