52,566 Archived Topics
Remove Filter ![]() | |
Hi, I trying to learn SOAP from [URL="http://www.w3schools.com/"]http://www.w3schools.com[/URL] . The tutorials are not bad but I still have some questions. [code] <?xml version="1.0"?> <soap:Envelope xmlns:soap="[URL]http://www.w3.org/2001/12/soap-envelope[/URL]" soap:encodingStyle="[URL]http://www.w3.org/2001/12/soap-encoding[/URL]"> <soap:Body> <m:GetPrice xmlns:m="[URL]http://www.w3schools.com/prices[/URL]"> <m:Item>Apples</m:Item> </m:GetPrice> </soap:Body> </soap:Envelope> [/code] 1) What EXACTLY is the purpose of namespaces? 2) Why use multiple namespaces? Why is there … Web Development xml | |
hello again Dani web folk, Im needing a little help with an example script. This cookie setter is prewritten but I want to set it up for use on my site but im not sure how. I want to redirect from here [url]http://herproom.5.forumer.com/index.php?[/url] to here [url]http://download3-1.files-upload.com/2007-01/20/22/RP.html[/url] only once, the first … Web Development javascript | |
I’m trying to insert movie data into my database using a cfloop. I have a movie which must be link to a number if venues i.e. 20. On my input form I have a list of all the venues together with a yes/no dropdown box. The purpose is to say … Web Development coldfusion | |
Can anybody help me to build a form where I can put a limitation that if I click on the form once, than I cannot do that again for next 5 minutes.the form has only one fiels that is email address. | |
I installed a help desk software that is coded in PHP. It has a feature that enables it to send out email when someone submits a troubleshooting ticket. I am unable to get the email function to work. The software is running on a remote server at a hosting company. … | |
howzit guys this is my first time on a forum and I would just like to know a bit more about web designing Web Development php web-design | |
Can any one tell me what is the lastest released version (not a alpha or beta version) of PHP? Web Development php | |
Hello guys, Have a quite question anout Ajax. I am very new this topic,k so i dont much knowledge about this. Hope you can solve my problem. I was developing a web which use some ajax. But for some reason to wont call the server side script. I have tried … Web Development asp.net first-post html-css javascript web-server | |
hi there, I need a hand with recursion in php. I've this array: [code] [Forum] => Array ( [0] => Array ( [id] => 12 [forum_category_id] => 2 [parent_id] => 0 [forum_post_id] => 0 [name] => PHP [description] => [url] => php [topics] => 0 [posts] => 0 [order] => … | |
Is it possible to create a code that will automaticallly switch a hotlinked image with another e.g no_hotlinking.gif ? Web Development image javascript | |
Hi Im trying to place images in this change content script but it refuses to co-operate. Is there some way to do it? [code]<table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%"><form name="ddmessage"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="100%"><select name="selectbox" size="1" onChange="changecontent(this)"> <option selected value="What is JavaScript?">What is JavaScript?</option> <option value="Why … Web Development google image javascript web-browser | |
Hi all,, the problem is that i have a link in jsp on which i have to open a new jsp page and at that time i want the parent window to be closed ...without any alert to be displayed... plzz help Web Development java-jsp | |
Hi all, I have some script which doesnt work at all in firefox or other browsers, and i was wondering how to make a browser checker script which checked if the user was using IE, and if they are, show the script. If not, write somthing else for example "Go … Web Development html-css javascript | |
Hi all, I have some script which doesnt work at all in firefox or other browsers, and i was wondering how to make a browser checker script which checked if the user was using IE, and if they are, show the script. If not, write somthing else for example "Go … Web Development html-css javascript | |
Hi all, I have used the checkboxes in my page as given below [code] <input type="checkbox" name="chkboxarray" value=1> <input type="checkbox" name="chkboxarray" value=2> <input type="checkbox" name="chkboxarray" value=3> [/code] If all the checkboxes are selected then how can we get the values of individual checkbox in php during a form submission. Anyone … Web Development php | |
Hi, Lately, I've been looking for a nice affordable newsletter management system in PHP. It needs to be hosted in my server - I'm not looking for an ASP. I've actually found up a few ones, but I don't like them for the following: [list=1] [*][B][URL=http://www.octeth.com/products/oempro/]Octeth oemPro[/URL] [/B] - A … Web Development asp email user-interface | |
Hi, I have a website. I want to put a searchbox and search what i want to find in content of my website not in database file. How can i do this? Thanks Web Development asp.net | |
Is it possible to accomplish all tasks (Web Application Development) with Visual Studio 2005 Team Edition that you can with Visual Studio 2005 Professional and Standard Editions (In otherwords I can use Visual Studio 2005 Professional Edition or Standard Edition to develop a website System, is it possible to use … Web Development asp.net visual-studio | |
[COLOR=darkblue]Dim mg As MsgBody = New MsgBody s.WriteLine("<a href=ConsoleApplication1.exe?PFolder=oPFolder&SFolder=sfolder&oMsg=i>" + oMsg.Subject + "</a>") I want to call following function in abo ve href[/COLOR] [COLOR=darkblue][/COLOR] [COLOR=darkblue] Public Class MsgBody Public Function message(ByVal PFolder As String, ByVal SFolder As String, ByVal msg As Integer) As String how can do this? [/COLOR] Web Development asp.net | |
hai to all, i think its a simple only but i am not having clear idea how to pass the value from an page into an popup window in a javascript in php.if any ones knows or get any idea means plz post quicklywith an example thank u,:idea: Web Development first-post javascript php | |
Technically I do not think its possible but thought I would ask. I have a form that contains multiple image upload fields, in the description we ask that the images size be smaller than 1mb but most people simple do not know how to check this. Typically people will load … | |
![]() | I need to complete a task, although I am not quite sure how? The task is to create a very unusual search system for a car rental site. There is a database of cars that the rental company possesses, and when the user specifies the rental dates - the list … ![]() |
i have a simple access DB that contains the table new_members. what i want to do is fill a table with the data from new_members and then choose whether to activate or delete them. what i have done already is used asp:repeater to build the dynamic table and of course … | |
Working on a website here and found this extremely useful script that I love at [URL="http://www.dhtmlgoodies.com/"]www.dhtmlgoodies.com[/URL] It's a menu on the left side that allows you to click on the link and has it drop down submenus with a max of five submenus (pretty flexible I'd say). I went ahead … Web Development html-css javascript | |
Not sure if this is the right place for this but you all know that microsoft has just came out with the ZUNE to compete with apples IPOD. i have the domain names that are below and dont know what todo with them. does anyone want to do something with … Web Development php | |
can anyone please help me to build a form with validation. I am using the form in a html page and it is processed in another php page. The form has only radio buttons for five options.for example cash.if the required cash is less than the user's cash in the … Web Development php | |
Here's how to dynamically fill a dropdown box depending on the selection of another dropdown box. I looked all over the web, and in this forum, finally I found someone who knew what they were talking about and actually had code that worked. :lol: [code] <[EMAIL="%@LANGUAGE="]%@LANGUAGE="Javascript"%[/EMAIL]> <html> <head> <title>Load Dropdown</title> … Web Development email javascript | |
I'm trying to create a site for a friend, and she would like it in frames. After chatting with some people on a Yahoo group devoted to HTML, they've recommended that I use php instead. My problem, I'm not very well versed in php. I know HTML pretty well, and … Web Development php | |
hello,, i am a newbe in php can any one tell me how to delete multiple records in php , i am using dreamweaver as my front end tool and php triad for the back end ....... i want to learn how can i delete multiple records by passing the … Web Development php | |
hey all, i am developing a user control which will show a hidden div for uploading files. the idea is to upload multiple file at once. does anyone knows how to do that ? thanks... NOTE: the control will be built using ASP.NET and C#. | |
File Download Dialog Box(ASP) I have a ASP Page that allow the users to Download a File @ the Click of the button the [B]File Download Dialog Box [/B] will pop up on the Scream ,on the download dialog Box are 4 buttons namely[B] Open [/B] ,[B]Save[/B],[B]Cancel[/B] and [B]More Info[/B] … Web Development asp file-system | |
This site shows (x) users veiwing each forum on the main index, Id love to know how its done? can it be done with javascript? Web Development javascript | |
Hey everyone, am having problem with some php code in a plugin I'm using on my Wordpress site. The problem is that there is an option box that lets you select from among a list of files in a certain directory on my site, and you can't see the options. … Web Development javascript php wordpress | |
Hello members Is it possible to edit the values (say, admin logon/password) in a config file (say, config.php) WITHOUT editing the php script config.php?? In other words, can I write another file (configeditor.php) that will alter the values (or just SOME) based on data entered into in a form?? To … Web Development php | |
hey there im working on this asp.net project and i want to [code=c#]Response.Write("");[/code] in a specific [code=html]<div>[/code] anyone can help? | |
Good morning, I paid many thousands of dollars to a company that created my photo community (xtremecamera.com). Problem is, the site does not work in IE, I get the "Operation Aborted". With the help of a great poster in the PHP section of this forum it has been determined that … Web Development javascript | |
Hey I know extensive knowledge of HTML but thats just about it when it comes to webpages, so I want to move on to something much better. I have a text book about PHP but i dont understand what its on about. Anyway, to get started, where and how can … Web Development php | |
hello guys, need some help-- building a little site and when i tried to install the coments script onto the page this is the error i get: [B]Parse error[/B]: syntax error, unexpected '<' in [B]/home/shatter/public_html/newtest.php[/B] on line [B]204[/B] now-- i am very inexperienced and trying to loearn how to do … Web Development php | |
:rolleyes: I am trying to develope a simple [URL="http://www.daniweb.com/techtalkforums/thread64526.html#"]application[/URL] that will record a teams miles per week and total miles I have the code working to accumulate the total, but the problem is how to I get it to accumulate just for the one team and not for all? How … Web Development coldfusion email | |
Hi 2 all experts out there.... Im begging all of you to help me in my problem... Please... please... please.... my problem goes like this: if i have students having a grades of: [B]First Grading[/B] [COLOR=#000000]James Tan 88 [/COLOR] [COLOR=#000000]Jaime Abba 85 [/COLOR] [COLOR=#000000]Grace Sasa 78 [/COLOR] [COLOR=#000000]Gerald Hulife 96[/COLOR] … Web Development coldfusion | |
Hi all does anyone know how to get phpbb latest posts to show on a html index page e.g the last 5 forum posts ? Any help would be great | |
Okay, I'm working on a small project for my daughter's class at school. They have a fundraiser running right now and they want to post their fund raiser data on the their school website. What they want is this, they want a page listing each student and the amount that … Web Development data-structure first-post php | |
Hello, To start with here is the code: Public Function Paymentget (s12MoRate) strCompanyCode = objXML.selectSingleNode("policy/companyCode").text strState = objXML.selectSingleNode("policy/insured/state").text set rsDownPayment = getCache("down_payment") dim tempPremium, totalTaxes totalTaxes = 0 tempPremium = s12MoRate ' calculate the taxes so they can be front loaded in the payment schedule dim TaxCov for each TaxCov … Web Development asp | |
Have you ever seen (or played) one of those "Browser Games" where you build stuff, create armies and fight other players? Right now I need to know how to do those scheduled tasks... I'm building a PHP appilcation for my job. I work at a visitors center and I want … Web Development open-source php | |
Hey, say I have a table that spits out the information from a mysql table. Say it gives you the names of users, and certain information about each user, say address, phone number, whatever. Doesn't matter. What I want to do is make each of the persons' name a hyperlink … Web Development php | |
Hello, I'm new here. Thank you for your time. I have a PHP module that I use for user submitted poems. Based on the vote data I have [URL="http://www.gotpoetry.com/Poet_Rankings.html"]poet rankings[/URL]. Table schema: ratingdbid - int ratinglid - int ratinguser - char rating - int ratinghostname - char ratingcomments - text … Web Development php | |
Hi! I am having problems validating my HTML to at least transitional due to my use of checkboxes and accessing them with PHP and javascript. I want client-side validation and server side functionality and therefore am utilizing PHP and JS. My understanding is that JS recognizes checkboxes to be an … Web Development html-css javascript php | |
My problem is that there is one site that I am unable to access for the past week or so. I keep getting the page can not be displayed message. I tried switching to Firefox from IE but still am having no luck. I am the only one that is … Web Development asp.net |
The End.