15,127 Topics

Member Avatar for
Member Avatar for fcrote

Hello all: I have been developing a web site using PHP and MySQL. I have generally had sucess but am stuck on this. i have a php page that builds and displays a list of products based on a query on the previous page. the list is generated by a …

Member Avatar for fcrote
0
65
Member Avatar for Jean Gwyneth

Hi! Im creating a search engine for products. it can search by category, model_no and so on.. when i searched for multimedia, it would return lists of products under multimedia. every result should be clickable and would display info for each product. problem is, how can i pass the value …

Member Avatar for Jean Gwyneth
0
127
Member Avatar for jjfletch

Is it possible to assign a value to a variable onclick? I know that I can assign a value to an input field, but I wanted something where I could do this: var mysample = ''; <input type="button" id="sample0" onclick="mysample is assigned the value of 0" /> Possible?

Member Avatar for Thirusha
0
81
Member Avatar for BellaLee

Hi All, I have built a website using frontpage and would like to have a couple photos on my home page to change from one to another but have no idea how to do it.Have looked up some tuturiols and cant understnad any of the language. Can Someone please help.

0
43
Member Avatar for bigtalk

Hello, I'm a noob with PHP and unversed in Javascript, but I need to implement some Ajax in a page I'm building. I'm using the Scriptaculous libraries. Here's the problem I'm having: I have four different links in the menubar. When I click on the first link, it makes a …

Member Avatar for bigtalk
0
147
Member Avatar for vikaspa

Need your help in javascript I am using following script for image over (to display another image) <html> <img src="mobilesmallimage.jpg" name="ShowRoom" width="129" height="96" onMouseOver=" ShowPic(name,'mobilebigimage.jpg') " onmouseout="ShowPic(name,'mobilesmallimage.jpg')" border="0"> </a> I am sending 2 parameters 1. Name of image - variable name 2. Name of image to be displayed Using following …

Member Avatar for chaosprime
0
129
Member Avatar for adnanahsan

i have to make a search engine for my client, but i am confusing about indexing websites to search engine database, please can any one tell me how can i achieve this goal? can any one tell me how can i make spider / crawler to do this ? please, …

Member Avatar for lordspace
0
199
Member Avatar for adnanahsan

i have make tabs and when some one click on tab "Add Comment" Comment Form will appear through AJAX, and same for another tab which is "Tell A Friend" .. my problem is that both tabs displays same captcha image, and after adding comments or sending email to friend they …

0
52
Member Avatar for chaosprime

If you have any interest in Web form usability, you may find my [url=http://lostsouls.org/grimoire_form_autofocus]Web form autofocus JavaScript[/url] snippet useful. The idea is simple: if a user is presented with a form, they should be able to start typing right away in the most appropriate place. As all of us know …

0
80
Member Avatar for jbooth952

My script works successfully when I validate a form field using; <input type="submit" onClick="return chkrange(this.form)" But, when I remove the onclick from the input type and try to use onSubmit="return chkrange(this.form)" within the <form> tag it doesn't work Why not?

Member Avatar for chaosprime
0
292
Member Avatar for DrWhoFan

I know that AJAX can be used in conjunction with PHP. Can it also be used to interact with other "server-side" languages as well, for example ASP, ASP.NET, ColdFusion?

Member Avatar for buddylee17
0
52
Member Avatar for methew45

hellow guys.. i have been onto one site which is embedding videos from zshare.net servers the problem with zshare embedding is that it the file path keep on changing each time you visit the link an example is Code: [url]http://www.zshare.net/video/39062271789b05[/url] this link.. when u goto this link.. and check the …

0
59
Member Avatar for lydia21

hi i am very new to ajax .when a user post comment i want to diaplay immediately ie something like dani web quick reply please tell how do tat in ajax

Member Avatar for adnanahsan
0
117
Member Avatar for DonGlover

I am trying to use ajax to 'embed' a youtube video on page. I make my calls and put the responseText to the innerHTML. But the embed object does not appear. I have verified that I can write to the div tag by ID (I pumped some straight text into …

Member Avatar for DonGlover
0
72
Member Avatar for rejisha

i have two text boxes with two date pickers. One text box and date picker for start date and another two for end date. First the values of two text boxes are current date.If we select a particular date using date picker the value will be changed corresponding to that. …

Member Avatar for rejisha
0
93
Member Avatar for satees

Hi, I have a textbox control in Footer Template within datagrid. I need to validate the textbox using client side javascript. When trying it, i got an error that the control not exist. I think the datagrid sets some unique id to the textbox at runtime. Please help me how …

Member Avatar for greeny_1984
0
94
Member Avatar for R0bb0b
Member Avatar for R0bb0b
0
521
Member Avatar for moviemedic

I hope I am in the right place. My Purchase Order Form has worked well for me until recently a spammer has started sending me stuff. I would like to make some changes to make it harder for them to use. I created the form with form maker pro. Part …

Member Avatar for moviemedic
0
182
Member Avatar for SirDorius

How can I show a message in the Firefox message bar (you know, the yellow one that also says when it's blocked a popup) using JS ? I've seen some sites do this but I can't remember which. Thanks.

0
68
Member Avatar for antwan1986

Hi all and thanks for reading. I have a simple script that works in IE and Safari, but not FF. Basically when I click a button I want an image to appear dynamically via JS. This is what i've got (watered down) [code] **JS function called Contact** var loadingImg = …

Member Avatar for antwan1986
0
2K
Member Avatar for greeny_1984

hi, how to set settings of a page depending on the browser.i have a page which when viewed in IE ,has water mark extenders working fine but when viewed in mozilla the water mark extenders viewed r not working properly.The images positions are aslo changing based on the browser. waiting …

Member Avatar for R0bb0b
0
96
Member Avatar for punithapary

Hi, I need some help about dis. I want to create 10 textbox automaticaly (if i give 10 in coding it will create 10 textbox automaticaly.using javascript how to do this) but not using HTML.Can anyone help me how to do this in js Thanks Punitha Pary

Member Avatar for us12
0
81
Member Avatar for dhutchis

I have a script showing / hiding a form on a page that seems just fine in Safari 3 but not Firefox: [code=html]<a href="javascript:if(document.getElementById('tell_form').style.display =='block'){document.getElementById('tell_form').style.display='none';}else{document.getElementById('tell_form').style.display='block';}">[/code] In firefox it sems to reveal the form then quickly jups to a new page with the script in the address bar. Can anyone help?

Member Avatar for Troy III
0
66
Member Avatar for samarudge

Hi, I have created a login box that appears on the click of a button that says login (Obviously) but when I load the page the div appears until the page loads. How do I get the div to appear immediately? You can see the page [URL="http://freeform.ath.cx/"]here[/URL] or [url]http://freeform.ath.cx[/url] Regards, …

Member Avatar for Troy III
0
177
Member Avatar for macupryk
Member Avatar for ~s.o.s~
0
78
Member Avatar for Vasudev1

Hi! I'm in the process of creating a web page wherein there is a small <div></div> section wherein some text are scrolling from bottom to top. Now out of this <div> section in the main page, I wish to create a text area for user to fill-up and first few …

Member Avatar for buddylee17
0
124
Member Avatar for sTyleSHA

Dear All, I face a strange problem. All of sudden in our company website, the below script gets included automatically the end of the body tag. i.e, above </body> tag. Any idea of how to rectify this problem? Is this some kinda virus ? Do you know any sites that …

Member Avatar for Shanti C
0
126
Member Avatar for gargg321

Hi I am in a bit of fix. I am developing a module in PHP where I am using javascripts to validate the data entered by the user. Now the problem is that I am firing a query to the database through PHP and hence storing its results in PHP …

Member Avatar for Shanti C
0
127
Member Avatar for stan.joe1

Please help the question appears below and my so-called attempt appears after that as you can see I am relatively new to java, I only manage to do the sum part. Write a script that takes three integers from the user and displays the sum. average, product, smallest and largest …

Member Avatar for Troy III
0
419
Member Avatar for us12

hi all, i need a code for date comparision,my requirement is first we have to enter start date and when we enter end date it should check whether the date is greater than the start date or not if it is greater only it should alow otherwise it shoud alert........ …

Member Avatar for us12
0
127

The End.