52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for cafekko

On this project. I used XML as a database and AJAX for display.. I integrated this website [B]Here's the full source code.. please scan it for your safety.[/B] [url]http://www.mediafire.com/?nh14oi1mmeo[/url] First, radiobuttons is assigned before page init.. [code] public partial class Default : System.Web.UI.Page { //Assign values as a specific Dynamic …

Member Avatar for Lusiphur
0
231
Member Avatar for nezammca

hi., there is a parent page and child page . when i click parent page button it should go to child page and take values from there and return to preivous page its not working :( parent page: public class Default : Page { protected TextBox txtFirstName; protected TextBox txtLastName; …

Web Development asp asp.net
Member Avatar for Lusiphur
0
154
Member Avatar for debow

Hello all, I'll try to explain what I'm wanting to do the best way I can. I have an event_results table that contains multiple athlete id's and for each athlete they are tied to an event in the same table. The screen shots should help explain. I also created a …

Web Development php seo
Member Avatar for debow
0
1K
Member Avatar for Towlie

I want to be able to access whatever the user types into my testCreation.html in a session created in testCheck.php. I then want that session to be accessed by testView.php. I can't seem to get to that point so any help is grealy appreciated. testCreation.html: [code=javascript] <html xmlns="http://www.w3.org/1999/xhtml" > <head …

Web Development javascript php session
Member Avatar for edup_pt
0
143
Member Avatar for davbell87

Hi, I am not too good on php and MYSQL and I am currently struggeling with populating a form on my website based on a selection chosen by the user from a drop down menu. The drop down menu is dynamic with its values populated from a database. Below the …

Web Development php
Member Avatar for pausepoint
0
5K
Member Avatar for hims4u

hello mods!! i am a newbie in jsp and just wanted to ask a basic question! i have a small jsp code for displaying the date and time. i have tomcat6 and apache web server installed on my linux machine(using fedora 12). can somebody plzz tell me how to run …

Web Development apache java-jsp web-server
Member Avatar for ~s.o.s~
0
242
Member Avatar for night__hawk

Hello, Below is the code for a Captive Portal Splash Page. I have tried to research how to fix the button at the bottom of my page but I can either add a link (which does not require checking the box to agree to terms) or simply how it came …

Web Development gui html-amp html-css javascript
Member Avatar for night__hawk
0
307
Member Avatar for phphit

Ok. I have ZERO PHP Knowledge, still good in editing php and all that stuff. Only know copy paste and have no knowledge what that means. Still would try to explain my problem. I use variable to fetch data from mysql. Ex. my url is [url]http://www.example.com/venue.php?vcity=New[/url] York. Now, I want …

Web Development php regex
Member Avatar for phphit
0
325
Member Avatar for Member 785582

Hi, I have a trouble with my script. Everytime I execute index.php, and call add_schedule, always appear message: Fatal error: Call to a member function add_schedule_form() on a non-object in index.php on line 19. I have try to fix by changing the syntax on line 19 (index.php) but it just …

Web Development php
Member Avatar for rajarajan2017
0
218
Member Avatar for MDanz

i pass this to a div innerhtml from javascript. when i do it like this it doesn't work. it should display an image hyperlink [code]var newtext4=("<a href=" + number + "><img src=" + newtext2 + " /></a>");[/code] if i do just text, it displays a hyperlink. [code]var newtext4=("<a href=" + …

Web Development javascript
Member Avatar for fxm
0
134
Member Avatar for andrewb

Hi Iam very begginer I want to use the script named lavaLamp from here [url]http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/?cp=all[/url] ) but I donn't know how I can use it I try to change the <li class="current">[B]<a href="#">Home[/B]</a></li> tag to the <li class="current">[B]<a href="http://google.com">Home</[/B]a></li> but it doesnt work please help me [CODE] <h3>With Image</h3> <ul …

Web Development javascript javascript-jquery
Member Avatar for andrewb
0
87
Member Avatar for jmaddy10

Hello all! So I am creating a redirect page so that when someone signs up for our newsletter they're taken to this page and 10 seconds later, redirected to another page. The script I'm using isn't working for some reason. I originally had it in a seperate .js file but …

Member Avatar for fxm
0
4K
Member Avatar for Ambislm

hi everyone, i have 2 problems which makes me to stuck inbetween my application.. my first issue is: i already used get method to pass variable values between pages which is working fine till now as follows: $frmDate=trim($_GET['beg']); $toDate=trim($_GET['datEnd']); $time=trim($_GET['time']); $incoming=$_GET['inTxt']; echo "<a href=\"outgoing.php?optSingle=".$c."&beg=".$frmDate."&datEnd=".$toDate."&inTxt=".$incoming."&flr=".$flr."&page=1\" ></a>"; but how can i use …

Web Development first-post php
Member Avatar for slyme
0
165
Member Avatar for miweiser

Can someone please advise what I may be missing? How can I not only make it better, but this does not seem to be working, although 1 domain instance has worked for some time, I tried adding to it: [CODE] if(document.form1.email.value.length > 0) { var theEmail = document.form1.email; var at …

Web Development javascript
Member Avatar for fxm
0
283
Member Avatar for niths

hi all, i want to hav a value present in a page to some other page. so can any one help me. thank u.

Web Development php
Member Avatar for vaultdweller123
0
80
Member Avatar for QWaz

Hi, I am trying to get money to display correctly with the decimal points in the right place. I have read the PHP manual, but just don't get it. I want to do 2 things: 1: if someone types in 123.23 -> I want to remove the '.' (so it …

Web Development display php
Member Avatar for sacarias40
0
117
Member Avatar for Koibu0

Forgive my ignorance with such matters, but I have what is probably a simple issue that I can't seem to resolve on my own. I'm getting this error when sending a request to the SOAP server [CODE]org.xml.sax.SAXParseException: Content is not allowed in trailing section.[/CODE] I've checked the end of all …

Web Development api mysql php xml
0
121
Member Avatar for krishx343

Hi I need to know, is there any option to use For loop instead of While and ForEach to retrieve the result. While Loop ----------- [CODE] $query = "SELECT name, subject, message FROM contact"; $result = mysql_query($query); while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { echo "Name :{$row['name']} <br>" . }[/CODE] instead to …

Member Avatar for rajarajan2017
0
9K
Member Avatar for virspy

Hello Friends, Hello to all, Iam having an issue regarding the Jquery facebox i applied jquery facebox to my login form and its working great now. But the problem is when we click on facebox link without the total loading of page it si opening in anothe window. but the …

Web Development javascript-jquery php
Member Avatar for virspy
0
90
Member Avatar for sparkles_links

Hello guys? You have been very wonderful, I have some stress. I designed a site and send the form details to an email address but Image will not or can not be sent along the other details I don't know why. Please I need help. This is what I did.With …

Web Development php
Member Avatar for vibhaJ
0
70
Member Avatar for faizabest

I have this error when I run my system in XAMPP but it works succ on WAMP.. Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\xxx\xxx.php on line 29 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\xxx\xxx.php on line 38 My coding: [COLOR="Red"]7[/COLOR] …

Web Development php sql
Member Avatar for faizabest
0
145
Member Avatar for surfgrommett

Hi guys. First I have spent awhiel trying to find an answer for this online and haven't been able to. I have defined a variable ($new) in the beginning of my page. to test that is IS defined right i echo'd it...im using nested if statements to check thing. in …

Web Development php
Member Avatar for surfgrommett
0
109
Member Avatar for Member 785748

Hi. I've been working on this for maybe 10 hours without success and hope someone can help me here. Sounds simple: I want the user to enter URLs similar to this: [url]www.site.com/thisuser[/url] or [url]www.site.com/thisuser/[/url] (never underestimate the stupidity of the user, so I want it to work with or without …

Web Development php
Member Avatar for Member 785748
0
330
Member Avatar for iWalletMobile

So im trying to write a code within an iframe that will hide the address bars page address. Example: [url]http://example.com/[/url] will be the ONLY thing in the address bar that shows regardless of page they are on. So if someone clicks to0 example.com/about.php it will only show example.com in the …

Web Development php puzzle
Member Avatar for iWalletMobile
0
115
Member Avatar for honos1

I have started getting an out of memory error that wasnt occurring before I changed hosts. I altered my php ini settings to add but the godaddy people pointed to this code and suggest I rewrite it. The problem I am having is I took this code from someone else …

Web Development php
Member Avatar for honos1
0
144
Member Avatar for laghaterohan

Hello, I have created an HTML table wherein the row's values are filled thru database. ex: FirstName : dbvalue and so on... Then i create an excel file please find below code: [QUOTE] StringBuilder str1 = new StringBuilder(); str1.Append("<html xmlns:o='urn:schemas-microsoft-com:office:office'").Append(Environment.NewLine); str1.Append("xmlns:x='urn:schemas-microsoft-com:office:excel'").Append(Environment.NewLine); str1.Append("xmlns='http://www.w3.org/TR/REC-html40'>").Append(Environment.NewLine); str1.Append(Environment.NewLine); str1.Append("<head>").Append(Environment.NewLine); str1.Append("<meta http-equiv=Content-Type content='text/html; charset=windows-1252'>").Append(Environment.NewLine); str1.Append("<meta name=ProgId …

Web Development asp.net microsoft-office xml
Member Avatar for Lusiphur
0
171
Member Avatar for kayfar

[CODE]protected void Button3_Click(object sender, EventArgs e) { String path = Server.MapPath("App_Data\\dnis2010.mdb"); String sqlQuery = "SELECT * FROM tableRegister WHERE SerialNo=@TextBox41"; OleDbConnection aConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" + path); OleDbCommand aCommand = new OleDbCommand(sqlQuery, aConnection); aCommand.Parameters.AddWithValue("TextBox41", TextBox41.Text); try { aConnection.Open(); OleDbDataReader aReader = aCommand.ExecuteReader(); if (!aReader.HasRows) { ClientScript.RegisterStartupScript(typeof(Page), "PopUpMsg", "<script>alert …

Member Avatar for Lusiphur
0
472
Member Avatar for QWaz

Hey, I am having real trouble with this code, and for the life of me just can't see or figure out why this won't work. It works every other time I have done it. I have checked, double checked, tripple checked the table it's coming from. I'm as lost as …

Web Development php
Member Avatar for QWaz
0
180
Member Avatar for jhbalaji

Hello everyone i am writing a snippet for replacing the keywords into links. It almost works but it also replaces the words in between HTML Tags So can anyone help me in fixing that [CODE]<?php $textlinksname = 'Google'; $textlinksurl = 'http://google.com'; $body = 'Google is a great search engine. Here …

Web Development php
Member Avatar for pritaeas
0
143
Member Avatar for Felipo

Hello Everybody - I have a question that I need answered - Is there a way to implement either a vertical drop down menu or a horizontal drop down menu on a "hot spot" on an image map where as when the mouse rolls over the "hot spot" the "hot …

Web Development image javascript
Member Avatar for Felipo
0
380
Member Avatar for Member 784017

this code is echoeing table the times i enter the reccord for a particular registration number.plx help me out!!!! [CODE]if(isset($_REQUEST["Submit"])) { $Registration_num=$_REQUEST['reg_num']; $query1=mysql_query("SELECT * from medicines where Registration_num = '$Registration_num'") ; while($row=mysql_fetch_array($query1)) { $query="select * from medicines where Registration_num='$Registration_num'"; $result=mysql_query($query); mysql_query($query); echo "<table border=1>"; echo "<br><tr><td><b> <font color='#CC66FF'>Id</td><td><b>Prescribed_med</td><td><b>allergic_med</td><td><b>Dosage_unit</td>"; while($row=mysql_fetch_array($result)) { …

Web Development php
Member Avatar for rajarajan2017
0
74
Member Avatar for Venom Rush

Hi there I have a page that has php code at the top. Ajax before the body tag and a form. I need to be able to call a php function (the one at the top of my page) that adds info from the form into the DB. Normally I'd …

Web Development javascript php
Member Avatar for fxm
0
147
Member Avatar for lf.gene

[CODE]<link rel="STYLESHEET" type="text/css" href="styles/calendar.css"> <script language="JavaScript" src="javascript/simplecalendar.js" type="text/javascript"></script> <script type = 'text/javascript'> function insCell() { var x=document.getElementById('tr1').insertCell(1); var y=document.getElementById('tr2').insertCell(1); x.innerHTML= 'Day 1'; y.innerHTML='<input type = "text" name = "day"><img src="images/calendar.gif" name="imgCalendar" width="34" height="21" border="0" alt="">[COLOR="Red"]<a href="javascript: void(0);" onmouseover="if (timeoutId) clearTimeout(timeoutId);window.status='Show Calendar';return true;" onmouseout="if (timeoutDelay) calendarTimeout();window.status='';" onclick="g_Calendar.show(event,'frm.day',true,'yyyy-mm-dd'); return false;">[/COLOR]</a> '; } …

Web Development javascript
Member Avatar for fxm
0
217
Member Avatar for Weppies

Hi I need to know how to keep data in a gridview after postback. I am using sqlDataAdapter with DataSet to fill the gridview. But if you want to go to the second page of the gridview list it loses the data. Would it be best to create a Session …

Web Development asp.net dataset session
Member Avatar for Weppies
0
366
Member Avatar for Member 784602

Hi, I have a page in that i have some fields name,address,when I fill and once I click submit button,The text box should be clear and cursor should be replace there...... My page extension in .php

Web Development php
Member Avatar for rajarajan2017
0
73
Member Avatar for mr_scooby

I have this php based website, that displays a photo and draws data from a db to display on the page. Currently has a link to a live camera(viewed by internet browser) that opens in a separate page. I have heard/read that using jquery you can create a iframe within …

Member Avatar for mr_scooby
0
79
Member Avatar for jhoop2002

I have my login page and it works, but theres no security to it. I haven't been able to find much out there except for a few articles where they just talk about how to secure your login page. Theres a couple things i would like to do, but i …

Web Development asp.net
Member Avatar for mayuri_desh
0
414
Member Avatar for Member 785000

Hello ppl, I have a mysql db and i want to know how is better to use queryes on my website in the table favorite i have many rows with id (some numbers..) and fav ( img1 img2 img3 img4 img5 etc..) and a table named img where the first …

Web Development mysql php sql
Member Avatar for Member 784670
0
115
Member Avatar for mjhaston

Using this code I disable my submit button on the initial load. I'd like to enable it when the form is valid. I have Prototype.js on my system. I send back a chunck of html to update my target. Is it possible to send back an id so that I …

Web Development javascript
Member Avatar for Member 785373
0
1K
Member Avatar for muralibobby2015

hello..... just now i saw "TranslateThis Button" which is the script for translate the webpage using javascript. it is more faster than google translation. is there any chance to display language flags(ex: only four flags) with out dropdown? please help me.check it here [URL="http://translateth.is/"]http://translateth.is/[/URL]

Web Development php
Member Avatar for Master Rattley
0
181
Member Avatar for nezammca

public string employee { get{ return employee; } set { employee=value; } } whether this kind of property can be used in asp.net :confused: or not ? Reply ASAP :?: :-/ ....... Thank in Advance:)

Web Development asp.net
Member Avatar for Lusiphur
0
85
Member Avatar for Abdul Rouf

Hi All Experts, Actually I am VB.Net Windows Application Developer Now i am going an ASP.Net Application. So, the Problem is that in Windows Application i Code this Project like given Below Actually i am Using SQL Server as DataBase and Store Procedure as Query. Becuase i had tried to …

Web Development asp.net dataset
Member Avatar for prashantchalise
0
227
Member Avatar for Member 785293

HI I'm looking for a good and fast tab control to use in my ASP C#.Net application. Any suggestion is appreciated

Web Development asp.net
Member Avatar for Ramesh S
0
287
Member Avatar for Member 784602

Hi, I need help,I created contact form and I wrote email sending coding also,but the coding is not working.This is the coding that I have wrote.Please clear me what's the mistake.... <?php include "functions/libmail.php"; if (isset($_POST['Submit'])){ extract($_POST); $ErrNo = 0; $Name = $_POST['name']; $Email = $_POST['email']; $Company = $_POST['company']; if …

Web Development php
Member Avatar for rajarajan2017
0
240
Member Avatar for aurora1234

I am following the code in a previous thread and cannot access SQL database. See attached login.aspx and login.aspx.vb files. Database file is a simple "Users" filw with AutoID, username, email and password. What am I doing wrong? Any help is greatly appreciated.

Web Development asp asp.net
Member Avatar for aurora1234
0
136
Member Avatar for drewpark88

Hey Everyone, First off thank you for taking the time to help out. Here's my issue, I am using javascript to use a fade effect on my css sprite menu. I am also using the Jquery Tab function to bring up my content. So basically this is how it works. …

Web Development javascript javascript-jquery
0
308
Member Avatar for inxs310

[PHP] <? include("$include_path/FastTemplate.php3"); $tpl = new FastTemplate("templates"); $tpl->no_strict(); [/PHP] can someone help me!! plz

Web Development php
Member Avatar for JRM
0
217
Member Avatar for J.M

Hi There, I have had a look on the internet but not really been able to find the correct thing i'm looking for very easily, or at least not very well/easily explained. I am trying to create a Search Form for my website which has 2 fields. 1) A Postcode …

Web Development display mysql php seo
Member Avatar for Member 785068
0
197
Member Avatar for hassancool

Hi There, I am looking for a De-Ion Cube.... Can anyone tell me any php program or software which can do this job without giving confuscate type results......

Web Development php
Member Avatar for hassancool
0
168
Member Avatar for Member 784854

Hey guys, currently I am writing a script that will allow users to use a html drop down menu to select regions of the world (based on entry in a js file). We need the results to be compared against a database and return another answer without the user using …

Web Development html-css php
Member Avatar for keval_hack
0
106

The End.