15,116 Topics

Member Avatar for
Member Avatar for rahuls2930

Hi, I have a main div with a fixed width for which the overflow is set to hidden. Inside that there is a content div which can have variable width depending on the number of its contents. Each content has an image and some text. There may be 100 s …

0
48
Member Avatar for 7gakki

Anybody can help me? Why [url]http://placesnap.com/recent_ie.asp[/url] not working in IE? In firefox, that page working good

Member Avatar for yilmazhuseyin
0
86
Member Avatar for crimsondarkn

Basically, I have a bunch of input rows, each with id in the form of something like.. item:characteristics:age or item:setting:type1:blah. It's kind of like going down folders to get to the item I want. So as you can see in the code, I am splitting each id and trying to …

Member Avatar for Airshow
0
248
Member Avatar for gagan22

Hi all, Actually i want to two link in my page using ajax. Let me explain the problem: Like my site have three page in which about me, contact me and personal info are three page . All these three page are connected with database and fetching some information from …

Member Avatar for yilmazhuseyin
0
125
Member Avatar for Xessa

I have 3 textboxes names myTextBox1 myTextBox2 myTextBox3 onblur i want to check if the value of the checkbox is true. I have a function in my js file. [code] function isNumeric(myString) {.......} [/code] In my JSP file i write; [code] onblur="isNumeric(X)" [/code] I wrote everything and it does not …

Member Avatar for itsjareds
0
96
Member Avatar for zido85

i have this code, im using jquery which im not very familiar and i need help please:D [code] <html> <head> <title>Select and drag?</title> <style type='text/css'> body,html { color:#333; font-family:Calibri; font-size:11px; } .panel {float:left;width:200px;margin:20px;} ul { list-style-type:none; border:1px solid #999; background:#ccc; padding:20px; min-height:150px; width:100px; } li { display:block; border:1px solid #999; …

Member Avatar for Josh Connerty
0
2K
Member Avatar for Gary888

Hello, This is a JavaScript/PHP question so I will go ahead and post it here. I would like to know if it is possible to access (in a PHP class) a value/variable that has been returned by a JavaScript function. The function is in external .js class. Here what I …

Member Avatar for Gary888
0
1K
Member Avatar for blindkilla

Well im trying to get my form to post data to a php file and get back the result. For some reason its not calling mail.php, but instead it just puts all the post data in the current url like [code]somesite.com/index.php?id=value&id=value..etc[/code] instead of [code]somesite.com/[B]mail.php[/B]?id=value&id=value..etc[/code] here is the ajax code [code=javascript] …

Member Avatar for Airshow
0
331
Member Avatar for servis

is it possible to use the xmlHTTP.responseText in any other java function, after execuation of stateChanged() function??? example in ajax... [ICODE] function stateChanged(){ if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") { var result = xmlHttp.responseText if (result.length=="0"){ var task = "do"; //i want to use "task" in other js function return task; } …

Member Avatar for essential
0
442
Member Avatar for Loyen

Hello fellas, long time no see. :) I am getting into jQuery a bit these days, and I was wondering, how do I make a function, which shall be reusable more than once, which shall be making a popup window come up and position itself under the clicked item aligned …

Member Avatar for Loyen
0
73
Member Avatar for itsjareds

I was helping a friend fix some issues with her iPhone connecting to a JavaScript-heavy (and buggy) site. Long story short, her iPhone cannot type brackets ([]), and I need another way of getting the first element in an array. I thought there might be a javascript function like first() …

Member Avatar for essential
0
155
Member Avatar for fizmo

hiya, I'm very new to how javascript works and have inherited a website that contains a form that uses the calculate total function...which only works in IE. I've searched all over the net trying to find a solution to get this working across all browsers but not having much luck …

Member Avatar for fizmo
0
134
Member Avatar for DelphiLynx

While I have hundreds of draggables, the performance is very dramatical. So I want to hear from you if its possible to write code around it. Have you devs a solution to create a draggable on the mousedown event? The problem I face now, is: that I can create on …

Member Avatar for zido85
0
260
Member Avatar for schwarznavy

Greetings, I'm not a very advanced programmer at all. I found a piece of code that helps me out a lot at [url]http://www.codelifter.com/main/javas...lideshow2.html[/url]. It allows an image to crossfade into another, into another, etc. I'd like to be able to crossfade an image, with a text caption underneath it, to …

Member Avatar for FeralReason
0
1K
Member Avatar for mindgames

Hi all, I'd like to get this Greasemonkey[B](*)[/B] script to work for me (it's been written by someone else, but I haven't been able to get a response from the author): [url]http://userscripts.org/scripts/review/49821[/url] Basically what the script is supposed to is to integrate "yamli" (a Latin to Arabic transliteration engine that …

0
56
Member Avatar for k2k

hi, i am picking up js for form validation. does anybody know how i can add a little check (a tiny image) to the textbox if the content is passed ... and a cross mark maybe if the textbox content failed. it would be great if someone may just shoot …

Member Avatar for oakleymk
0
112
Member Avatar for jmasta

Hello everyone, I have a table with a bunch of rows and columns. You choose an item, and then you can look at the properties of the item in a popup window. You can change some properties and then save, or you can cancel. If you cancel, the window should …

0
94
Member Avatar for davidinpa

My html with this JavaScript line... [code] audioControl = new ActiveXObject("VideoOS.Sdk.UI.AudioControl"); [/code] ... is causing this error, "Automation server can't create object". I believe "VideoOS.Sdk.UI.AudioControl" is in a file I have called VideoOS.SDK.DLL What do I need to do, to get the call to ActiveXObject() to work? Do I need …

Member Avatar for serkan sendur
0
82
Member Avatar for Kligham

Hi, What happens? You type something in a text field, and based on the input, you should get some suggestions. Now, the problem is that I can get the info out of my database with PHP, but now I need to be able to use the PHP array in javascript. …

Member Avatar for Kligham
0
179
Member Avatar for flavabrwn

Does anybody have any solutions for converting Excel Spreadsheet calculators into HTML, most likely with Javascript commands. There are a couple software companies like SpreadsheetConverter and ExcelEverywhere that do this, but does anybody know of any free solutions out there. Here's a CNET link to ExcelEverywhere's description: [url]http://download.cnet.com/ExcelEverywhere-for-HTML/3000-2077_4-10211203.html?tag=mncol[/url]. I'm looking …

0
58
Member Avatar for jyotiu

Hi All, Alright i am developing an application which is using ajax. First of all there is a select box which is getting populated from db for a category ... now user can select one or more values from first select box .... and there are four buttons for different …

Member Avatar for essential
0
163
Member Avatar for oakleymk

Hi All, Without getting into too much history on the why, I came into a situation where I needed to create a function to get various properties of !DOCTYPE so that other functions could adjust to work properly with certain DOCTYPEs (Strict, Transitional, etc.). I have tested the function in …

Member Avatar for oakleymk
0
382
Member Avatar for Merlin33069

so im really getting into the ajax crowd, though i dont strictly use ajax (no xml) i like the functionality of calling server side scripts for dynamic php functions... anyway i have a few images in this form ive made that i would like to be placed correctly let me …

Member Avatar for Merlin33069
0
125
Member Avatar for andy3250

Hi, please visit sample site at [url]http://www.wiproductions.com/projects/scripts/ajaxslider/[/url], i have folder that comes with user images, along with full name from mysql using databse. If i want to use image with full name that retreive from databse, how can i write that in ajax to show slide images! currently they allow …

0
67
Member Avatar for Potato.Head

Hi to all, I having the following problem, I have a page with java scripts and images, I see that after the page load, all the functionality and the images are working Ok. I noticed that the status bar in the browser is still working(like still loading the page), I …

Member Avatar for Jupiter 2
0
83
Member Avatar for Xessa

I want to create a listbox in a jsp page. I want people to be able to choose multiple options... Also i want if one option is selected, people should not select another option. EXAMPLE If b is selected people can select a and c. But if a is selected …

Member Avatar for essential
0
125
Member Avatar for samarudge

Hi, I have this code which is not working [CODE=javascript]<script type="text/javascript" language="javascript"> <!-- function loadpage() { document.getElementById('Loadingindic').style.top = '-500%'; } function checkfields() { if(name()==true){ if(email()==true){ if(message()==true){ return true; } } } return false } function name() { name = document.getElementById('CF_N').value; if ( name.length == 0 ) { alert('Please enter your …

Member Avatar for essential
0
158
Member Avatar for Xessa

Hello . I have a web page and a button on it. From that button i pop-up another page and update the user's information. After updating is done, it focuses to my original page. Not the page that i have been working. Why is this happening? How can i make …

Member Avatar for essential
0
84
Member Avatar for pradeepg459

MY HTML CODE IS GIVEN BELOW: [code=HTML] {foreach from=$heading_array item=hdng key=col_name name=headng_loop} <td width="40px;" id='column{$col_name}' name= {$col_name} sort="" {if $align_view.$col_name.CWDTH neq '0' or $align_view.$col_name.CWDTH neq ''} style="padding-left:3px;word-wrap:break-word;{*$align_view.$col_name.CWDTH*};"{/if} {if $wrapflag neq '' or $wrapflag neq 0}style='vertical-align:top;'{/if}>{if $drag_flg eq 1} <table height=100% cellSpacing=0 cellPadding=0 border=0 style=""> <thead> <tr> <td>{/if}{if $align_view.$col_name.CWDTH eq '0' …

0
74
Member Avatar for rouse

I was looking at the JQuery for absolute beginner instructional video where I was shown how to add and remove an item for an unordered list. The demo assumed that you had one unordered list on a page. I tried to create a demo where there are two unordered list …

Member Avatar for chridam
0
147

The End.