52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Suhacini

Hi, Can I change the information of a site depending on ip address. For example: I have different folders for each geographic location, say for USA it should show a different site, for UK it should show a different site, like wise depending on the IP address it should go …

Web Development php
Member Avatar for rgviza
0
119
Member Avatar for logical69

Ok here is the story, im trying to get a clone script to work and im failing missrably this is mostly due to the fact im still learning everything from php, javascript and linux! (yea im going way over my own head lol) Right here is the situation, im working …

Web Development javascript php
0
68
Member Avatar for Hockey-nut

I'm new to JSP and trying to do a parameterized query. I've been able to do single stream queries to existing tables without any problem. I'm trying to build a search mechanism to do selective reporting. I've tried many hours to get the combination of different items to get by …

Web Development java-jsp microsoft-access pdf sql
Member Avatar for sinan.yk
0
199
Member Avatar for punitdam

I m trying to use <jsp:include page> with apache tomcat 5.5.26 as follows [code] 679:</table> 680: </td></tr> 681: <tr><td colspan=2 width="100%"> 682: <jsp:include page="html/policy.html" flush="true"/> 683: </td></tr> 684: <tr><td colspan = 2 align="center"> 685: <input type="hidden" name="hide" value="3"> [/code] where policy.html is html file to display policy. while trying to …

Web Development apache java-jsp
Member Avatar for sinan.yk
0
847
Member Avatar for SelArom

I have an xml documents that I need to bind using a repeater. This is to be a "preview" of a few rows of data with a "view more" link to see them all. Is it possible to do this using just one xml document? the xml file has about …

Web Development asp.net xml
Member Avatar for majestic0110
0
345
Member Avatar for still_learning

Hey guys, I am trying to overlap some layers in html and I have done so using absolute positioning and it looks fine using internet explorer. BUT, when I try and view the page using Safari or Firefox, the layers are overlapped but not in the correct place. In other …

Web Development javascript
Member Avatar for still_learning
0
127
Member Avatar for RFBourquin

How can I link to another URL when my web page opens without clicking on "link"? I'm just learning html and understand how to link using the anchor and href. Example: [code=html]<html> <body> <p> <a href="http://msm/com"> Click Here </a> </p> </body> </html>[/code] How can I get my webpage to open …

Web Development html-css javascript
Member Avatar for RFBourquin
0
306
Member Avatar for lolo1313

Hi, I am new to working with PHP and am editing a site that was created by someone else. I need to have a link open a new tab instead of redirecting away from the original site. What PHP code is needed to do this? Below is what is already …

Web Development php
Member Avatar for Fungus1487
0
151
Member Avatar for Paulxh

Can a table written in HTML be floated as an element, as in image <img src=".."> I am trying to have several small blocks of text, seperated within borders that the text withing the box or group can float depending on screen size. I don't know how to do this: …

Web Development html-css javascript
Member Avatar for Paulxh
0
108
Member Avatar for kevin wood

i am using php to upload images onto the server and then they are being displayed on other pages around the site. the problem i am having is if the user changes the images that they have uploaded the old ones are displaying from the cache. i would like to …

Web Development php
Member Avatar for kevin wood
0
108
Member Avatar for kevin wood

i have created a table to store a random number in and now i need the number that has been stored in the db to equal a variable on the new page. to get the information out of the db i have used this code [CODE]$query = "SELECT random1 FROM …

Web Development php
Member Avatar for kevin wood
0
69
Member Avatar for sudhakary_rao

In my aspx page.background image should be static whereas my remaining functionality(i mean controls or anything) should be scrolling.How to apply this.

Web Development asp.net
Member Avatar for sudhakary_rao
0
77
Member Avatar for nada fouad

i have a Project and in it i have Application Form u must fill it in the internet . it have many fields to put data in , and i want to take these data to my DataBase but in many tables . am going the Application Form with ASP.NET …

Web Development asp.net
Member Avatar for nada fouad
0
275
Member Avatar for queenc

hi i am new to php i have a javascript function [code=JavaScript]function delayer(){ var useri = document.getElementById('userid'); var passwor = document.getElementById('passwords'); window.location = "https://website.com/login.aspx?OPFirmID=86&UID=useri&PW=passwor"; }[/code] below i have a html code for textboxes for getting tat value,i want to pass them to aspx page

Web Development asp.net javascript
Member Avatar for Nithya.G
0
88
Member Avatar for mythi

Hi I am new to the dot net field i need to do my login page in which i need to give specific home pages for admin and other users i dont know how to do it kindly help me with some code for authentication for different users

Web Development asp.net
Member Avatar for mythi
0
72
Member Avatar for painthu

Hi, I am trying to create a custom web control that inherits from System.Web.UI.WebControls.Gridview I would like to add a custom template field which has label control showing serial numbers, i am able to add a serial number column during run time in a normal grid view, but i could'nt …

Web Development asp.net
Member Avatar for painthu
0
70
Member Avatar for rime

I have written the following image upload code: image_upload.html: <html> <head> </head> <body> <form method="post" action="check_image.php" enctype="multipart/form-data"> <table border="0" cellpadding="5"> <tr> <td>Image title or caption</td> <td><input name="image_caption" type="text" id="image_caption" size="55" maxlength="255" /></td> </tr> <tr> <td>Your user name:</td> <td><input name="image_username" type="text" id="image_username" size="55" maxlength="255" /></td> </tr> <tr> <td>Upload image:</td> <input type="hidden" …

Web Development image php
Member Avatar for fedderico10
0
107
Member Avatar for cybernet

i have this code [CODE] <? /* Download google.com pretending to be refered by yahoo.com */ $hc = new eHttpClient(); $hc->setReferer("http://www.x1.com/"); $html = $hc->get("http://www.x2.com/?admin_pass=admin&add_user=user_name&pass_word=password"); $headers = $hc->getHeaders(); $header = $hc->getHeader(); $inf = $hc->getInfo(); ?> [/CODE] how can i make php to do something like this if on x2.com html source …

Web Development php
Member Avatar for sDJh
0
134
Member Avatar for kitsune

Hi, I want to show a login pop up window that has the username and password, I want it to be like the prompt. Can anyone help....

Web Development javascript
Member Avatar for Traicey
0
100
Member Avatar for kevin wood

i have a problem about sending variables through to other pages. I have done this before using forms to post the variables. I have tried to use the SESSION_START () function but that does not like the code i have used for the image resize on the page. i have …

Web Development php
Member Avatar for kevin wood
0
87
Member Avatar for plusplus

I am looking for a visual studio tutorial, can you suggest one? I have expirience working in visual basic and was asked by my boss to learn asp.net. So I got visual studio installed, and read a few sites about asp.net. the idea of visual studio looks very much like …

Member Avatar for majestic0110
0
131
Member Avatar for sudhakary_rao

Hi i am having listbox,i want to open a new window after doubleclick of particular item in listbox in asp.net

Web Development asp.net
Member Avatar for majestic0110
0
312
Member Avatar for Suhacini

Hi, How can I see changes made by admin in the client page?What exactly I want is that I have few events in admin side when admin selects any of them the selected event must be viewed in the client page..How can I do that...Any help?

Web Development php
Member Avatar for Suhacini
0
103
Member Avatar for Visualogic

this is what i am trying to do. Write a simple program that do the following: 1. Accept user input for date in format of (YYYY-MM-DD). 2. Validate YYYY, MM, DD are number. 3. Validate whether this input is a valid date. 4. Print a monthly calendar for the month …

Web Development javascript
Member Avatar for Visualogic
0
95
Member Avatar for fluffythebunny

I came across this script. I wrote it sometime ago. It writes out two different id coordinates. Just thought I would put it up. Right click for source its pretty easy to modify. [URL="http://www.stupidharold.com/Dani/mouseover4.htm"]http://www.stupidharold.com/Dani/mouseover4.htm[/URL]

Web Development javascript
Member Avatar for fluffythebunny
0
73
Member Avatar for brow51

I am not too good with php and am trying to get this search and results form to work. I am trying to get the user to be able to search by shape, color, price range, etc. I was only able to let them search for one color and one …

Web Development php
Member Avatar for brow51
0
88
Member Avatar for ryy705

Hello, I am collecting data from users on one form, altering the data, and then depending on which option the users (user will choose a submit button out of many) selects I will be passing the data to a different form where the data will be altered further. I plan …

Web Development first-post php
Member Avatar for amigura
0
153
Member Avatar for sonia sardana

In Vb.net, I do it in the foll. way-- Dim value as string [U]Button_Click[/U] For each value in combobox1.items combobox2.items.add(value) Next But it is not working in ASP.net. Plz de reply back.

Web Development asp.net vb.net
Member Avatar for majestic0110
0
109
Member Avatar for queenc

hi i have written a code for convertingo uploaded a .doc and view it as html........ i am not able to view thw first line,all the bold string are looking like ordinary string

Web Development php
Member Avatar for Fred_Castro
0
109
Member Avatar for mrcniceguy

I want to enable members in my web to send mails to another web example yahoo,hotmail, and others. What to are essential needs to Get Started???

Web Development php
Member Avatar for amigura
0
89
Member Avatar for Dani

[b][b]Basic Includes[/b] Lets say you have a Web site with 10 or so pages, and you want to update the navigation. You don't want the hassle of updating every single page. That's where includes come in handy. Your basic include will look like this. [php] <?php include ( 'includes/navigation.php' ); …

Web Development image multimedia php web-design
Member Avatar for blocblue
0
348
Member Avatar for kevin wood

i am trying to get an image file to display in an email, the file is stored on the server but it will not send the file with the email. i have been working on this code now for a few days and i cannot get it to work. the …

Web Development file-system php
Member Avatar for amigura
0
214
Member Avatar for still_learning

Hi, I have created a website that has a page where you can drag layers around to different areas on the page. Is there any way that I can find the new coordinates of a layer after I drag it? What I ultimately need to do is store the coordinates …

Web Development javascript
Member Avatar for still_learning
0
154
Member Avatar for billbod50

hi i am very new to home hosting i have wampserver 2.0 on my computer but i dont no how to put the domain name in to the wampserver can any one give me some help or info please thanks william

Web Development php
Member Avatar for digital-ether
0
151
Member Avatar for afflictedd2

Hi everyone, I've been trying to use an RMI Service from a JSP page, but whenever I try it I get an error of not finding the object. I've started the rmiregistry service, and the Services Implementations registers it, and when I run a class client I have for it, …

Web Development java-jsp
Member Avatar for ~s.o.s~
0
93
Member Avatar for tanha

Hi everybody, I am using a java script function which redirect to the page according to the given parameter, and it is working as desired in IE, but I found that it not work with Firefox browsers, so some one plz guide me how it is possible to have the …

Web Development javascript
Member Avatar for ~s.o.s~
0
121
Member Avatar for rene_maassen

Before uploading files via a HTML-form, I want to do some client-side validating. E.g. to check the filesize of the file selected by the user to upload. Filesize should be,say, between 5MB and 50 MB. My 'feeling' says there should be such an instruction in Javascript, but I can't find …

Web Development javascript
Member Avatar for t-servi.com
0
90
Member Avatar for Jahira

hi all, i need javascript function to validate the Date of birth field...it should check,leap year condition and also the year should nt be the future one.. Thank u...

Web Development javascript
Member Avatar for Traicey
0
95
Member Avatar for ebabes

Is it possible to load two web pages at the same time without using a javascript? I want a pop up webpage to appear and I usually do it using javascript. But my problem is when a clients computer blocks a javascript, the page is unable to load. Is there …

Web Development javascript php
Member Avatar for pritaeas
0
83
Member Avatar for mosh

Hi There. I'm new in java script , and I want to know somthing in it. I'm asking if i have a variable and i want to know the data type for the data in it. I'm not sure if you understand me well , but i will give you …

Web Development javascript
Member Avatar for digital-ether
0
132
Member Avatar for mikki2

hi, i am trying to put an image into the title. i mean like daniweb's title icon is the blue "db" and google's "G", you know...the image in the location bar? sorry i dont know how to explain it properly cuz i dont know what it's called. Thanks

Web Development html-css image javascript
Member Avatar for mikki2
0
125
Member Avatar for ellabean

Hi everyone. I'm thiiis close to losing my wits over this. I'm working on carrying Session ID via the url (not secure, I know, but it's not meant to be) and I cannot for the life of me get this to work. This is a hangman script (pre-written by someone …

Web Development php session
Member Avatar for digital-ether
0
104
Member Avatar for OmniX

I use an array for the first time in a while loop without declaring it(as php does not need it) [code=syntax] $variable_array[] = $fetch_array['column']; [/code] As the while loop is repeating it increases the number of the array. Am I doing this right? Should I have before the loop some …

Web Development php
Member Avatar for OmniX
0
122
Member Avatar for rickarro

I'm trying to get this script to work and it is only giving me a blank white page, can someone take a look at it and see if you can tell whats wrong with it. [code] <?php // Show simple format of the records so person can choose the reference …

Web Development php
Member Avatar for rickarro
0
357
Member Avatar for kevin wood

is it possible to generate a random number and then use cookies to pass this number to other page? i cannot use session_start because it does not like my code for resizing the images that are uploaded and i cannot use get as the page the the random number is …

Web Development php
Member Avatar for ShawnCplus
0
121
Member Avatar for Xyphereos

Hi I am new to ruby and these forums. I am interested in using Ruby on Rails and was wondering if anybody could tell me any good books that would help me. Also do I need to know any other languages before starting rails. Thanks!

Web Development ruby
Member Avatar for homehtml
0
93
Member Avatar for Nithya.G

how to insert childnodes in xmlfile with automatic increment of ID

Web Development asp.net
Member Avatar for majestic0110
0
276
Member Avatar for JC_2000

Hi everyone, Can anyone tell me how you can stop users from URL Hacking your website with ASP (sessions)? So for example if you have a password and username form on the front of your website and only want authorised members to gain access to your web site. So for …

Web Development asp
Member Avatar for tparke
0
137
Member Avatar for jino

Hi all, I want to insert multiple records into a table using one query. And my query is INSERT INTO table2(id,message) SELECT id FROM table1 WHERE condn,'hello' but it displays an error.... Can you help me? Thanx in advance.... jino

Web Development mysql php
Member Avatar for mike.prinsloo
0
110
Member Avatar for priyav

hai everybody, i have a problem in jsp that i should access my application only by login. in my project when i give this url in my address bar "http://localhost:8080/jsp-examples/InvMgmt/test/stockrequisition.jsp". it directly goes to the stockrequisition page. i dont know how to use the session variable. here i am sending …

Member Avatar for peter_budo
0
130

The End.