52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for spring_patel

well...i'm a novice programmer in ASP.NET. i want my web application 2 send emails.i've tried couple of things using IIS smtp, but that code sends emails in the "queue" directory of localhost smtp. How to get rid of it..? and wat if i want to send e-mails in Outlook Express …

Web Development asp asp.net queue
Member Avatar for SheSaidImaPregy
0
89
Member Avatar for anitha2324

[COLOR=#555555]am trying to create a web page to be used by my network users (inside my intranet)[/COLOR] [COLOR=#555555] [/COLOR] [COLOR=#555555]I want to get the visitor's name of my page ( in another words to get the network login user name of the person who is visiting my web page)[/COLOR] [COLOR=#555555] …

Member Avatar for gpm1982
0
283
Member Avatar for rickarro

I'm very new to php and am looking for help getting data out of my MYSQL database. I've made all my proper connections and all is running fine so far. What i want to do is have people get a result from the database based on their input...i.e., put in …

Web Development php
Member Avatar for nav33n
0
146
Member Avatar for jino

Dear All,, I need ur help regarding the below matter.... I had a form having 40 fields comming from 4 tables... I want to let the user to search a record using any of these 40 fields... For that i joined these tables using the "join" statement... Now the problem …

Web Development php
Member Avatar for nav33n
0
142
Member Avatar for tirivamwe

i have a website and it have a flash banner. the problem is that every time i open a link the banner will have to reload again. is there any way that i can use on my links so that when the link is clicked it will include a page …

Web Development flash php
Member Avatar for carobee
0
143
Member Avatar for lordx78

I have 2 some pages in the website I'm developing. I've also an admin page. If i want to log in to the admin page, I've to key in username and password and it will be validated and redirect me to the admin's page. The problem is, if I manually …

Web Development php
Member Avatar for johnsquibb
0
126
Member Avatar for Morty222

I am building a search tool to allow users to search players by the following criteria: Last Name: Sport: Graduation Year: City: State: Gender: Here is my query after the post. $ln = $_POST['lastname']; $ps = $_POST['primarysport']; $yg = $_POST['yeargraduate']; $cy = $_POST['city']; $st = $_POST['state']; $gn = $_POST['gender']; include('admin/mysql.php'); …

Web Development php
Member Avatar for jonesc5
0
68
Member Avatar for web_developer

Guys Does any one read about include a SMS GatWay through asp.net site. any help will be great. SAM

Web Development asp asp.net
Member Avatar for ivobrett
0
664
Member Avatar for shaik4321

HI, can any tell me how to develop a application to send bulk sms from computer

Web Development asp.net
Member Avatar for ivobrett
0
79
Member Avatar for pack

Hi I am not much experienced in JSP. I am facing one problem while printing a XML String on the screen. Code snippet -> String result = ab.returnResult(); result is returning a XML String..Suppose <A>123</A><B>SIR</B><C>21</C> I am printing -> <tr><td><%= result %></td></tr> I am getting 123SIR21 as output in the …

Web Development java-jsp xml
Member Avatar for ~s.o.s~
0
490
Member Avatar for alieya

hai... i have develop a website using templet (from free provider) but i have a problem when run it at localhost (i'm using php & mysql-xampp package) i edited that templet at dreamweaver, i have no problem when view it at dreamweaver but when i run that website at the …

Web Development php
Member Avatar for alieya
0
146
Member Avatar for Dev-SEO

Hello All, I am looking for automated testing tool mainly for ASP.Net applications... Please share if you have some references.

Web Development asp asp.net
Member Avatar for ftorres
0
152
Member Avatar for assgar

Hi I am trying to increment the date using weekly increments. I need to determine the start and end dates and the week number of the year. If you can suggest another approache that is OK, but this is what I came up with. I am having problems getting the …

Web Development php
Member Avatar for assgar
0
2K
Member Avatar for xeeb

is it possible to retrieve live data (maybe an xml file) from a website to use on your own website? ,lacking in knowledge of new technology

Web Development php xml
Member Avatar for Walkere
0
143
Member Avatar for m.cliter

Hi I don't know if this is the right place to post my problem. I m new to YUI, I ve modified the exemple listed here [url]http://developer.yahoo.com/yui/examples/datatable/dt_enhanced_clean.html[/url] well, FireFox and Opera diplay what I want, but as always the IE drive me nut, and this time IE7/IE6 gives me errors, …

Web Development javascript
Member Avatar for ~s.o.s~
0
133
Member Avatar for myth3_16

Hi All, i'm new to this board. I'm having a spot of bother with the following: Here is what i'm trying to do. From the drop down list (generated from my database) a style is selected and the image is displayed in the preview box next to it. The problem …

Web Development client-server javascript php
Member Avatar for nav33n
0
306
Member Avatar for toadzky

I am trying to insert/hide a table in my page using AJAX. Works perfectly in Firefox. IE 7 gives me "Error: Access is denied" for the following line: [CODE]xmlReq.open("GET", url, true);[/CODE] Any ideas why?

Web Development javascript
Member Avatar for ~s.o.s~
0
93
Member Avatar for pukkalol

can some 1 explain to me why this takes over 24+ or even 1 week to send an email to the user with his password to be able to log onto my site. the coding is below. i need the email to be nearly instant! <?php session_start(); include_once"includes/db_connect.php"; if (isset($_SESSION['username'])){ …

Web Development html-css javascript php
Member Avatar for nav33n
0
147
Member Avatar for dev.cplusplus

Hi to all, I'm new in the forum and also new in the JavaScript programing. I have the following problem, I have a table that has another table inside one of its elements, the inside table is affected with one property that is in a CSS file. I hope I …

Web Development javascript
Member Avatar for MidiMagic
0
90
Member Avatar for dev.cplusplus

Hi, I have the following problem I hope someone can help me [B]I have the CSS file[/B] [code] #one { border-style: solid; border-width: 5px } #two { border-style: solid; border-width: thick } #three { border-style: solid; border-width: thin } #four { border-style: solid; border-width: medium } [/code] and the HTML …

Web Development html-css javascript
Member Avatar for MidiMagic
0
94
Member Avatar for mark2326l

Data from MySql. I used nl2br() for line breaks, but wanted paragraph breaks. I wrote [CODE]function test($text) { $text = ereg_replace("\n", "<p> ", $text ); return $text ; } [/CODE] That worked but my editor wants indents not spaces between paragraphs. I thought [CODE]function test($text) { $text = ereg_replace("\n", "<br …

Web Development php
Member Avatar for mark2326l
0
90
Member Avatar for lordx78

[code=php] if(!$_POST['username'] || ['password']) { die('Error: Username / Password field was blank'); } [/code] What is the mistake in the code above. I want the syntax to check if either one of the fields are blank.

Web Development php
Member Avatar for nav33n
0
231
Member Avatar for TheAlex

Does anyone know how to create an image that scrolls with the page, much like this menu on the following link? [url]http://www.myvue.com/cinemas/index.asp?SessionID=DF03F98209A546809563E5FF5A6B5D4F&ci=52[/url] It's easy enough to do one positioned from the left of the browser window, but the solution I need is where all the content is centered, as on …

Web Development asp html-css image javascript
Member Avatar for MattEvans
0
613
Member Avatar for majestic0110

Hi there. The project I am building is an ASP.NET browser based application that has two classes. Login class main menu class now these two classes are working as they should (I.e. valid user logs in, proceed to main menu). The trouble is, I also have another class that applies …

Web Development asp asp.net xml
Member Avatar for majestic0110
0
523
Member Avatar for heathcliff

Hello, I wanna call EncryptPassword/DecryptPassword methods of membershipProvider class,how can I call and use these methods,is there any one who can assist me,thanks a lot.

Web Development asp.net
Member Avatar for SheSaidImaPregy
0
784
Member Avatar for karis

how can i display a table using user control

Web Development asp.net
Member Avatar for dilipv
0
97
Member Avatar for anupamamk2005

Hi, I am working on database part using ajax,javascript and asp. I'm getting Object Expected error at line 6. Here is the code: [code=html] <!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=iso-8859-1" /> </head> <body> <script src="selectCustomer.js" language="javascript" type="text/javascript"></script> <form action="javascript: void 0;" …

Web Development asp javascript
Member Avatar for DangerDev
0
142
Member Avatar for Corna

Hi, I have a treeview control with a sitemap datasource which I use for a menu on a masterpage. All works fine, but I would like to: 1. Have all items collapsed at startup 2. Only expand the node selected and not all nodes when user click on a node …

Web Development asp.net
Member Avatar for u4umang2001
0
109
Member Avatar for majestic0110

Hi all I am working on a 2 tier project and need (when the user closes the browser) to figure out a way of removing some .XML files stored in a dir on a server/local drive. any ideas?

Web Development asp.net xml
Member Avatar for majestic0110
0
61
Member Avatar for serkan sendur

i have script using nodeNames of dom elements. Script works in ie perfectly but doesnt work in firefox. How can i get nodeName in firefox? Any help would be appreciated, thanks .

Web Development javascript
Member Avatar for serkan sendur
0
101
Member Avatar for veronika__

hello i have an empty cell and an iframe. in the iframe there are a few images.. how can i use onmouseover on the images so they can appear one by one in the cell? sorry for my bad english, thanks in advance. :)

Web Development javascript
Member Avatar for veronika__
0
66
Member Avatar for jino

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:\PHP5\www\registration-reports-result_testnet.php on line 137

Web Development php
Member Avatar for nav33n
0
119
Member Avatar for artisticre

I have a script I got from someone that is running on microsoft ASP. It works for him but the send mail function did not work because I have Chilisoft ASP. I managed to get the send mail part working but the results are not printing on the webpage and …

Web Development asp html-css javascript regex
Member Avatar for SheSaidImaPregy
0
167
Member Avatar for TaoistTotty

This is the first time I have looked at a PHP scripting (although I have done some ASP.NET) and I am looking for help with the following. Can PHP be used to update a HTML page - and if so how or where should I look? This is for a …

Web Development asp asp.net html-css php
Member Avatar for nav33n
0
1K
Member Avatar for u4umang2001

Hi all how to include more than one class like we include one class as given below public class ClsSection:connection now i want to include one more class how can i do???

Web Development asp.net
Member Avatar for u4umang2001
0
133
Member Avatar for manjusaharan

Hello All, Does not support loopback URL problem.I m getting the problem whenever I m opening any webpage like [url]http://local[/url] host/3052/service.asmx though I have checkeed the firewalls and proxy settings very well . Kindly Help me. Thanks in advance.

Web Development asp.net
Member Avatar for majestic0110
0
130
Member Avatar for Venom Rush

Hi there I'm having a bit of a problem. As the title suggests, I'm creating $_SESSION's such as [code=php]$_SESSION[''.$row[0].''][/code] dynamically which is working perfectly, but the problem is I don't know how to call that same variable on a template page that I click through to. At the moment I …

Web Development php session
Member Avatar for Venom Rush
0
150
Member Avatar for wizardofdigi

Hello. I have a website that is working except for one thing. The pages load fine but when a user clicks on any option, that should immediately stop what is happening on that page & take user to new the page they have selected. Right now it happens very slowly, …

Web Development php
Member Avatar for DangerDev
0
106
Member Avatar for shashipkiran

Can anyone tell me the code to refresh a JSP page onload...? <meta http-equiv="refresh" content="1"> I have used this code and this keeps on refreshing the page every second. But i just want it once...Pls help me...?

Web Development java-jsp
Member Avatar for shashipkiran
0
98
Member Avatar for ryan_vietnow

Hi guys, is there anyway to unset $_SERVER['PHP_AUTH_USER'] than to close the browser? I have tried [code=php] unset ($_SERVER['PHP_AUTH_USER'] ); [/code] or even [code=php] unset ($_SERVER); [/code] it unset but after you have refreshed it the $_SERVER['PHP_AUTH_USER'] comes back again. Hope to hear from you guys.Thanks

Web Development php
Member Avatar for johnsquibb
0
2K
Member Avatar for lordx78

[code=php] <?php // connection to MySQL server mysql_connect('localhost','root','root'); mysql_select_db('administration'); // *** Validate request to login to this site. //session_start(); $loginFormAction = $_SERVER['PHP_SELF']; if (isset($accesscheck)) { $GLOBALS['PrevUrl'] = $accesscheck; session_register('PrevUrl'); } if (isset($_POST['username'])) { $loginUsername=$_POST['username']; $password=$_POST['password']; //$MM_fldUserAuthorization = "level_usr"; $MM_redirectLoginSuccess = "validated.php"; $MM_redirectLoginFailed = "index.html"; $MM_redirecttoReferrer = true; //mysql_select_db($database_connBlog, $connBlog); mysql_select_db($database, …

Web Development mysql php session
Member Avatar for nav33n
0
286
Member Avatar for jino

I am new in PHP. I have a form having fields from 3 different tables.. I want to search these 3 tables simultaniously for reporting the information... 1st table personal details. 2nd table services offered. 3rd table payment details. I want to search each and every fields in these tables …

Web Development php
Member Avatar for jino
0
115
Member Avatar for ravipanwar4u

Hi guys, this is ravi. I m trying to implement sms services on my website so please help me out how i can use it, if you know any gateway for this then plz tell me thanks in advanced

Web Development
Member Avatar for ivobrett
0
117
Member Avatar for electron33

Hi. I have a little problem. i tries to connect to a datasource defined in Tomcat context. But when i run the jsp page i got an error telling that the driver i not found. I'm using the mysql jar 5.0.x whitch i have placed under Catalina common lib folder …

Web Development java-jsp mysql xml
Member Avatar for electron33
0
101
Member Avatar for justapimp

I have this ASP.NET web page that makes use of the <asp:TextBox> tag and I would like to use it with my codebehind as well as an a small AJAX code. The text box field will be use to edit/enter data into a database. at the same time, I would …

Member Avatar for justapimp
0
235
Member Avatar for ryy705

Hello, I just used the crypt command on 'password' and 'password1' and got identical output!! What are the rules concerning the crypt function? Am I not allowed to use numbers? EXACTLY what am I allowed to use? Many thanks in advance.

Web Development php
Member Avatar for ryy705
0
83
Member Avatar for halifaxer

I think I did post this some time ago, but can't find original thread to rehash. I have some questions regarding lifting data from a particular webpage. What makes this unusual and why I need to ask some questions is that within the tags, there is a lot of white …

Web Development php regex
Member Avatar for nav33n
0
104
Member Avatar for CoMpUtErGoD20XX

All, I am working on developing a slideshow tool in JavaScript/HMTL. I have everything done and working except for some functionality that I would like when selecting the input images. The way I currently am doing this is by what could be called a standard browse button. When you click …

Web Development javascript
Member Avatar for CoMpUtErGoD20XX
0
278
Member Avatar for frenchi1966

Hi, have a look at my [URL="http://www.n33dlink.com"]directory[/URL] - on the rightside i have the Links by Pagerank. Icons should be kept on left side but numbers should be right aligned. How to do it - have checked several times but did not suceed. Would you require the script to verify? …

Web Development php
Member Avatar for nav33n
0
75
Member Avatar for culp

My ISP (Heart Internet) has told me on Monday that one of my pages is running a permanent server process. I have no idea what one of these is or how I have manage to start one running and their support dept is being [B][U]very [/U][/B]unhelpful. It appears my code …

Web Development php
Member Avatar for culp
0
155

The End.