15,116 Topics

Member Avatar for
Member Avatar for steveadams617

Using appendTo() I've successfully gotten a text box to be added when I click an icon when I click an edit button. I'd love to be able to have the text in the text box pre-selected so that the user can just start typing without having to highlight everything to …

Member Avatar for Airshow
0
89
Member Avatar for lse123

I want to check if in a email textbox form field, [B]email has correct syntax, but for Mobile Browsers[/B], in desktop I used below, this will work foe Mobile Devices too? or better check this on server side(PHP)...(check second snippet)? [CODE]function checkFormtemplate() // javascript used success desktop browsers { if …

Member Avatar for Taywin
0
149
Member Avatar for jigarsolanki
Member Avatar for arctushar

Hello I want to make search box like google. when typing in the text box it will show search list. the list must be from mysql query search. How can I do that.

Member Avatar for Taywin
0
50
Member Avatar for Olliepop

Hey everyone - the function discussed in this thread is at the bottom of this post. What this function does is countdown the value of an HTML table-cell to zero (minus 1 every second) then stop counting that specific cell when it's finished. This works perfectly, the problem is that …

Member Avatar for Taywin
0
84
Member Avatar for ayooshkasmth

Is there a way to display text from selecting checkboxes such that different combinations have different texts?

Member Avatar for ayooshkasmth
0
74
Member Avatar for bwls

I need to open a popup window from a PHP site and pass in some parameters to use in the pop up window. I have the params in an input box and need to get the val of the box into a param and pass it to the new popup …

Member Avatar for fobos
0
121
Member Avatar for hotice47

Hi all, I have a been developing an chat website using PHP,Mysql and flash. I have implemented everything. I don't know much about AJAX My requirement is to devise a way of updating (in real-time) the current userlist and on clicking on the button it pass one user to flash …

0
74
Member Avatar for arctushar

Hello I have [B]Ten div[/B] and [B]one textbox[/B] in a page. Every div contain single username.Now I want that after clicking on one div, the [B]textbox value[/B] will be the username in that div value contain. How can I do that.

Member Avatar for russjb
0
45
Member Avatar for MARKAND911

i have a div tag named <div id="div1" runat="server"></div> i wrote a javascript which adds content like 0,1,2,3, in this div tag as its content. Now i want a script which will delete some of the content of div1. as like 0,2,3, how can i remove content from div tag.

Member Avatar for MARKAND911
0
169
Member Avatar for ethhunt

i have an external hdd and it has self installed software that comes with a website. when i click on the site launcher it gives a js error. [CODE]function loadResourceFile(file) { var req = window.XMLHttpRequest ? new XMLHttpRequest() : (window.ActiveXObject ? ActiveXObject("Microsoft.XMLHTTP") : null ); if(req!=null) { req.open("GET",file,true); req.send(null); } …

Member Avatar for Airshow
0
79
Member Avatar for TySkby

So I'm having a heck of a time getting this to work- JavaScript isn't exactly my specialty and I realize that's a big part of the issue, but I'm at my wit's end... I'm developing a PHP application that deals with scheduling music lessons. In my application, I have these …

0
94
Member Avatar for Alicat

Hi, I've got a global navigation document with drop down menus created using javascript saved as includes. These are posted to a web server and the pages that reference the includes display the graphics and some of the links, but not the drop down menus. They don't appear on roll-over. …

Member Avatar for fobos
0
53
Member Avatar for wynnejohnson

Beginning a project developing a web browser for Mac OS X. Planning on offering a Universal Binary (for PPC and Intel support), 64-bit build, and using WebKit as the layout engine. Am looking for suggestions on featureset, as well as ideas for improving the JavaScriptCore framework and rendering engine. The …

0
167
Member Avatar for wynnejohnson

Beginning a project developing a web browser for Mac OS X. Planning on offering a Universal Binary (for PPC and Intel support), 64-bit build, and using WebKit as the layout engine. Am looking for suggestions on featureset, as well as ideas for improving the JavaScriptCore framework and rendering engine. The …

0
150
Member Avatar for JayGeePee

Alright here we go... I just purchased a Javascript/css based login form that works very similar to twitters login form. Here lies the problem. The way my website works is this...Theres a login link you click on that takes you to the login page. Because my site is set up …

Member Avatar for P0lT10n
0
147
Member Avatar for ryzelive

Does W3C, or anybody, have a way to validate JavaScript similar to the way you can validate HTML and CSS? I'm not talking form validation. I mean literally check to see if all of my JS is "grammatically" correct.

Member Avatar for ryzelive
0
93
Member Avatar for ryy705

Hello, I understand how use the onblur event the following way [CODE]<input name="city" id="city" onblur="myfunction()" />[/CODE] But what if I don't want to insert javascript in html. I need to keep all javacript in a separate file. Can I execute my function without mixing html and javascript? Thanks in advance.

Member Avatar for Troy III
0
153
Member Avatar for ktyler

I am trying to get this form to add a distribution line on demand. However, when I click on the 'anotherdistribution' button, I know it is executing the code in moreFields, but it doesn't actually display the fields in the form in the node. Anyone see anything that I am …

Member Avatar for hielo
0
66
Member Avatar for filch

I have a page where I need to show a number of form input fields depending on what number is selected in a select menu. I have a sort of solution but is is messy and involves too many fields. I need to show up to 15 text input fields; …

0
366
Member Avatar for Hwestman

Hi! I´m completely new at javascript, and I got a little issue. I want to be able to have some text in my index-page and 2 buttons to change this text back and forth with diffrent text. Say i have one headline like this <div id="first"> <h1>Hello world</h1> <p>Lorem ipsum …

Member Avatar for Airshow
0
84
Member Avatar for hindu times

Hi there, I'm working on this page, which is built in Wordpress: [url]http://www.rjt-online.com/blog/[/url] As you can see I am displaying recent Twitter posts using Twitter's own JS code, which seems to work fine. Problem is, when you navigate away from the page, and come back to it (using browser back …

Member Avatar for hindu times
0
87
Member Avatar for maxelcat

Hi Am doing my first bit of jQuery and I thought it was all great until I looked closely. I'd really appreciate any help! All I want to do is fade in an absolutely positioned div with a couple of lines of text in it when the page loads. There …

Member Avatar for benhowdle89
0
130
Member Avatar for Mike516

How can I get a PHP variable passed on to a jquery one.. [code=php] <?php $temp = "yes"; ? [/code] How would I get "yes" in a Jquery variable?

0
51
Member Avatar for myosuof

Hi, I am working on my assignment: The assignment is: The process of finding the largest value (i.e., the maximum of a group of values) is used frequently computer applications. Write a Javascript program that input a series of 10 single digit numbers as characters, determines the largest of the …

Member Avatar for P0lT10n
0
159
Member Avatar for new_techie

Hello, would anyone be able to tell me how to make text disappear on a specified date using html? More specifically I am trying to put a message on a site that should be coded in a way that the particular message will disappear or hide itself on a particular …

Member Avatar for hielo
0
82
Member Avatar for malashukla

i am new in php so may be my problem could be so easy for u but i m not solve. anyone out there please help me. actually i am creating checkboxes inside the while loop with different id. and a user can check more than one checkbox and when …

Member Avatar for pssubash
0
97
Member Avatar for ......?

Hello everyone! To get incoming message in fb-chat, browsers send request in certain interval (i think 55.31s). But if there is message it fetches message and terminates before starting new. Can anyone explain how it is done Regards

0
72
Member Avatar for dani0

Hi, When i clicked the submit button, it must be open an image and write a text like "Please wait". Then they will be hide after 5 seconds and we will see the submit button results. Can you help me about that?

Member Avatar for Thirusha
0
136
Member Avatar for Pari13

Hello Developers, I am not able to get client path on file(image) upload .so i can disply that file(image) in image control on upload file. On my local machine below code worked nicely. [CODE] <img id="imgProductHallmark" name="imgProductHallmark" src="" alt="Image" width="95" height="113" runat="server"/><br /> <input name="ProductHallmarkUploadID" id="ProductHallmarkUploadID" type="file" onchange="LoadImage1()" runat="server" /> …

0
64

The End.