52,566 Archived Topics
Remove Filter ![]() | |
hiii everyone, I'm novice to this technology. I'm facing a problem in project development, in which I'v to collect the data temporarily during a form fill up which need to contain different details about a person which will be classified as personal details, academics details, project and internship details, achievements … Web Development java-jsp | |
Hi, In [B]search_results.php[/B] I have a variable named [B]$path[/B] which display something like: [I]C:/documents/personal/home.doc[/I] I would like to create a [B]button[/B] that link to a new window which is going to display: [I]C:/documents/personal/home.doc[/I] Right now is being displayed in search_results.php like this: [CODE=php] echo "<td align=left bgcolor=$bgcolor id='title'> <font face='Verdana' size='2'>$path</font></td>"; … Web Development javascript php | |
I can't figure out why this snippet of code isn't working :facewall: any ideas? [code] $productref = $order_detail[$i][2]; //#2 is the product ID $orderqty = $order_detail[$i][3]; //#3 is the SKU #[/code] The Array: [code] $order_detail array 0 array id_order_detail string = 1 product_id string = 7 product_qtantity string = 1 … Web Development php | |
I have a table with entries for ItemID and Amount ... I am querying this table and displaying the contents from the previous date by itemID and amount. I have the array grouping the items by Item ID what would like to be able to do is to get a … Web Development php | |
how can i don't allow that the picture load again i mean when i refresh my page it loads picture again how can i solve this problem that the upper part of the page will refresh the down part not. I wrote this but it doesn't work on chrome and … Web Development html-css javascript | |
Hi, i am doing an application like a Form builder.. I am having a design page where i am generating the Fields using JQuery and displaying them each in a Div in the Preview panel of the same page. In my code i am saving all the Fields in the … Web Development javascript javascript-jquery | |
I'm working on a script that lists the number of additional records associated with a record id and returns the number as well as a link to each additional record. It works fine for the first record ... it tells me "4 additional records: and lists the links 1, 2, … Web Development php | |
Hi All i m reading Xml file attchment in email using pop3. but i m getting extra char in xml after xml read. [code=xml]<FinalDraft DocumentType=3D=22Script=22 Template=3D=22No=22 Version=3D=221=22> <Content> <Paragraph Type=3D=22Shot=22> <Text>=E2=80=9Clighting is everything=E2=80=9D</T= ext> </Paragraph> </Content> </FinalDraft >[/code] like -- =22 and 3D <T=ext> pls help me and give me … | |
hello experts, i am developing a site which includes playing video.. In the index page one default video should be played. i bound all the categories in the dropdown control.. when i change the category in dropdown it lists all the videos in that category. it works fine.. But the … | |
i am a real noob in php i have a php url say [url]http://xxxxxx.php?chat=[/url] if i give zzz at the end of the url like this [url]http://xxxxxx.php?chat=zzz[/url] the output is yyy i want a script to get the zzz from another script using $_REQUEST['msg'] and the final output of the … Web Development php | |
Hi, A user go to search.php and input the term. If the user want to search for an exact prhase it add to the search term " " just like Google do. Example: "apple" But when the variable is passed to search_results.php it look like this: [CODE=php] //search_results.php $var = … | |
Hey, I m a final year Computer engineering student, I want 2 do my final year project on ASP.Net. i want 2 do a very exciting and prize winning project on dis, but I am short of ideas, I dont want 2 do any common project. Presently I am learning … Web Development asp asp.net engineering | |
hi ! i have made some code for a checkboxlist the items if are selected or not,and then to put them in my database.but im having a problem.even if i select my items they always apears unselected . [code] Dim ckbox As ListItem For Each ckbox In chbl.Items If ckbox.Selected … Web Development asp.net | |
i have integrated subtext blogs in my project.. every thing works fine... When ever i post multiple blogs with different users, editposts.aspx and other blog pages works fine.. But whenever i click one users blog homepage link from editposts.aspx it shows the following error [B]The resource cannot be found.. Description:HTTP … Web Development asp.net | |
I am trying to populate another combobox based on the text selected in the first combo box...however , the event protected void ddlcity_SelectedIndexChanged(object sender, EventArgs e) is not firing ? here is my code snippet : [CODE] protected void ddlcity_SelectedIndexChanged(object sender, EventArgs e) { SqlDataReader dr1 = null; SqlCommand command … Web Development asp.net | |
i have 3 tables Category, CityMaster and Data Next, i Have 2 comboboxes For City and Category. In my Category Table i have Two columns Category and Category ID which is unique for each Category. In my CityMaster table i have 2 columns CityName and CityID wherein each CityName has … Web Development asp.net | |
i delete a row of data from this [code] ........ <a href="delete.php?id=<? echo $rows['id']; ?>">delete</a> [/code] delete.php [code] <html> <body> <?php include 'recipe2db.php'; // get value of id that sent from address bar $id=$_POST['id']; // Delete data in mysql from row that has this id $sql="delete from recipe where `id` … Web Development php | |
Hi all, i ve a function which is responsible for some validations, disabling and enabling of some text boxes and a group of radio buttons .... now i want to generate the function name to be called from another function using a for loop and then appending the for loop … Web Development javascript | |
Hi All! I have this Button_Click event. I want it to create as many set of the specified below controls as User clicks. For example: If the user clicks one the button then only 1 line set of these controls will appear on the PlaceHolder but if the user clicks … Web Development asp.net | |
Hi all Can anybody help me with this. I want to access cfdocument.currentpagenumber outside the cfdocumentitem tag. I tried the following ways : 1) [code=coldfusion]<cfdocument format="pdf" orientation="landscape" unit="cm" margintop="4.0" marginbottom="2.0" marginleft="2.2" marginright="2.2" scale=99 filename="c:\test.pdf" overwrite="yes"> <cfoutput> <cfdocumentsection> <cfdocumentitem type="header"> <cfset Page = cfdocument.currentpagenumber> </cfdocumentitem> <cfdocumentitem type="footer" > FOOTER !!!! </cfdocumentitem> … Web Development coldfusion pdf | |
add.php [code] <?php include 'recipe2db.php' ?> <div align="left"><img src="Cookie Banner edited.jpg" width="1100" height="200" /> <form name="form7" method="post" action="add_process.php"> </p> <p> </p> <table align="center" border="3" cellpadding="2" cellspacing="2"> <tr> <td>catagory :</td> <td> <?php include 'recipe2db.php'; $query="SELECT id_category, category_name FROM category"; $result = mysql_query ($query); echo "<select name=category value=''></option>"; // printing the list box … Web Development php | |
Hi frnds... from last 3 days i am struggling on same errors...i tried my level best..still i cant get it....this is my code... [CODE] $bottomline=stripslashes($_POST['bottomline']); or if(!file_exists($dir)) mkdir($dir)or die("Filename all ready exits"); [/CODE] when i inserting the data into table or creating directory i am getting error... [CODE]You have an … | |
Hi everyone, I have a bunch of radio button with same group/name so only one selected from them which is required, i want selected value on my .cs page but i am unable to do this, please help me. [code=html]<table> <tr> <td class="FourtyOfTr">Self Plan Only</td> <td class="TwelveOfTr"> <input ID="Radio1" type="radio" … Web Development asp.net | |
Hi , In my application, there is a view page to show the table of Attributes name as the header and its value filled by many people below. Like Name Age salary a 22 18912 b 23 89972 c 23 781273 i want it like above .. But i am … Web Development javascript javascript-jquery | |
Well I am a PHP fan, (HAIL OPENSOURCE) Its just so happen I will have a ASP.NET PROJECT, In short I need to run MS VISUAL STUDIO and MS SQL SERVER in my machine together with XAMPP. I just want to confirm first If I will have a problem installing … Web Development asp.net sql visual-studio | |
[code] function ConvertToUpperCase() { var result; var numaric = "sonia"; var Character = numaric.charAt(0); result=Character.toUpperCase(); //In Result char is coming in UpperCase /[B]/I want how to replace the charater at postion 0 in numaric with result[/B] } [/code] Web Development javascript | |
hey all, been a while since I've been on here. I was wondering how I could make an rss reader for twitter, and make it so that it displays the content of my 'twit' and nothing else (like time/date ect.) Thx in advance, Maxicube Web Development php | |
Hello, I'm looking for a way to make a simple multi line text box in PHP. I am trying to make a text box a couple thousand characters log. but when i try to create it, it just makes a very long text box. I can't seem to find any … Web Development php | |
Hi i am fairly new to php and am trying to make an application where some1 enters a unique id which brings up a form with data in it retrieved from the database. the user should then be able to edit the information and submit & the details changed in … | |
hi all! i have a question. i want to add an img to a specific cell in a table(which is inside a form) with inside a javascript function. (i greened which function i use, which cell i want, and which img i want) this is the code i write so … Web Development html-css javascript | |
I have one page that has several form actions: [CODE]form action="maze_enter.php" method="post" enctype="application/x-www-form-urlencoded" name="finance" target="_self"> <tr> <td colspan="2" align="center" valign="middle"><span class="style11"><a href="#" onclick="document.finance.submit();return false;">Enter Maze</a> </span></td> </tr> </form> <form action="maze_enter.php" method="post" enctype="application/x-www-form-urlencoded" name="shop" target="_self"> <tr> <td colspan="2" align="center" valign="middle"><span class="style11"><a href="#" onclick="document.shop.submit();return false;">Enter Maze</a> </span></td> </tr> </form> [/CODE] I want … | |
Hello I have a ticket helpdesk script that I am converting to make it completely skinnable. For this, there is a file called header.php which includes the link to a css file. The code is below [code] <link rel="stylesheet" href="<?php print $GLOBALS["URL"];?>/templates/gothica/aquarius.css" type="text/css" /> [/code] I want that the path … Web Development file-system html-css php ![]() | |
How do I create a field in ajax? I am totally new, i using this ajax form and i need to create a new field!: [ICODE]'||var|get|||||if|id||||||||||||||||||||value|span|style|function|className|return|div|false|important|label|RequiredField|RequiredFieldVisible|li|document|innerHTML|px|ContactFormJs|class|title|type|text|http|message_label|else|focus|name|for|display|contactform|width|input|this|contact_form_website_label||where_did_you_hear_about_us_label||your_country_label|none|ContactForm||JS|setAttribute|_required|nbsp|contactformroot|window|flv|navigator|option|SecurityCodeLoader|visibility| inpt_email|contactformskin|auto|create|contact_form_name_label|onkeyup|contact_form_email_label|select|textarea|height|createGUIDKey|appendChild|indexOf|setTimeout|val_email|Scripts|userAgent|css|ul|inputs_width|email|selected|on|SecurityCodeCheck_required|new|SubmitReservation|visible|getElementsByTagName|inpt_website|true|addEventListener|renderContactFormJs|ActiveXObject|attachEvent|loadStylesheet|firstname|SecurityCodeCheck|unselectable|SecurityCodeOverlay|href| new_security_code_label|top|hidden|where_did_you_hear_about_us_input_enabled|countries_input_enabled|InputJs|val_website|submitReservationForm|contactformjs|msie|MSIE|test|with|strong|Internet|Explorer|name_li|contact_form_name_label_required|email_li|contact_form_email_label_required|website_li|contact_form_website_label_required|where_did_you_hear_about_us_li|dropdowns_width|onchange|where_did_you_hear_about_us_label_required|your_country_li| your_country_label_required|comments_li|overflow|ismaxlength|message_label_required|AntispamPanel|position|size|onclick|generateNewSecurityCode|button|validateReservationForm|ReservationSent|color|white|font|trial|version|of|acidmartin|wemakesites|net|pageId|reservationid|reservationbody|LoadingItemFix|where_did_you_hear_about_us_array|length|countries_list|antispam_enabled|dropdownheight|overflowY|inpt_name|comments_enabled|appName|head|toLowerCase| disableReplacedButton|substring|createElement|checkSecutityCode|removeClassName|replace|createRequestObject|Microsoft|by|messagemaxlength|brjsSkin|brjsFolder|srjsSkin|srjsFolder|srjsEnabled|srjsItemScrolling|srjsOptionsListHeight|inputjsrootfolder|inputjsenabled|inputjsskin|init|load|onload|contactformenabled|AJAX|Hotel|Reservation|Form|cannot|be|used|To|make|reservation|please|use|different|browser|Skins|Styles|form|autoComplete|off|ContactFormJs_|contactformwidth| RelativeFormWrapper|LoadingPanelProperties|loading|panel|properties|LoadingPanelPropertiesDitherColor|dithercolor|personal|info|where_did_you_hear_about_us_please_select|your_country_label_please_select|comments_box_height|cols|rows|security_code_instructions|relative|img|116|src|Transparent|gif|maxlength|security|code|javascript|void|buttons||area|submit_form_button_text|contact_form_submitted|background|829360|12px|line|22px|weight|normal|left|block|indent|static| margin|padding|align|center|Created|target|_blank|lorem|ipsum|dolor|sit|amet|replaceButtons|replaceSelectBoxes|your_country_label_SkinnedSelectBox|where_did_you_hear_about_us_label_SkinnedSelectBox|rounded_corners_enabled|initInputJs|Opera|border|20px|chrome|safari|renderAjaxLoadingPanel|enableReplacedButton|5000|click|10000|Math|random|0x10000|toString|attachDomEvent|getElementById|link|rel|stylesheet|split|val_name||val_comments|val_where_did_you_hear_about_us| val_countries_input|clearRequiredClass|required|field|1000|RegExp|XMLHTTP|XMLHttpRequest|Sent|created|Martin|Ivanov|open|php|msg|personname|country|website|hear|onreadystatechange|readyState|hideLoadingPanel|2000|displayLoadingPanel|send|null|disable_after_submit'.split('|'),0,{}))[/ICODE] Web Development javascript | |
I have used floating DIVs in the following layout. They jumps sometimes in Firefox. [url]http://www.web-ideaz.com/clients/cleanmiddleeast/index.php[/url] It is perfect in IE and Chrome. Any help? Thanks! Web Development javascript | |
Hi, I am trying to do my terms and conditions and I had trouble with this error it kept saying on line 68 I went to it and there was nothing I could see wrong, so I started all over again put it in a fresh and now it is … Web Development open-source php | |
I'm working on trying to approve photos that get posted. It works fine, but to keep files with the same name from overwriting each other I went with assigning them a random number. The problem is that even if a file is not uploaded it still writes a random number … Web Development php | |
Thank you for the tutorial last time on query strings :) It worked for me, this is my working query string: [code=php]<? $i=$_GET['vehicle']; switch ($i) { case Chrysler: include("chryslernew.php"); break; case Chevrolet: include("chevnew.php"); break; default: echo "include ("nopage.php")"; } ?>[/code] However, I'm trying to get my PHP URLs with query … Web Development php | |
I have a query that is returning customer data. I want to pass the $row['VisitorID'] Value on using the _GET _POST superglobal in two different links one that goes to a page to edit users profile and one that edits the users order preferences. I can get one or the … Web Development php | |
Alright, so right now I have a GridView on my aspx page. It is set to run a stored procedure, get some data and display it. The parameter for the stored proc is set to come in through a query string. So the sqldatasource atuomatically looks for a query string … Web Development asp.net | |
I have a webpage created using ASP.net and C# 2005. I need to display some text as a marquee (scrolling text from right to left). The text will come from a table and I have already assigned it to a string variable. But I am unable to create the marquee … Web Development asp.net | |
Okay i am going nuts here i have a jsp page with multiple task to complete add,delete update . in order to do so i knopw i must set vlaues of a hidden input to say add,delete or update based upon what buttom was pressed so i have made the … Web Development javascript | |
im having difficulties, pls advise... 1) filtering my FileUpload to only .txt file 2) read .txt file and bind to gridview, the text file contains e.g. 1234; 9584; 2384; i want to bind it to my gridview which have just one column Please Advise...with c# codes. thanks Web Development asp.net file-system | |
[B]Hi Everybody, I'm Natheer.. Could you please help me?[/B] My question is: [code]Response.Write("Success1"); Response.Redirect("A Page.HTML"); Response.Write("Success2");//Thanx[/code] I want to see on the browser : Success1Success2 but this way showing the responding of the new redirected page. I'm using this way because I don't know if there is another way.. [B]Thank … Web Development asp.net | |
How to estimate file upload time in javascript ? to show progress bar with remaining time to upload ... Web Development asp.net | |
Hi all I would like to start debugging and have been doing some searching on the web, but everything I find is pretty complicated. (I'm just starting to learn web developping) Does anyone know where to find good, plain, correct instructions, for setting up my environment for debugging? I'm using … Web Development php | |
Hi professionals, I have a problem and it is the following: Say I have 2 HTML pages. In page A, I want to display part of page B.(content between a div tag pair with ID in B) Now I was able to use the XMLHttpRequest object to get the complete … Web Development javascript xml | |
[B]I'm very new to ASP and I'm trying to get a radio button group to work and it doesn't. Here's what I have:[/B] [code]If Request.Form("RadioGroup1")(1) <> "" Then messBody = messBody & "New" & vbCrLf & vbCrLf If Request.Form("RadioGroup1")(2) <> "" Then messBody = messBody & "Used" & vbCrLf & … Web Development asp | |
I read all the thread on a similar post from 2006 but did not find an answer there. I can not redirect on my localhost (Apache) or on my hosted site (Apache). I was using a function created in a php course I took then switched to a basic piece … | |
Hey guys, How do you set the forecolor of a label progmatically??? Web Development asp.net | |
I use this function to add rows dynamically in a table [code] function addRow() { var tbl = document.getElementById('applications'); var lastRow = tbl.rows.length; // if there's no header row in the table, then iteration = lastRow + 1 var iteration = lastRow; var row = tbl.insertRow(lastRow); // right cell var … Web Development javascript |
The End.