52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for apontutul

hi.....when i try to view the page [code] http://localhost i've also tried 127.0.0.1[/code] i get this error msg: both with IE & mozilla firefox. [B]The page cannot be displayed[/B] [COLOR=#000000]There is a problem with the page you are trying to reach and it cannot be displayed.[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR][COLOR=#000000]Please …

Member Avatar for Exelio
0
139
Member Avatar for Spycat

Hello all, This pertains to a form I have on my page. As it is now, if the person filling out the form makes a mistake or leaves something out, the form reloads, but all the prior responses are wiped out. I can see how this might annoy someone, to …

Web Development email first-post php session
Member Avatar for Spycat
0
122
Member Avatar for Sisil

So I have a client that is looking at having a calendar page but has certain criteria: * Calendar with options to select different cities * Searchable within a certain radius based on a Zip Code searches * Admin interface to approve posts * Perhaps a way to charge visitors …

Web Development first-post php
Member Avatar for digital-ether
0
86
Member Avatar for blacklocist

Hi All, Well it's now 8:49 and have been at work for twelve hours and it starting to show. While I was going to copy a website to my webserver for some reason I though hey why not click the checkbox "Connect using Secure Sockets Layer". I then hit open …

Web Development asp asp.net first-post
Member Avatar for blacklocist
0
68
Member Avatar for assgar

Hi I would like offer the user a choice of displaying search results. They should be able to select which column to ORDER BY and in ascending or descending order. $sort_order contain colums name $sort_type contain desc or asc How can I use these two arrays in the order by …

Web Development php
Member Avatar for nickclarson
0
170
Member Avatar for went1180

Trying to display images in html by calling a php script in the img tag. php script fetches the image binary from mysql. image is not displaying. here is img tag [code=html] <img src="getdata.php?id=1" /> [/code] my question is, it seems people are using the "...php?id=1" to pass an identifier …

Web Development php
Member Avatar for went1180
0
162
Member Avatar for boo_lolly

i get this error: [B]Parse error[/B]: parse error, expecting `';'' in [B]/../../../../addCouple.php[/B] on line [B]156[/B] [code=php] @ $db = mysql_connect("yah", "blah", "blah"); mysql_select_db("registry_DB", $db); if(!$db) { echo "Error: Could not connect to the database. Please try again later."; exit; } $sql = "SELECT uID FROM my_search_table WHERE uID LIKE '%". …

Web Development php
Member Avatar for boo_lolly
0
83
Member Avatar for sravankolla

Hi all, I am working with a project which includes Crystal Reports in Vb.Net and SQL Server2000 as Back end. The code in button click is [code] str5 = "D:\AttendanceReport.rpt" If Not IO.File.Exists(str5) Then Throw (New Exception("Unable to locate report file:" & vbCrLf & str5)) End If str6 = "SELECT …

Web Development asp.net sql vb.net
Member Avatar for deepthi0910
0
132
Member Avatar for mahe4us

Hi, I have one doubt in mysql command using limit. I want to delete a first record in a table using mysql query. I using the below query DELETE from view_me where member_id = '$sess' LIMIT 0,1 But if I used the above query mysql cannot deleted the record. It …

Web Development mysql php
Member Avatar for Dani
0
83
Member Avatar for topgas

HI im new to php nuke can anybody telll me how i can create many threads and chanee colour o web

Web Development php
Member Avatar for topgas
0
80
Member Avatar for Spycat

Hi, I have a page that features chocolate recipes. I wanted to give the ability for visitors to print out INDIVIDUAL recipes contained upon the page. I thought I had it made by going: [INLINECODE]a.document.write(document.getElementById('printit').innerHTML);[/INLINECODE] Of course, this only printed the 1st recipe...no matter which one was selected. I tried …

Web Development html-amp html-css javascript
Member Avatar for Spycat
0
220
Member Avatar for khusani

Hey all, I'm developing a Reports module for an application. anyway, i'm dynamically generating tables and adding them inside an existing DIV which has the following style : [html]<DIV id="forPrint" class="hide" style="PADDING-RIGHT:0px;PADDING-LEFT:0px;LEFT:0px;PADDING-BOTTOM:0px;WIDTH:100%;PADDING-TOP:0px;POSITION;absolute;TOP:0px;HEIGHT:100%" runat=server> </DIV>[/html] when creating each row inside a loop and add it to the table i check that …

Web Development asp.net html-css
Member Avatar for khusani
0
158
Member Avatar for nugget93

Is it possible in php to send a command to a server made in vb?

Web Development php
Member Avatar for nugget93
0
84
Member Avatar for boo_lolly

i have a mysql table with a few columns. some of the rows in this table might contain the same content in the same column. for instance. my column titles are 'uID' 'product' 'item' 'need' 'yah' 'blah' 'blah'... here's what i need i need some advice on how to design …

Web Development database-design php
Member Avatar for iamthwee
0
95
Member Avatar for noman78

Hi there i need sample code to change ODBC of reports at runtime. scenario: i have few clients using differnt DSN but sae set of ASP code, my all reorts have been designed in crystal8 and asp. now ther are two ways, ither create differnt sets of reports for differnt …

Web Development asp
Member Avatar for noman78
0
107
Member Avatar for Naters_uk

Hi people, I am very amateur with ASP.NET. I am working on a movie booking system and i am currently having some problems linking my normal html homepage to my membership registration page which is done with asp.net. I tried using Frontpage hyperlink propeties to link my homepage with my …

Web Development asp.net html-css perl
Member Avatar for campkev
0
734
Member Avatar for new_girl

Hello, Anyone know how I correct the following error message: My php website has category links, and I had to add a category which I did from my admin panel's "Category" than "Sub Category" than "Add". After I added the category, it shows up on my site but where the …

Web Development php
Member Avatar for new_girl
0
89
Member Avatar for MDGM

Hi all, I have a menu on my website and i got the code from a website called dynamicdrive.com, and the menu is based on css and a bit of javascript, with the menu content consisting of list values. The initial border for the menu is black, so that little …

Web Development javascript
Member Avatar for tgreer
0
157
Member Avatar for boo_lolly

let's just say that this page i'm writing is called 'registry.php'. this page will be more-or-less a template, however contents of this page will vary depending on one variable. the variable is the ID number of a newlywed couple (in the database). the content of registry.php will contain tables. each …

Web Development database-design php
Member Avatar for boo_lolly
0
3K
Member Avatar for shaun09

I'm trying to validate some fields in my form but can't get it to work. I think it's because of the submit button code. Could someone please help identify the problem? [code]<script language="JavaScript"> function validate_form ( ) { if ( document.leaveform.dc1.value == "" ) { alert ( "Please select start …

Web Development javascript
Member Avatar for katarey
0
119
Member Avatar for hwfa

I'd like to build a structure in Javascript. I think it will be an array in which each element will have multiple properties. For example var person = new Object(); person[0].firstName="John"; person[0].lastName="Smith"; person[0].phoneNumber="555 1234"; person[1].firstName="Jane"; person[1].lastName="Robinson"; person[1].phoneNumber="555 6789"; etc. and then things like document.write(person[0].firstName); This doesn't seem to work. What …

Web Development javascript
Member Avatar for MattEvans
0
113
Member Avatar for Dhruv Shah

Hello Everybody, I want to know that how we can delete the record from the datagrid only, that data should not be deleted from the database. i.e., It should not be seen in webpage,but it should remain in the database. Please help me out soon.My existing code is: [CODE=asp.net] <%@ …

Member Avatar for web_developer
0
100
Member Avatar for raheleh

[COLOR=#000000]Hi every body [/COLOR] [COLOR=#000000]I don't JavaScript language well. I want to know about visibility or disable html's controls on a web page. I have a web page and I want disable some controls and print my page and after that the controls back to preview condition.[/COLOR] [COLOR=#000000]Pleeeeeeeeeeeeeeas help me:sad: …

Web Development javascript
Member Avatar for digital-ether
0
158
Member Avatar for badran

Well i am running my site [URL="http://www.it101.uni.cc"]www.it101.uni.cc[/URL] , i am planing of adding a php back end to this site... I was thinking of making some simple and that works... in a Slackware type of way... so that you would be able to control everything with the help of a …

Web Development cms php slackware
Member Avatar for badran
0
105
Member Avatar for msniner

I was just wondering whether there is a software-based web server that can provide ASP and/or ASP.net functionality, just like IIS would to Windows. Reason why I asked is because I shuffle between Windows (home) and Macs (work) and the only things that I carry around with me is a …

Member Avatar for jbennet
0
102
Member Avatar for FireLighter

Hey, I am in need of some help from a person who is willing to do so! I am trying to start up a website called FireLighters which will be a Christian website geared for teens. Right now we are in the process of getting a [URL="http://negativecelsius.com/clients/FireLighters/preview4.html"]design done[/URL], and have …

Web Development php vbulletin wordpress
Member Avatar for FireLighter
0
61
Member Avatar for MattEvans

Can it be done? I'm thinking along the lines of :hover.. :visited etc; Could I register my own psuedoclasses? ;) X.Y:Z would be handy for situations where X.Y isn't definitive enough, and X.Y#Z wont work because there's more than 1 Z-type thing on a page. Using Javascipt to bind objects …

Web Development html-css javascript
Member Avatar for MattEvans
0
117
Member Avatar for ivirtua

Hello are there any scripts/how do i go about achieving this... I need to have a thing where users fill out a form and then it sets them up a phpbb installation on my server and the sql db etc... just like fantastico in cpanel does! Is there anything out …

Web Development cpanel php phpbb
Member Avatar for stymiee
0
96
Member Avatar for tefflox

Hello, will you help me write some code to generate random-colored ellipses for an html page? The ellipses will serve as a side-bar coloration for the regular text content. Each successive image will have an increasing z-index and will overlap each other. I am having trouble figuring this out as …

Web Development php
Member Avatar for digital-ether
0
153
Member Avatar for tefflox

this code will not load on my localhost, but gives no errors. Will you load this and see if it will work: [code] <style type="text/css"> <?php $count = 1; function divs() { $int = rand(6, 30); while ($int <= 31) { $t = rand(1, 99); $l = rand(1, 99); $w …

Web Development html-css php
Member Avatar for Barnz
0
148
Member Avatar for gbs

I have a HTML file that displays properly in Firefox, but Internet Explorer only shows a blank page. [url]http://www.cmbl.uga.edu/software/phxpa.html[/url] What could be the reason? :?:

Web Development javascript
Member Avatar for gbs
0
157
Member Avatar for cath120

Hi Y'all I would be grateful if anyone could help put together a similar page to: [url]http://www.possessedrecords.com/home.html[/url] please access gallery. Also is there a way of doing it in Flash perhaps, or even html? And what is the best code for a back button? Best regards Catherine

Web Development display flash javascript
Member Avatar for tgreer
0
132
Member Avatar for Cpu-Ctrl

Hi, I have been asked to set up a form with options to select a level of response from 1-10. Ive used radio buttons to this, but im not sure what to put in the asp form so that this info is processed to my email. Im using Adobe Go-live …

Web Development adobe asp email
Member Avatar for GreenDay2001
0
257
Member Avatar for Racoon200

Can someone post a code of a login page using just jsp with cgi or perl only?

Web Development first-post java-jsp perl
Member Avatar for Racoon200
0
66
Member Avatar for Exelio

hi, I am doing an application which displays images dynamically.i have resized the images to fit to the screen. Now when i display the images, the images seems to be pixelized. There are more dots around the border of the image. How can i reduce this pixelization? Any ideas. Thanks …

Web Development asp.net
Member Avatar for tgreer
0
127
Member Avatar for nikoz

Hi to everyone..This post is quite urgent to be honest. I need to make an application, like a simple web browser. Its gonna be like a text field where the user enters the url, a text area where the source code of each web page is going to be displayed …

Member Avatar for Niranajn
0
173
Member Avatar for saitaj

Hello, I want people to tickmark som items in a table and when they click on submit button the items they have tickmarked should be listed in an email to me. How do I do this in HTML and where exactly do I add the code. I know very little …

Web Development email javascript
Member Avatar for tgreer
0
150
Member Avatar for abyano

i want u tell me details on how to delete data by checking the check mark and then delete

Web Development php
Member Avatar for Rhyan
0
128
Member Avatar for EnderX

First: If this is in the wrong forum, I apologize. My question is more concerned with figuring out the correct configuration with the Apache2 web server than with anything dealing particularly with PHP. I simply did not see an appropriate forum for this type of topic. If such a forum …

Web Development apache php suse web-server
Member Avatar for EnderX
0
87
Member Avatar for aniravla

Hi, I am new to asp.net programming. I want to know how I can display the record after login. This is the scenario: I have login.aspx and employee.aspx. After login it will direct the user to employee form and display the record of the logged in employee only. The employee …

Web Development asp asp.net display
Member Avatar for aniravla
0
92
Member Avatar for raj.sagit

hi im new to jsp i have to connect oracle database 8i with jsp page i want step by step tp connect into oracle database i already refered many threads in this blog as im new to jsp i cant get exact procedure can any 1 give me step by …

Web Development java-jsp oracle
Member Avatar for skandar
0
97
Member Avatar for aparnesh

How can I trim a string i.e. remove leading and trailing spaces ? I have a form validation which requires the user to specify a value, i.e. not leave the field blank. I want to ensure that the user cannot simply press the Spacebar a few times and leave the …

Web Development javascript
Member Avatar for aparnesh
0
90
Member Avatar for EnderX

I've about given up on trying to get my setup to work by poking at it manually. Does anyone know of any PHP5 rpms for SuSE 9.3 that are of later versions of PHP than PHP 5.1.2? That's the latest one I've found searching online. If anyone has any suggestions …

Web Development php suse
Member Avatar for EnderX
0
101
Member Avatar for EFEXConsulting

I’ve been developing ASP.NET 1.1 applications for quite long. About 4 month ago I switched to new .Net 2.0 platform. And here are few stuff that really confusing me about it. (I use MS VS 2005 Standard for development) #1 what’s the big A in the VS2005’s way of site’s …

Web Development asp asp.net publishing web-design
Member Avatar for EFEXConsulting
0
84
Member Avatar for tiwariarun1

i have problem in asp with vb. i created a form in asp that is catching data from access database it is working fine but now if i want to modify ( update the data in asp in that same form how to do that. please it is very urgent …

Web Development asp
Member Avatar for katarey
0
107
Member Avatar for BobbyRags

Hi, my second post. I made my first in the "Geeks Lounge" as suggested. I wish to learn PHP and I'm totally new to/at it. All your help isgreatly appreciated. I have webspace and they support .php, .asp, .cgi, and .pl scripts. How do I start? With PHP that is. …

Web Development asp first-post php
Member Avatar for Rhyan
0
142
Member Avatar for stevos

Hi - was just wondering if anyone could help a php newbie I'm trying to read in a list of items and display them in a table What I would like to do is have a box of text to the left and one item from db alongside it followed …

Web Development php
Member Avatar for Rhyan
0
113
Member Avatar for requiem2

Hi guys, Have been testing on internet explorer and firefox and it worked as required. But when i tested it at work, firefox won't display the site. Instead it shows a dialog boz of whether to open or save the file. It does open on internet explorer though. Any clue …

Web Development asp.net web-browser
Member Avatar for requiem2
0
91
Member Avatar for chakrapani

When we signout the form How can i disabling back button and, not only disabling back button but also delete history from browser. Suppose i used <script language="javascript" > javascript: window.history.forward(1); </script> to disable back button , its working. when i go to back list and click previous histories it …

Web Development javascript
Member Avatar for chakrapani
0
92
Member Avatar for MattEvans

I was playing around with XMLHTTPRequests recently, let me just start this by saying I prefer to never have a single JavaScript requirement... so my use of the request is merely... icing on a big webcake. anyway.. In offline testing I can create requests ONLY in IE... in online tests …

Web Development javascript xml
Member Avatar for MattEvans
0
127

The End.