52,566 Archived Topics
Remove Filter ![]() | |
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 | |
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 | |
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 | |
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 | |
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 … | |
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 | |
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 "194.68.45.50") 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 | |
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 | |
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 … | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
how can we use the session object in asp.net | |
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 | |
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 | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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 | |
![]() | 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 ![]() |
![]() | 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 |
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 | |
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 … Web Development apache java-jsp java-netbeans open-source web-server windows-server | |
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 ![]() | |
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 | |
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 ![]() | |
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 | |
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 | |
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 ![]() | |
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 ![]() | |
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 ![]() | |
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 ![]() | |
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 ![]() | |
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 … | |
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 … Web Development asp.net database-design php web-design ![]() | |
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 ![]() | |
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>"; … | |
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 | |
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 | |
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 |
The End.