14,054 Topics

Member Avatar for
Member Avatar for vishalkhialani

Hi, I am currently deciding in which technology should I put more time in and learn . I have been working with drupal and wordpress since 4 months and I like the platforms. As for the browser side work I am a bit confused whether I should put more time …

Member Avatar for Frankey
0
152
Member Avatar for Frankey

Hi There, I have found a very usefull and lightweight code that is made by the famous Tim Van Damme, a Dutch compatriot. Here is the code, i will explain my question beneath. The js that works in combination with the js libary. [CODE]<script language="javascript" type="text/javascript"> jQuery(document).ready(function($) { $('.tabs').each(function () …

Member Avatar for Frankey
0
204
Member Avatar for omaiaa0p

Hello everyone, I am trying to understand this concept but its truly confusing. I know that javascript is not server side, but I would like to have an effeicient way to retreive a sessions' value, please inform of any methods, I have tried the following <script> var MyClientSideVar = <%= …

Member Avatar for omaiaa0p
0
146
Member Avatar for IT.Coordinator

I'm in dire need of a Script that changes one text to another text. So like say NEWSPAPERS, is [B]Times Roman[/B] with a 18 font and Bold, I would like a Javascript that changes the text that has 'NEWSPAPER' of any font type and size to change it to "NEWSPAPERS" …

Member Avatar for Graphix
0
738
Member Avatar for Puster

Hello, I have innstalled the jquery lightbox to my webiste and how can i set the max h and w? Pleas help me"!

0
36
Member Avatar for winky

Hey everyone, Brand new to javascript and had a, hopefully, quick question. I have pulled a date from our database in the form of mm/dd/yyyy, and would like to convert this to a Date object type. To do this, I have parsed the string to switch it to the following …

Member Avatar for Airshow
0
100
Member Avatar for youlichika

I need a jqeury animate effection. when I click img1.jpg, img2.jpg will animate right 200px, but I have too many divs and other html elements, I tried many times, it also failed. How to write correctly? Thanks. PS: h1, the font is on the top of image, and b class="effect" …

Member Avatar for Airshow
0
138
Member Avatar for Frankey

Hi there, I am busy with a ajax driven application in combination with Wordpress and now i found a great script that will convert every link into a ajaxlink that will call its content to a div. great, and it works! sometimes :( when it outputs urls like [url]www.domain.com/#/information[/url] or …

0
73
Member Avatar for genzoman

I would very much prefer one that works with IE. My current code only allows for an element to become visible, but I would much prefer if it faded in. Thanks in advance, kids! [CODE]<html> <head> <title>title</title> <script language="JavaScript"> function fncShow() { document.getElementById('box1').style.visibility = 'visible'; } function fncHide() { document.getElementById('box').style.visibility …

Member Avatar for genzoman
0
138
Member Avatar for IT.Coordinator

does anyone know how to do this. Hello, I'm in Need of a Script for InDesign Cs3. I'm not new to programming. I know VB, C++ and Assmbler. I'm rather new to Javascript though, and just don't know all the syntex commands. I would like a script that applies a …

0
65
Member Avatar for jaylou

Hi all, I am adding code to a SharePoint 2007 list where I want a calculated field to be a colored square based on a status column. I have all the code I need to create a colored round bullet, but I would like the bullet to be square or …

Member Avatar for jaylou
0
100
Member Avatar for murtazamzk

[B]<html> <head> <title>New Page 11</title> <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> <script language="JavaScript1.2"> if (document.layers) document.captureEvents(Event.KEYPRESS) function backhome(e){ var targeturl="index.htm" if (document.layers){ if (e.which==104||e.which==72) window.location=targeturl } else if (document.all){ if (event.keyCode==104||event.keyCode==72) window.location=targeturl } } document.onkeypress=backhome </script> </head> <body> <p align="center">Hit The(H) key on your keyboard to send you to a home …

Member Avatar for hielo
0
99
Member Avatar for debashishnit

I am calling the callAjax function in the HTML body as below : <center> <h3>Request Tracking System</h3> <table width="70%" border=0> <tr> <td width=100% valign=top> <table width=100% cellpadding=8 cellspacing=0 class=bord border=0> <th colspan=2> <button type="button" onclick="javascript:callAjax('m');return false;">Requests for me</button> </th> <th colspan=2> <button type="button" onclick="javascript:callAjax('o');return false;">All Requests</button> </th> </table> <br/><br/> <div …

Member Avatar for hielo
0
383
Member Avatar for genzoman

Can someone please tell me why this code isn't working? I'm fiddling around with designing a site and trying to get my JS bearings down. I'm wondering why the second option isn't making the drop down list disappear. Thanks in advance! [CODE]<html> <head> </head> <script language="JavaScript"> function fncShow() { document.getElementById('box').style.visibility …

Member Avatar for genzoman
0
155
Member Avatar for anandhikrishnan

Hi All, My parent window is dash.html. From this i call a pat.jsp file which is a child window to dash.html. I wrote a function in dash.html function feed_refresh(){ getGlaceCompleteDashBoardResult(1); } this function `getGlaceCompleteDashBoardResult(1);` is included in a .js file in dash.html file. Now from the pat.jsp i call the …

Member Avatar for hielo
0
107
Member Avatar for Mylsamy

Hi all, I want to built tristate checkbox using Javascript. There is lot of examples for this problem.. All have processed with Images. But I want to use this with out image. Can anybody help me out of this problem? Thanks, Eagerly waiting Myl

Member Avatar for Airshow
0
169
Member Avatar for prathameshz

hi.. i had developed ' [url]http://www.wooadvertising.in/[/url] ' this site using Jquery. when i use the another Jquery it doesn't work.. i am trying to solve this problem but i cant. can anyone solve this problem

Member Avatar for @developer
0
142
Member Avatar for thilinam

Hello Everyone. I'm not sure whether this is the correct place to post this problem. How ever if somebody can solve this immediately that will help me a lot. I'm developing a web page capable of play .flv files. I'm using "flow Player". In my videos page, I need to …

0
60
Member Avatar for vishalkhialani

Hi, Please visit [url]http://www.dell.com/us/p/laptops[/url] In the dell site a user can select different features of what he/she wants like screen size, processor speed and and the script gets the products that meets the criteria. I would like to get the same thing done on my site but I don't know …

Member Avatar for @developer
0
164
Member Avatar for pikkas

i am trying to make a simple trim function but this doesnt works. any help pls? [CODE] function tr(input){ var i; var str; for(i=0; i<input.length-1; i++){ if(text.charAt(i)==" "){ str+=""+text.charAt(i) } return str } } [/CODE]

Member Avatar for hielo
0
93
Member Avatar for pietpiraat

Hello everyone, i'm using a jquery datepicker like this: [CODE]<script type="text/javascript"> $(function() { $('#inlineDatepicker').datepick({ rangeSelect: true, monthsToShow: 3, minDate: '+7d', rangeSeparator: '|', altField: '#resdate', altFormat: 'dd-mm-yyyy', pickerClass: 'locgrid', onDate: nationalDays } ); }); var natDays = [[12, 18, 2010], [12, 19, 2010]]; function nationalDays(date, inMonth) { if (inMonth) { for …

Member Avatar for Airshow
0
228
Member Avatar for saintrenz

I am making an menu list of starbucks the code is working but it only prints: ------ WELCOME TO STARBUCKS Total Price: "amount" ------ [B]Problem: I want the value to be displayed also in the alert box kinda like anyone help im a noob in js[/B] ------ WELCOME TO STARBUCKS …

Member Avatar for Airshow
0
150
Member Avatar for himmat.m4

I hav done Ajax code for dynamically select destination city according to user selected source city. My issue is this code work properly on my pc but whenever copied on other pc its not working. I can't understand so please help me. Ajax code is [CODE] <script type="text/javascript"> //window.onload="hideReturn()" function …

Member Avatar for hielo
0
137
Member Avatar for matt987

I'm fairly new to javascript and am having a problem validating a password. Here is what I have.... [B]Javascript :[/B] [CODE]function ValPass() { var invalid " "; var min = 8; var lower = /[a-z]/; var upper = /[A-Z]/; var numeric = /[0-9]/; var pass1 = document.passForm.password.value; var pass2 = …

Member Avatar for hielo
0
175
Member Avatar for omaiaa0p

Hello Everybody, Right, so I would like to see whether I can store a string in my session and send that over to my database. For example, in a function that I have produced, I would like that function to return a string called "first step", I would like to …

Member Avatar for omaiaa0p
0
104
Member Avatar for mbarandao

Good day all: I have an editable invoice that I have added a sales tax option with a js function doMath(). Prior to my modification with the sales tax option all worked well. the invoice which code is the following: [code] <textarea id="address" rows="6" cols="38" disabled="true">Website: Email: TaxID: </textarea > …

Member Avatar for mbarandao
0
1K
Member Avatar for srushtiagarwal

Hi All, When we pass url in our ajax function calls, I want that url to be an absolute url. For Eg: I have my ajax code wriiten in Javascript/ajax.js file In this I pass the url say url=ajaxResponse.jsp?variable=var My ajaxResponse.jsp file is in jsp folder. When I call ajax …

Member Avatar for @developer
0
88
Member Avatar for Matthew N.

Hello, I have a JavaScript calculator, here is the code:[CODE]<script type="text/javascript"> var num1=prompt('Enter your first number',""); var num2=prompt('Enter your second number',""); var problem=prompt('Enter the operator you wish to use..x,X,+,-,/ are valid..',""); if (problem=="+") { alert("The anwser to your equasion is "num1+num2); } else if (problem=="-") { alert("The answer to your …

Member Avatar for rbsntl
0
997
Member Avatar for tiimoo

Hello, I hope that someone would be able to help me to solve this simple problem. My goal is to get the value in the array from selection drop down list. Basically, I create an Array in Javascript and a selection drop down list in the body. [CODE] <script type="text/javascript"> …

Member Avatar for srushtiagarwal
0
97
Member Avatar for cutekate

This code is able to display a table and show me state, County, Genus and GenusCount and also it shows when I select option as All for Counties in my drop down. it can based on which it can change my table and give me State, all the Counties, its …

Member Avatar for cutekate
0
64

The End.