52,566 Archived Topics
Remove Filter ![]() | |
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 … | |
[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] … Web Development asp asp.net assembly caching microsoft-access visual-basic web-server windows-server xml | |
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 | |
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 … | |
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 | |
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 | |
Guys Does any one read about include a SMS GatWay through asp.net site. any help will be great. SAM | |
HI, can any tell me how to develop a application to send bulk sms from computer Web Development asp.net | |
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 … | |
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 | |
Hello All, I am looking for automated testing tool mainly for ASP.Net applications... Please share if you have some references. | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
[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 | |
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 | |
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 … | |
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 | |
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 | |
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 | |
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? | |
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 | |
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 | |
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 | |
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 | |
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 … | |
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 | |
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 | |
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 … | |
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 | |
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 | |
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 | |
[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, … | |
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 | |
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 | |
![]() | 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 … ![]() |
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 … Web Development asp asp.net javascript microsoft-access web-server | |
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 | |
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 … | |
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 | |
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 | |
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 |
The End.