52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for rameshpower007

Hi FOlks can any one share the code snippet of opening any format of microsoft office document in IE browser, on a click of a button Kindly do share the JSP and server side eventing too.. Thanks RK

Web Development java-jsp microsoft-office
Member Avatar for sciwizeh
0
283
Member Avatar for PsychicTide

Alright ran into a bit of a problem on the item count in my index... let me give you the layout I'm working with. I've got my index page with the header logo and navigation bar. This is followed by an Iframe. When I click the navigation buttons it changes …

Web Development javascript session
Member Avatar for PsychicTide
0
193
Member Avatar for TriZetBlu

My sports blog start page is very slow and I have tried to speed it up but everything I try stays the same. I know nothing about bandwidth or MYSQL or site mapping so I don't know if any of these would help. There is a lot of java script …

Web Development
Member Avatar for peter_budo
0
187
Member Avatar for guravharsha

Hi; The below page validates the user. if the groupid of the user is null into the database,it forward the user to accessdenied.jsp page. The below code works fine without closing [B]rs[/B] If i had tried to close rs.close(); [B]it show the compile error: rs might not have been initialised[/B]. …

Web Development java-jsp
Member Avatar for peter_budo
0
179
Member Avatar for sahdev86

hai...i neeed help on how to upload image to my web...and i want the image store in the database and later retrieve image from the database to the web....i want the image in thumnail form wen it is uploaded in the web....can anybody help me with in a simple php …

Web Development image php
Member Avatar for sahdev86
0
75
Member Avatar for ndodi

Hi everyone it Eric (Ndodi). can someone pls help me , i want to disable the validation controls if other controls are activated and how to display the current date

Web Development asp.net
Member Avatar for ndodi
0
108
Member Avatar for eyecandydesign

Hi everyone, recently i have been recieving errors from my website like this WARNING: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to udp://194.68.45.50:0 (Failed to parse address &quot;194.68.45.50&quot;) occurred in [url]http://maniplantdoctor.com/readme.txt[/url] on line 441 on Thu Aug 7 13:40:49 CEST 2008 could anyone shed some light on what it means, and …

Web Development php
Member Avatar for eyecandydesign
0
333
Member Avatar for Kusno

Dear all, This code below is used to clear TextBox and dropdownlist control value [CODE]Public Sub ClearPage(ByVal Pg As Page, ByVal Form As String, Optional ByRef ClearCombo As Boolean = False) Dim Obj As Object For Each Obj In Pg.FindControl(Form).Controls If Obj.GetType().Name = "TextBox" Then Obj.Text = "" End If …

Web Development asp.net
Member Avatar for greeny_1984
0
114
Member Avatar for god_1896

hi all; i have a code that would send in two person, after submmited the form, only one person recieve the email here is my code; [code=php] <?php $name = $_POST['name']; $sender = $_POST['e-mail']; $phone = $_POST['phone']; $subject = $_POST['subject']; $message = $_POST['message']; $email = $_POST['email']; $sendTo = $email; $return_to …

Web Development email php
Member Avatar for saikishore
0
294
Member Avatar for heni_pro

i'm doing php project on e-voting and i've a data goes from voters in the databse can u help me to give me the php code that counts the votes in voting seesion and display the result..plzzzzz

Web Development php
Member Avatar for R0bb0b
0
106
Member Avatar for punex

hello there.Thanks for all the help you guys been giving me by replying my thread.now i have half way to go to finish my system.my system is done using asp and ms access as database.i want to ask what does this error message means? Error Type: Microsoft OLE DB Provider …

Web Development asp microsoft-access
Member Avatar for Pg-online
0
90
Member Avatar for emilio

i just starter to learn jsp and i have few questions. 1) in my jsp project i have jsp page and java classes that defined as jsp beans. my jsp page contains submit button. is there a way to define that each time i press the button the program will …

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

Hello, I am trying to make the code below work so that when a member visits his/her own profile they can see the $bank_balance along with all the other details. However, when the member goes and visits someone elses profile I dont want them to be able to see the …

Web Development javascript php
Member Avatar for R0bb0b
0
180
Member Avatar for veledrom

Hi, I want to send authenticated mail in php. i know smtp and phpmail classes. Is there anyone to help me? I have followed scripts on net but, i couldn't send an email. Anyone with working solution? Thanks

Web Development php
Member Avatar for veledrom
0
133
Member Avatar for veledrom

Hi, I can't send authenticated email from phpmailer. Code and error are shown below. If SMTPAuth is false then mail goes only to my mail. Everyting under C:\wamp\www\phpMailer. I didn't do any changes in "class.phpmailer.php" file. Thanks Error: "Mailer Error: SMTP Error: Could not connect to SMTP host." Code: [code] …

Web Development php
Member Avatar for veledrom
0
99
Member Avatar for Rakesh Nagekar

hello friends, Good Morning , i require code for saving path of file in database can any one provide me. Thank u Rakesh Nagekar

Web Development php
Member Avatar for Demiloy
0
486
Member Avatar for mindfrost82

I'm sorry for my ignorance, but I'm fairly new to PHP, so let me explain what I'm trying to do. I'm using a CSV file as my data source, which isn't a problem, I can read/write fine. I'm using this code to create a table from the CSV file: [code] …

Web Development asp.net file-system php
Member Avatar for mindfrost82
0
2K
Member Avatar for guptaalok12

I want To pass A DataSet in a QueryString.So that I can get it another page.Is it possible.How i can i do it Pls help

Web Development asp.net dataset
Member Avatar for a496761
0
92
Member Avatar for hunkychop

i have searched the web for awhile on this... i wrote a script that will format certain words as the user types [INDENT](ex. when the user types MTrak the text is replaced with <b>MTrak</b>)[/INDENT] i need to know how to view the formatting in a text box, not the tags. …

Web Development javascript
Member Avatar for zasyatkin
0
341
Member Avatar for sathiyamoorthy6
Member Avatar for AliHurworth

Hi all, Where am I going wrong here? I'm getting a syntax error... [QUOTE]Database ERROR1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1[/QUOTE] [code=php] <?php require_once('Connections/connect.php'); # this is …

Web Development php web-server
Member Avatar for nav33n
0
94
Member Avatar for palavi

Hi all, I am designing a website related to news channel, in which i ve [U]e-news[/U], here i want everydays news to be updated,please can canbody help me i shud submit this before four o clk..

Web Development java-jsp
Member Avatar for palavi
0
156
Member Avatar for Harsimran

Hi ,everybody i am trying to use beans in jsp.....but i am stucked in first step... i have copied code from somewhere ......here beans uses a package .Beans is compiled successfully and called bean by this tag in jsp <jsp:useBean id="MyConnectionBean" scope="session" class="UserPack.ConnectionBean"/> Here UserPack is package of bean now …

Web Development apache java-jsp session
Member Avatar for peter_budo
0
246
Member Avatar for jamello

I have data I am displaying with a repeater in vs 2.0. Its just a very short record length but high volume data. The repeater displays it vertically but most of the screens real estate is left empty. The challenge is how do I manupulate the repeater table tags to …

Web Development asp.net display
Member Avatar for bheeks
0
160
Member Avatar for jeffchan86

I'm doing a online hotel reservation system. can i any people tell me how i can i redirect the users to another page which shows the summary of the reservation after the users has submitted the reservation form??

Web Development asp.net
Member Avatar for bheeks
0
78
Member Avatar for WhYuLoOkIn

My goal is to set a session variable and have it timeout after 10 min. I tried to do this with cookieless="false": [CODE] <sessionState cookieless="false" timeout="10"> </sessionState> [/CODE] The code above did not timeout after 10 min, I believe I did that correctly if not please let me know. After …

Web Development asp.net session
Member Avatar for bheeks
0
136
Member Avatar for xray_slayer

I'm building small application, im kinda newbie in jsp..I use the MVC n servlets concepts.. My problem is after from servlets, the page i want to go (change to another place) cannot shown in the address bar correctly(the addressbar still showing the servlet page), but the view is exactly d …

Web Development java-jsp session
Member Avatar for nikhildoomra
0
191
Member Avatar for Lokesh.snghl

hi all Can any one tell me how to show child gridview footer value in parent gridview control like label or textbox

Web Development asp.net
Member Avatar for greeny_1984
0
58
Member Avatar for skinbug

Hi, I've looked at various tutorials/forums at this but I still can't get my head around it... The senario is a html form processed by php, where the user has the option to check some boxes. Once the user has submitted the form, the admin wants to be able to …

Web Development php
Member Avatar for skinbug
0
104
Member Avatar for skinbug

Hi all, when inserting values stored in an array to MySQL database, where do the values go? I have a form with 5 checkboxes that may or may not be checked, their names all being an array. Question: how do I write the sql file? assuming the names are nature[] …

Web Development php
Member Avatar for praveen_dusari
0
113
Member Avatar for Q8iEnG

Hi all my friends :) I hope you're all doing great :) I need a small help from you, and I hope you'll not let me down *shy* I have a script that it shows all images in the directory of my site under the folder (Albums) for (.jpg) only! …

Web Development open-source php
Member Avatar for nav33n
0
155
Member Avatar for kohuke

Hi again (I'm annoying i know, but i just get stuck with things). I'm using this tutorial: [url]http://www.netbeans.org/kb/61/web/jsf-jpa-crud-wizard.html[/url] I'm using it in combination with [B]mysql+tomcat[/B] not java database+classfish. I have imported the following libraries (after googling what is needed for persistance in tomcat and mysql): JSF 1.1 JSF 1.2 JTA …

0
143
Member Avatar for kaushik259106

Hi everyone, I need some suggestion. Actually i created a text box and wrote a java script to limit its character hold to 500 char. I made my related db column size to 508bytes(Oracle). The functionality was working fine when i suddenly found a bug. Say for example if i …

Web Development javascript oracle
Member Avatar for langsor
0
124
Member Avatar for knrakesh

hello friends, can u please tell the event for delete, when using hyperlink as a link to delete please tell me with code Thank u Rakesh Nagekar

Web Development asp.net
Member Avatar for greeny_1984
0
96
Member Avatar for sandeep s

Hi friends,i have one task regarding drop down list. That is ,I have one registration form, in that i have one CITY drop down list,COUNTRY drop down list.I filled it and the city name ,country name should be loaded in the database. Now my requirement is,in update form the CITY …

Web Development asp.net
Member Avatar for reply_alok
0
87
Member Avatar for PsychicTide

Hey, just kind of some background so you don't think I'm fishing. I've worked with ASP,PHP,JS, AJAX, HTML, XML, etc... as well as fundamental programming languages like C#, C++, VB.net, Python, etc. I don't know all these languages extensively, but psuedo code works for me. It seems I have the …

Web Development javascript python vb.net xml
Member Avatar for langsor
0
173
Member Avatar for justted

Hello, I was wondering if anyone could help me as I am trying to add all the rows of a particular field in a MySQL table using PHP. I have a table named members2 which has a field named points! What I want to be able to do is display …

Web Development php
Member Avatar for justted
0
227
Member Avatar for Scooby08

Would anybody happen to know if it's possible to hide the value of a radio button unless it is checked, and then when it is checked display that value, and then after moving on, that value stays active, and the user can fill out the rest of the form and …

Web Development javascript
Member Avatar for Scooby08
0
106
Member Avatar for computerages

hi, I have an HTML form setup. It has several input text fields to enter the data. I also want the user to add more text fields dynamically if he wishes to enter more data. If I do it directly though PHP using loops, I loose the data previously entered …

Web Development javascript
Member Avatar for langsor
0
450
Member Avatar for zappan

Hi everyone, I've an issue here. i want load the data from database and i want it appear at DOM select. what i had done,first i load data to hidden text and use a javascript load to DOM select. But the problem is i need to click on select textbox …

Web Development apple html-css javascript
Member Avatar for langsor
0
107
Member Avatar for nidhikayadav

I am using username and password. The password field is of type password. But when I do debugging i can see the password as typed in text. Is there any way to hide it. Any wrapper for this.

Web Development javascript
Member Avatar for langsor
0
100
Member Avatar for shijunair

Hello everyone, I am facing a problem with the start date and the end date.I have to do a validation such that the end date entered with the date picker should be equal to or greater than the start date.I have written the following code but it is not helping …

Web Development javascript
Member Avatar for langsor
0
119
Member Avatar for BillyMako

I want to change this code so that you can enter "Fruits" in a textr field and the drop down is populated instead of selecting "Fruits" from a drop down. [code] <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title>Multiple drop down list box from plus2net</title> <SCRIPT language=JavaScript> function reload(form) …

Web Development javascript
Member Avatar for langsor
0
163
Member Avatar for AliHurworth

Hi all, I'm struggling to write an SQL query. I'd like to search a database for either a person or an organisation. I have an HTML form on a homepage, and this returns two values: [LIST] [*]a search term [*]a search type, either 'person' or 'organisation' [/LIST] code: [code=php] <form …

Web Development php sql
Member Avatar for AliHurworth
0
177
Member Avatar for andrew13d

hello people. I am extremely new to web design, I have read html quite alot I need yo help however to design a database for an inventory that is accessible over the internet. Can I use MS Excel or Access for the inventory database? Which scripting language of php and …

Member Avatar for langsor
0
136
Member Avatar for nloding

I'm very used to using innerHTML, but it isn't a W3C DOM standard, so I'm trying to work my way out of using it and get to what I feel are better practices with the standard DOM. But I can't figure out how to clear the contents of an element. …

Web Development javascript
Member Avatar for langsor
0
612
Member Avatar for lydia21

hi, i written a code for sending html maIL.MAIL FUNCTION IS WORKING BUT THE MAIL I AM GETTING I HAVE DISPLAYED BELOW.please do tell me how to send html mail [ICODE] $headers = "From: [email]cggroup@car.com[/email]"; $toa = "lydia@gmail.com"; $subject1 = "An Agreement has been signed for your Job Order"; $body2="<html><head></head><body>"; …

Web Development email html-css php
Member Avatar for buddylee17
0
143
Member Avatar for Thirusha

I was working through an client side struts from the internet, everything worked fine, until the alert came up displaying "???en_GB.errors.required???" instead of the values from the MessageResource.properties file. Does anyone know what the problem could be?

Web Development java-jsp
Member Avatar for Thirusha
0
81
Member Avatar for veledrom

Hi, I need to send email with authentication. I have downloaded class.smtp.php and class.phpmailer.php files. I have tried to send an email but, i thing i miss something. Therefore, i cant send it. Can anyone help me to do this? Thanks guys 1-What settings do i need to do in …

Web Development php
Member Avatar for veledrom
0
101
Member Avatar for zappan

hi it me again. right now i had a problem with this code. when i open with ie6, it worked but if i use ie7,safari and firefox, the result didn't show up.here i provide the code. the error is where i mark it with the red color. please someone help …

Web Development javascript
Member Avatar for zappan
0
110

The End.