52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for thirunavukaras

I have a link wich opens a the second page with links wich call a javascript function. I have some problem with javascript. i am two aspx page.. in my first aspx page contain the second aspx page name.. i am clicking the second page link the second page is …

Web Development javascript open-source
Member Avatar for ~s.o.s~
0
114
Member Avatar for vssp

hi friends I am using mail function to send message one user to another user in php application . When i send the mail i got the html code with mail content . [B]example[/B] X-Mailer: PHP/4.3.9 Message-Id: <[EMAIL="200707242342454.CDF209301FD@mail.xxxxxxxxx.com"][U][COLOR=#0000ff]200707242342454.CDF209301FD@mail.xxxxxxxxx.com[/COLOR][/U][/EMAIL]> Date: Wed, 18 Jul 2007 00:24:54 -0700 (MST) Name : RAM<br><br>Message :<b>Test</b> …

Web Development php
Member Avatar for vssp
0
87
Member Avatar for kodiak

ok, so i need to insert something to my mysql database. I have seperately tested the connection, and it's good. It's just something wrong with my code. Look at it. [code=php] <?php include("db.php"); $link2=mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); if(!$link2){ echo "could not connect.";} $myusername="test"; $mypassword="test"; $sql="insert …

Web Development mysql php
Member Avatar for kodiak
0
117
Member Avatar for Persist01

Hi, another newbie here and 1st-time post so hope I have posted this correctly and I hope someone can help because it is doing my head in... Basically I have a cookie that gets set after a user submits an answer to a poll question. When the user hits the …

Web Development php
Member Avatar for Persist01
0
3K
Member Avatar for Fungus1487

hello, im guessing this question is quite trivial. i have a page setup as follows. MAIN PAGE [CODE] <html> <head> </head> <body> <div id='innerlogin'><iframe src='INNER PAGE'></iframe></div> </body> </html> [/CODE] INNER PAGE [CODE] <html> <head> <script type="text/javascript"> function RemoveDiv(){ d = parent.document.body; d_nested = parent.document.getElementById("innerlogin"); throwaway = d.removeChild(d_nested); } </script> </head> …

Member Avatar for MidiMagic
0
318
Member Avatar for ashneet

Here is a function I made: [code]function dis_sub(CID,ALI,NAME,PIC,EID) { SUB_CAT+CID.ALI.value = ALI; SUB_CAT+CID.NA.value = NAME; SUB_CAT+CID.IDD.value = EID; }[/code] It is saying that I have syntax error right after the = sign. Also SUB_CAT is not a variable.

Web Development javascript
Member Avatar for ashneet
0
83
Member Avatar for ndeniche

i've seen several threads about javascript books... but, since there are other people that learn faster from internet tutorials... could someone point me out where to look for javascript and ajax tutorials?

Web Development javascript
Member Avatar for ndeniche
0
88
Member Avatar for Lbruce

Hello, does anyone know how i can validate a date field using javascript. The field is a text field that accepts a date in the format yyyy-mm-dd. i appreciate your help. Thanks.

Web Development javascript
Member Avatar for ~s.o.s~
0
101
Member Avatar for aravindkishore

HI everybody, Please give the example (preferably in C#) for if I select the check box in header template of gridview then it should automatically check the item-template check boxes. It is very much appreciable if you give the example for datagrid for the same scenario . Please give the …

Web Development asp.net
Member Avatar for arjunsasidharan
0
81
Member Avatar for mangophp

Hi , IF Client disabled the cookies..my question is .. Will session works in PHP..and if yes how it will work ? and if no what other method to maintain the state of the user. Thnaks in advance, mangesh.

Web Development php session
Member Avatar for digital-ether
0
1K
Member Avatar for zodehala

[B]index.php[/B] [CODE] <?php /*header*/ header("Content-Type: image/png"); /*We'll set this variable later.*/ $new_string; /*register the session variable. */ session_register('new_string'); /*You will need these two lines below.*/ echo "<html><head><title>Verification</title></head>"; echo "<body>"; /* set up image, the first number is the width and the second is the height*/ $im = imageCreate(200, 40); /*creates …

Web Development image php session
Member Avatar for dezignwork
0
112
Member Avatar for Dsiembab

I have a xsl file that is saved as whatever.php. the style sheet is called by <?xml-stylesheet type="text/xsl" href="whatever.php"?> I get an error on firefox that it does not have the correct mime type. I save the xsl file under php because I need to use php in the code …

Web Development xml
Member Avatar for Dsiembab
0
299
Member Avatar for Cragdo

Hi folks, I been asked to post data from a form to a msg broker system being tested by an external team. I have been told that all I should do is post the data using http request in the following format to a server. [code=javascript] var http =new HttpClient(); …

Web Development javascript web-server xml
0
143
Member Avatar for Angel8552

Ok...I have decided to learn PHP and I could use some help from you guys. Though I have searched the Internet for free tutorials but could not tell which one was to choose. Could the PHP gurus here direct me to some cool PHP tutorials on the net? Help will …

Web Development php
Member Avatar for ProgrammersTalk
0
153
Member Avatar for MitkOK

Hi folks. I Have a question : I'm interested how you generate query string to search DB with more than 1 form with LIKE. For example : We have $_POST['name'], $_POST['title'], $_POST['phone'], $_POST['email']. How do you generate sql query to search with two criteria ( name and phone ) ? …

Web Development mysql php sql
Member Avatar for dezignwork
0
167
Member Avatar for RobLamb

Hi Everyone. Still have had no joy on my last post but here is another. I am uploading an image to a blob field in MySql DB. Again, on my local machine its fine...however, on the server it does not get added to the field. All other information is added....eg …

Web Development file-system php
Member Avatar for ashneet
0
85
Member Avatar for FBI

[COLOR=Green][B]Hello everybody. I'm new to .NET and I would like to become a web developer in .NET environment. I've searched a couple of times on the internet and found that have to learn VB Script or C# if i want to be a webmaster in ASP.NET . I have inexperiance …

Web Development asp asp.net c# ruby
Member Avatar for jbennet
0
168
Member Avatar for Cerberus

I am trying to get this function to work and having a few problems. [CODE] if(function_exists("mysql_real_escape_string")) { $value = mysql_real_escape_string( $value ); } [/CODE] and i get an error: [B]Warning[/B]: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'ODBC'@'localhost' (using password: NO) in w:\[B]pathname[/B] on line [B]11 [/B] Does anyone know how …

Web Development mysql php
Member Avatar for Cerberus
0
98
Member Avatar for Narayan.kv

Hi All, I am facing this problem while displaying the image with huge image map in IE6. The image map is read as a form field in the jsp page. If the image map is normal ie, if it chart has around 9000 points then it works fine. But if …

Web Development java-jsp
Member Avatar for ~s.o.s~
0
153
Member Avatar for pnkbhat

just i finishd java-j2ee course. i wanted to do one project using jsp. i dont have idea how to start as a beginner which project i ca n do. i want full support while doing th eproject for doubts. plz anybody can help me? Iam ready to do hard work.

Web Development java-jsp
Member Avatar for ~s.o.s~
0
118
Member Avatar for Cerberus

Hi, is it possible to set up a PHP development environment on a home PC. I assume you still need web server software, however, i only want it to practice my PHP coding and not open up my system to the Internet. I hope that makes sense. Anyway if someone …

Web Development php web-server
Member Avatar for zaphod2003
0
156
Member Avatar for D_ee

SignIn.html -------------- <HTML><HEAD> <TITLE>Log In To Your Account</TITLE> </HEAD> <BODY> <H2><Bold>Log In To You Account</Bold></H2> <p>To log in, type in your USERNAME and PASSWORD. <br>Then click on the Submit button.</p> <FORM ACTION="Sign.jsp" METHOD="POST"> <br>USERNAME: <INPUT TYPE=TEXT NAME ="UserName"> <br>PASSWORD: <INPUT TYPE=TEXT NAME ="Passwrd"> <br> <INPUT TYPE=Submit VALUE ="Submit"> </FORM> </BODY></HTML> …

Web Development java java-jsp session
Member Avatar for peter_budo
0
1K
Member Avatar for Pro2000

Hello there, I designed 3 buttons and a form contains a Text Input, I want to make those 3 buttons add tags inside the Text Input,Explain: Example: I am a user, I wrote in that Input a text,the text is: "Hello How are you, bla bla bla..." I want to …

Web Development javascript
Member Avatar for Pro2000
0
244
Member Avatar for mp54214

Hi, Can anyone say, why the following TEXTAREA-enlargening javaScript does not work in Firefox even though it works ok in IE7? <html> <head></head> <body> <form name="form1" method="post" action="" id="form1"> <br /> <br /> <textarea name="TextBox1" rows="4" cols="15" id="TextBox1" onClick="enLargeTbox(this.name)" onMouseOut="ReduceTbox(this.name)"></textarea><br /> <textarea name="TextBox2" rows="4" cols="15" id="TextBox2" onClick="enLargeTbox(this.name)" onMouseOut="ReduceTbox(this.name)"></textarea><br /> <textarea …

Web Development javascript
Member Avatar for GiorgosK
0
112
Member Avatar for saswati_mishra

Hi, I have an html page which is designed using tables. I would like to know that if I click on a button located in one cell of the table, it should open another page in a new cell of a different table without refreshing the entire page. I tried …

Web Development javascript
Member Avatar for Kelicula
0
92
Member Avatar for w_3rabi

hey i have this problem giving me a painful headache and sleeplessness ive got these .prn files which should converted into DB and these files contain numbers along with arabic characters the problem is the encoding of these characters is not readable anyone hav an idea how i could convert …

Web Development php printer
Member Avatar for digital-ether
0
304
Member Avatar for toasty525

Hi can anyone help me with this ? Im trying to create a page that lets a user click a link and once that link has been clicked the page no longer displays that link for that user, i have all the databases set up to record clicks but i …

Web Development display php
Member Avatar for digital-ether
0
311
Member Avatar for ReverendBoltron

I have been working a bit in PHP and JavaScript and AJAX lately. I am very new at it all, so any help would be greatly appreciated. [B]Here is the question: [/B] What is the best way to make sure keep data from an AJAX call, and cut back on …

Web Development javascript
Member Avatar for ReverendBoltron
0
123
Member Avatar for vssp

hi friends again vssp !!!!!!!!! I need to intagration the paypal application in my php application . first time charge of [B]$99.95 and [/B] Monthly recurring charge of [B]$9.95[/B] How to implement the paypal in myphp application . Please advise

Web Development php
Member Avatar for ProgrammersTalk
0
113
Member Avatar for Ganeshbabu

I have done a small web site with php and mysql. like following i need to put the record set and break the <tr> but some how its not working. can you guys please help me. ------------------------------------ | Data 01 | Data 02 | Data 03 | -----------------------------------| | Data …

Web Development php
Member Avatar for Ezzaral
0
82
Member Avatar for Arch_Bytes

I found that my code keeps returning the no properties found error once more so I go ahead and try to debug it.. I used an alert box to see what value my component stores.. Unfortunately for me, it said that its value is UNDEFINED.. what is this supposed to …

Web Development javascript
Member Avatar for MidiMagic
0
125
Member Avatar for Aldebaran

Why, oh why isn't this simple thing working? I just want to understand why the variable $file1 is always empty. Other input types work just fine. [code] <?php $file1 = $_POST['file1']; echo "file1:", $file1; ?> <form ENCTYPE="multipart/form-data" action="add.php" method="POST"> File<input type="file" name="file1" /> <input type="submit" value="Submit Information"> </form> [/code] Jill

Web Development php
Member Avatar for Aldebaran
0
117
Member Avatar for sillyboy

So I tried to google my problem, but for a change I didn't get any worthwhile answers. What I want to do is to have an external js file to define some functions (which will be used for form validation). Then I want to use the external functions inside each …

Web Development javascript
Member Avatar for sillyboy
0
102
Member Avatar for vanbeekjan

Has anyone code for a registration procedure in ASP. I will registrate the users in my database before they can use the database facilities. Users can ask services and see the results if they had access to the database

Web Development asp
0
82
Member Avatar for balagod

Hi, I am creating a folder through php code. but the permissions for that folder is not setting. I identified the problem is apache is different usergroup,FTP is different user group. so i want to know how can i change user group of apache. or how can i add apache,php …

Web Development apache php
Member Avatar for balagod
0
122
Member Avatar for asquiazon

Hi! I'm new with PHP and wondering if anyone here knows how to configure it in winXP..Thanks!

Web Development php
Member Avatar for Ezzaral
0
50
Member Avatar for roryt

As you may have probably gathered Javascript isn't my strong point ;) I want to be able to swap a class of one div when a link is in the :hover state. Therefore I should be able to swap a background image. Thanks for you help.

Web Development image javascript
Member Avatar for roryt
0
91
Member Avatar for omesa

Hello everyone, I got the warning below as I was using a 'register' page, Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() I would like to know how to setup a local mailserver, just for …

Web Development php
Member Avatar for Sylviana
0
315
Member Avatar for amithasija

i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ; i gave install plugin from console but every time error comes.so can any body tell me how to install …

Web Development apache ruby
Member Avatar for amithasija
0
108
Member Avatar for Vaishali Chavda

When i m strating the sql server 2005 , it asks me the server name.. What is the server name that i have to enter for the connection.. thanx.

Web Development asp.net
Member Avatar for gau_1982
0
120
Member Avatar for vandana.ahuja

hi all well i m new to asp.new.. i have a problem that i m having two tables in a single dataset.. not i want to display that.. so i bound dataset to the gridview.. can anyone tell how to display both the table data in a single gridview. regards …

Web Development asp asp.net dataset
Member Avatar for vandana.ahuja
0
140
Member Avatar for md_salman

Hello, my question is: Why do we have separate layers of classes when developing a web application. For example a DAO layer, DTO layer, business services layer etc.I mean why do we follow this approach. What's the purpose of having DTO layer, if its just transfer ot data we can …

Member Avatar for jwenting
0
80
Member Avatar for Stivi

Hi, is there some way how to force asp.net (C#) webpage wait with other orders in code? I mean something like this: 1 - make something 2 - wait 5 seconds (for completing previous tasks) 3 - continue with other orders Thanks, Stivi

Web Development asp asp.net
Member Avatar for rpgivpgmr
0
578
Member Avatar for MB1765

For instance I want to implode these strings and prevent bad print $a = "Apple in pesian( "; $b="سیب"; $c=")use as a medicine for all illnesses"; print implode( " ", array( $a, $b, $c ) ); It's bad print // use as a medicine for all illnesses( سیب )Apple in …

Web Development apple php
Member Avatar for MB1765
0
169
Member Avatar for Dsiembab

Hello, I was wondering if someone could point me in the right direction. Is their anyway in php that I can change the outlook of an xsl file and include variables from my php script. I have an xsl file, I changed the file extension to php and it worked …

Web Development php xml
Member Avatar for Dsiembab
0
120
Member Avatar for Lomas

[code=php] <?php if ($id == 1 && $lang == 1) { echo "hello"; } ?>[/code] hey guys i am working for my final year project. i have a problem. when i tried to run this url on my pc [url]http://localhost/filename?id=1&lang=1[/url] it wouldn't work.... but when i tried this on my …

Web Development php
Member Avatar for Eko
0
135
Member Avatar for tunday

Hello, please I need help with this problem. I am writing a web project using PHP. I have developed a wsdl for this project. Whenever I send a request from my cliet side, the server script handles it appropriately by calling the relevant function. However, the script returns null values. …

Member Avatar for tunday
0
101
Member Avatar for saurav

Hi All, I had developed a small app in Tomcat. But now i am migrating into Sun-one. I have deployed the app by making a war file through the deploy tool. But i am getting an error while parsing the web.xml file during running the app. org.apache.jasper.JasperException: File "/struts-bean" not …

Web Development apache java-jsp xml
Member Avatar for saurav
0
174
Member Avatar for bubai

Suppose i upload a word file and see it html view. How it is possible in php?

Web Development html-css php
Member Avatar for invisal
0
75
Member Avatar for DavidB

Here is a basic question (I thought I knew how to do this, but apparently not). (I am using Firefox 2.0.0.4, in case that is a factor). I am writing a Javascript page and want one of the text fields to default to a blank when the page is reloaded. …

Web Development javascript
Member Avatar for ~s.o.s~
0
127

The End.