52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for amithasija

hi all, as we all know javascript is doing great these days,and compatible with all langauges is best feature.we can see the effects using javascript libraries are really good like scriptalous,jquery and prototype.if you have some resources u can share it with all community members to make world go around …

Web Development javascript javascript-jquery
Member Avatar for amithasija
0
103
Member Avatar for mariecon

Hello everyone, I'm a newbie in AJAX. I have found a code in the web that uses AJAX and PHP (withjavascripts). It works well but i want to have a multiselectable dropdown. How can i retrieve the value of the multiselctable dropdown thruogh its javascript??? Here's the code that retrieve …

Web Development javascript web-browser
Member Avatar for mariecon
0
100
Member Avatar for farax_x

Hi all, I have to create file share network folder,my code is: Dim fs As New FileStream("\\<machine1>\Sharefolder\file.prm", FileMode.Create) windows authorization have done before,and i have full control permission on that folder. with this Code, i get this error : [COLOR="Red"]Logon failure: unknown user name or bad password.[/COLOR] How can I …

Web Development asp.net
Member Avatar for ericstenson
0
284
Member Avatar for anthmaina

This is a script for showing time but it only shows in IE but not in firefox.Whats the problem? <script language="javascript" type="text/javascript"> file://start display day/date code DaysofWeek = new Array() DaysofWeek[0]="Sunday" DaysofWeek[1]="Monday" DaysofWeek[2]="Tuesday" DaysofWeek[3]="Wednesday" DaysofWeek[4]="Thursday" DaysofWeek[5]="Friday" DaysofWeek[6]="Saturday" Months = new Array() Months[0]="January" Months[1]="February" Months[2]="March" Months[3]="April" Months[4]="May" Months[5]="June" Months[6]="July" Months[7]="August" Months[8]="September" …

Web Development javascript
Member Avatar for ~s.o.s~
0
168
Member Avatar for nomadhacker

I have a web based program that I am trying to create, in which I will have a user create a profile, which optionally includes a homepage URL and/or blog URL. Since not every user will have a blog or a homepage to enter, I have moved that information to …

Web Development data-structure display mysql php
Member Avatar for nomadhacker
0
112
Member Avatar for OmniX

Im trying to figure out a way to access a row I 'just created' via the primary key. As it being a primary key it is auto incremented. I am using php/mysql to create the row then I require to access that same row (via the primary key) to be …

Web Development mysql php
Member Avatar for nomadhacker
0
275
Member Avatar for majestic0110

How can I view a single xml file I wrote using IE. Have browsed to directory where I saved the file but I gat an error from IE : The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click …

Web Development xml
Member Avatar for majestic0110
0
129
Member Avatar for CsE2007

hi all , i made chate room and i use right text to enable user to write arbic words but, when sender write arbic text this text reach to reciever as "????????????????????? " , i do not know why this happen ? i think this problem related with unicode, if …

Web Development javascript
Member Avatar for ~s.o.s~
0
74
Member Avatar for shweta797

Dear sir In my project i have to pass variables when a user click on the link i.e there is full address of a client which is getting from a table,when user click on this link all information is displayed,but the problem is if there is a space in the …

Web Development java-jsp
Member Avatar for ~s.o.s~
0
98
Member Avatar for OmniX

I have been trying to restrict the uploading of images based on size and format. At the moment I have the size working but not the format. Ive tried different code but im favouring something like this: [code] if($_FILES['file_image']['type'] == "image/pjpeg") { CORRECT FORMAT else { INCORRECT FORMAT } [/code] …

Web Development php
Member Avatar for OmniX
0
333
Member Avatar for Grantmitch1

Hello Daniweb Community I am creating a website and wish for the pages url to be the same. For example. The site is company.com I wish for the page company.com/help.htm to appear as company.com If you could help I would be very grateful thank you Grantmitch1

Web Development javascript
Member Avatar for ShawnCplus
0
96
Member Avatar for smilyswapna10

We are using disabling of F5 in onkeydown event of input objects.it is working for normal input objects but not working for the browse (input type='file') fields.is there any chance to do so?

Web Development javascript
Member Avatar for MidiMagic
0
92
Member Avatar for ineuw

I built a web page form, where the action is set to "mailto" to my email address. I already scripted the client side using Javascript and I wish to know if I can use Javascript for server side scripting as well? I do not know PHP, nor Perl, and prefer …

Member Avatar for ~s.o.s~
0
112
Member Avatar for kanui

Can anyone help me with this code? I have been trying to output the url as a link but I cannot manage to do so. The url comes out fine in text form but when I try to output the url as a link I either get an error message …

Web Development php
Member Avatar for kanui
0
190
Member Avatar for kahaj

How do I have multiple mouseover events at the same time? Here's what I have so far. [code] <a href="assets/Ads/agapeCreations.pdf" /> <img src="assets/Ads/agapeCreationsNorm.jpg" alt="Agape Creations Photography" onmouseover="this.src='assets/Ads/agapeCreationsMouseOver.jpg' 'self.status='Agape Creations Photography';return true" onmouseout="this.src='assets/Ads/agapeCreationsNorm.jpg';return true" width="725" height="80" border="0" border=0 /></a><br /> [/code] I have the images swapping fine, but the self.status isn't …

Web Development javascript pdf
Member Avatar for ~s.o.s~
0
225
Member Avatar for nice_true

Hello! I had problem sending mails through asp.net, even after writing the code. But after providing the IP address of my pc in the relay option in IIS, the problem finally got solved. But now the problem is that the same code when I tried to run on a pc …

Web Development asp asp.net client-server
Member Avatar for jamello
0
138
Member Avatar for priyankaagrawal

is it possible to create setup of my own to install .net framework in machine, So that i can install only the files required by my webpage,and what ever is required to Run webpage. Any body know this

Web Development asp.net
Member Avatar for priyankaagrawal
0
97
Member Avatar for lydia21

hi i want to create the database retrieved datas as hyperlink using php.i have sent the code.please tell me how to edit the below code <html> <head> </head> <body> <form> <table> <tr> <td><font color="red">View All Posting</font> </td> </tr> <tr> <td><a href="care.php">Create New Users</a></td> </tr> <?php $hostname = "localhost"; $username = …

Web Development php
Member Avatar for kanui
0
184
Member Avatar for Pro2000

Hello everybody, I've written a program which contains AJAX... The program is a messenger... The code was: [CODE]var http = createRequestObject(); function createRequestObject(){ var request_; var browser = navigator.appName; if(browser == "Microsoft Internet Explorer"){ request_ = new ActiveXObject("Microsoft.XMLHTTP"); } else{ request_ = new XMLHttpRequest(); } return request_; } function getInfo(){ …

Web Development javascript php
Member Avatar for digital-ether
0
102
Member Avatar for greeny_1984

Hii, i have a datalist in my page containing a image button as item template.The design page is as follows <asp:DataList id="ddlist" runat="server" RepeatDirection="Horizontal" Width="30px" Height="134px" RepeatColumns="5" CellPadding="1" CellSpacing="5" > <ItemTemplate> <table> <tr><td> <asp:ImageButton ID="img" runat="server" Height="75" Width="100" ImageUrl='<%#DataBinder.Eval(Container.DataItem,"filename")%>'></asp:ImageButton></td></tr> </table> </ItemTemplate> </asp:DataList> th ecode behind is as follows public void …

Web Development asp asp.net image
Member Avatar for greeny_1984
0
121
Member Avatar for OmniX

[code] echo "<input value='$variable' type='submit' id=submit' name='submit'>"; [/code] That variable is an array which keeps repeating and changing numbers. (e.g. 1-20). Now using a switch statement to access the input submit button when pressed: [code] switch($_POST[submit]) { case '': break; } [/code] I cant figure out what code to construct …

Web Development php
Member Avatar for OmniX
0
174
Member Avatar for priyankaagrawal

Is It possible to install only CLR and not the whole .net framework, Because i want to run my webpage link in no of machine,so installing .net framework in all machine will not be good, So i want to install only the dll or libraries needed by my webpage and …

Web Development asp.net
Member Avatar for priyankaagrawal
0
79
Member Avatar for snowman11

Hi all... I've been reading this site for a while and now I have a question for you experts. I have a php page named edit.php. Code here: [code] <? // Connect database. include("connectdb.php"); // ***** This part will process when you Click on "Submit" button ***** // Check, if …

Web Development html-css javascript mysql php
Member Avatar for nav33n
0
117
Member Avatar for ebabes

Can anybody help me look for a site that will host my ASP.Net web files for [COLOR="Red"]FREE[/COLOR]. Thanks.

Web Development asp asp.net
Member Avatar for ericstenson
0
79
Member Avatar for DakDuif

hey ^_^ i really hope you guys can help me. Ill try to explain as clear as possible. Ok, so what I did was; I took a free web template, and tried to adjust it to the website i've been requested to make. What you see below is this window: …

Web Development html-css javascript xml
Member Avatar for ShawnCplus
0
124
Member Avatar for earachefl@comca

Hi all, I'm learning JavaScript and have run into a problem. Displaying the contents of a cookie with the code [code] alert(document.cookie); [/code] works fine in Firefox 2.0.0.11, but in Safari 3.0.4, it just displays an empty alert box. Any quick answers? Any resources that you can point me to? …

Web Development javascript
Member Avatar for ~s.o.s~
0
100
Member Avatar for dannybarh

Grate Thanks, i have been designing website in html for some time now. i want to make my sites more powerful by using php or asp,but i can link up the pages for them to work like i do in html. i really need help,pls help.

Web Development asp php
Member Avatar for MitkOK
0
120
Member Avatar for zeromancer

Sorry for the double post. but it wasn't even remotely in the right spot before. I wrote this little code segment to illustrate the idea of what I want. I'd like to be able to automatically scroll the DIV to the bottom when you add stuff to it. [code] <html> …

Web Development first-post javascript
Member Avatar for digital-ether
0
1K
Member Avatar for syedferhat

Hi Friends I have a form having multiple field such as option button set and checkbox with different names and values and on next page i want to get there name and value. The problem is that if i only use/checked option button i got proper names of object (option …

Web Development asp
Member Avatar for Shailesh25
0
124
Member Avatar for adilz.cool

I am new to this community and also new to PHP. My problem is that i have installed apache 2.2.6 and also have php 5.2 version. also made all the changes in conf file of apache. I also did all the neccesary things on PHP side (placing & changing files …

Web Development apache php
Member Avatar for adilz.cool
0
167
Member Avatar for manish_gajjar

i want to view image as tooltip of small image on mouseover on that so what is the code for that?using javascript how it can be done?

Web Development image javascript php
Member Avatar for Walkere
0
86
Member Avatar for lifeworks

Hi Working on a photographers CMS, the idea is that they'll resize their images using a batch processing app, separate from the website, then I'd like them to be able to add a new section and select the entire directory (of resized images) for upload, not just individual files... If …

Web Development cms php
Member Avatar for lifeworks
0
80
Member Avatar for deef

I am a new student to php and I am working on my first project. I have created an html form, a php output form and a php confirm form. I am having trouble linking them together, when I fill in the information on my form it does not show …

Web Development php
Member Avatar for vssp
0
312
Member Avatar for searchacar

Hello everyone, I am trying to add an auto generated map in property website. [url]http://www.whatahome.co.uk[/url] When some one click on details of any house , it should show the page with google map using the postcode of their house, as in other website is implemented. Is this achieveble easily. Anyone …

Web Development google php
Member Avatar for vssp
0
81
Member Avatar for chitra1

Hi, I'm working on web based project whereby I'm using Html and Php. I want to know how to create forums on a website that I have built.

Web Development php
Member Avatar for vssp
0
63
Member Avatar for kaushik259106

Is it possible to get the key value of any property file through JSP.. Let me explain.. I have following keys in my application.properties file. it has my.a=http://apple.com my.b=http://ball.com my.c=http://cat.com Now i want to access this from my jsp.. i tried to access like this.. <fmt:message id="alphabets" key="my.a" /> I …

Web Development apple java-jsp
Member Avatar for lovely12
0
84
Member Avatar for PoovenM

Hey guys, I'm really new to this :icon_confused: I've managed to setup a Web Service and a Client to access the service within Eclipse. However, I want to access a Web Service that already exists. From what I understand, that service must have a WSDL (Web Services Description Language) for …

Web Development xml
Member Avatar for PoovenM
0
181
Member Avatar for priyankaagrawal

I have made one windowscontrollibrary,in that i created one function fun1() in which i created one thread,this thread call another function fun2(). Now this function fun2() contain event. Now when i am using this dll in webpage in client side,and handling the event,i am getting this error that System.reflection.targetException and …

Web Development asp.net
Member Avatar for priyankaagrawal
0
58
Member Avatar for rnr8

Hi, I need to create and implement a doubly linked list using PHP. Does anyone know of a good tutorial or resource for getting started? I understand the basic premise of a linked list, but really need some specific pointers on how to do so in PHP. ANY help would …

Web Development linked-list php
Member Avatar for rnr8
0
98
Member Avatar for thiagarajannn

Hai everybody, this is the proplem.when i excute the page and on clicking the button am getting error message saying that 'menu1.value is null or not an object'. how can i handle it.Please help me <SCRIPT type="text/javascript"> function test1(form) { if (form.menu1.Value == "Select") alert("Please select some other value!") else …

Web Development javascript
Member Avatar for thiagarajannn
0
189
Member Avatar for frezek

i need web but i don't no what program i need to make?? :D

Web Development php
Member Avatar for vssp
0
81
Member Avatar for tie372

I have a bunch of checkboxes on one page, that look like this [code]<input type="checkbox" value="classic" name=subgenre[]></input>[/code] And when all the data is collected and inserted into a databse, it looks like this [code]$subgenre=$_POST[subgenre];[/code] This is supposed to collect every box that is checked and store it in a database …

Web Development php
Member Avatar for johnsquibb
0
80
Member Avatar for CMCDragonkai

I have a string like this. $function = " array_splice($arr . $arrayimploded, end($index), 1, $data); "; $arr is an array $arr = array(0 => array(0 => "s", 1 => "es"), 1 => array(0 => "ing"), 2 => array(0 => "d", 1 => "ed") ); The $arrayimploded is "[0]" The end($index) …

Web Development php
Member Avatar for CMCDragonkai
0
81
Member Avatar for dotNetDummi

Hi experts, I have a problem with downloading file. Okay, my project is setup in IIS (pointing to the folder in my desktop) and my users are able to login, upload a file into the folder. However, they are not able to download the file (except me). How can I …

Web Development asp.net file-system session
Member Avatar for dotNetDummi
0
94
Member Avatar for EnderX

I've been requested to write a PHP-driven database report by my boss. The reports will be located on our servers, where PHP is installed. However, the DBs that I'm supposed to read from are going to be located on the client machines. The servers are running SuSE 9.3 with Apache …

Web Development apache client-server php suse
Member Avatar for werks
0
448
Member Avatar for maurya_alld

Hi, Can any body tell me step by step, how to upload an asp.net site at booked domain. Regards Maurya

Web Development asp asp.net
Member Avatar for ukerbel
0
110
Member Avatar for shilparaheja

hi everyone this is shilpa i've got to do a mini project in colege .iam in the final semester can anyone suggest me wht kinda project i can do and in which platform.thank u...

Web Development asp.net
Member Avatar for Jx_Man
0
90
Member Avatar for chitra1

Hi everyone! I'm working on a project whereby the system is rule-based. I have to write the rules in either Common Lisp but the problem is that i'm using PHP for designing the interface and I'm not able to link these two languages. Could anyone plz help me??????

Web Development php
Member Avatar for digital-ether
0
105
Member Avatar for bharathi_n_r

hello, I am very new to web development... I have a problem with tables...refer to the attachment. Actually i have to design a registration page exactly the same as they have given me as a printed output....(hard copy).. I used tables for designing that.Layout>Insert table... I completed the page as …

Web Development asp.net web-design
Member Avatar for nithysony
0
71
Member Avatar for lydia21

hi i have a login page which is allowing only registered user .it is working too...... but when the second page URL is typed it is getting displayed i want the all the user to enter through the first page.......when the second page URL is typed it should not get …

Web Development php
Member Avatar for ezb
0
121

The End.