15,699 Topics

Member Avatar for
Member Avatar for jaimca

Hi i am generating dynamically a list of books. Each book should be draggable to a certain place in a page. I gave the same id for all the books by keepin each book reference inside a div element. But only the first element is draggable . Please help me …

0
76
Member Avatar for shubhamjain1

In orkut, as soon as one receives a new scrap, one gets an alert at side bottom even if page is not refreshed. I am sure that orkut doesn't check for scraps again and again by Ajax. Then how does orkut know that i have received a new scrap?? Similar …

Member Avatar for jomanlk
0
136
Member Avatar for cjay175

Hey, Im wondering if someone could tell me how to set a variable depending on the link that is clicked than pass it to php. It's for a rating plugin - The links will be numbers 1 - 5 and need to pass the integer to php when clicked.. in …

Member Avatar for Thirusha
0
83
Member Avatar for prince23

hi, "INSERT MODE" i have check box in one "tr". and another dropdown control in another "tr" intially dropdown control will be invisiable intially . but once the user checks the check box. the dropdown control should be visiable and he can select the value. but again the user unchecks …

0
128
Member Avatar for cmm0812

I am using a tabifier to create a tabbed webpart within a tabbed webpart in Sharepoint 2004. My problem is that when I place the inner tabbed web part inside the outer tabbed webpart, one of the tabs on the outer tabbed webpart disappears. Can anyone help ASAP? If so, …

0
68
Member Avatar for DaveyMoyes

Hi everyone, its been a while since i kast posted on here, Im trying to make the following menu open on the mouseover event, but im having loads of problems, Whilst the menu system works great on the click event, Copy and paste this code if you are looking fro …

Member Avatar for DaveyMoyes
0
259
Member Avatar for shane_tactical1

Hi guys, Can anyone tell me why this script no longer works in firefox? It works in the older version but since it got updated to version 3.5.3 it doesnt work anymore. It works fine in IE. [code] <script type="text/javascript"> function show_popup(s_file, msg, msg2, msg3, w, h) { var p=window.createPopup() …

Member Avatar for shane_tactical1
0
151
Member Avatar for jaimca

Hi I'm using an ActiveX control in my html page.. Each time i load the page ie pops a message box to allow the activex to run or not . Is there any way to handle that message box using javascript. Or is there any other way to avoid that …

Member Avatar for network18
0
132
Member Avatar for ryy705

Hello, With PHP I've saved all my website settings in one file e.g [code] 'baseUrl' => 'http://localhost/thisSite', 'resources' => '../Resources/', 'templates' => '../Resources/TPL/', [/code] This makes the site very portable. I simply make changes to this one file and I can move the site to any server. But I how …

Member Avatar for ryy705
0
228
Member Avatar for belper

Hello, I am developing a site with Dreamweaver CS3 and have a little knowledge of HTML. I need a solution for the following: Visitors can come to my site through a referrer for ex: [url]www.domain.com/?ref=cesar017[/url] The referrer’s information (cesar017) should be prefilled automatically in a form field on another page …

Member Avatar for belper
0
187
Member Avatar for dangari

I have already implemented AJAX (DWR) in a web application.My concern is that I don't want the users to lose the efficiency of AJAX simply because browser settings have disabled javascript.Already I have seen someone who has hinted on using degradable AJAX to implement AJAX regardless of whether javascript is …

Member Avatar for Airshow
0
183
Member Avatar for hajjo

say in textbox its written you, and i erase it and write bingo. how can i retrieve back the old value you? simple solution i dont want to use, i want different way. i do inputhidden where i store the old value always

Member Avatar for Cronless
0
62
Member Avatar for culebrin

Hi, I'm developing an AJAX website, and I want to make it compatible with most browsers and its many versions in the market. I've been using IE, FF and Chrome, for many years, and I know his popular versions (not everyone updates, you know), but I never used Opera, and …

Member Avatar for culebrin
0
173
Member Avatar for ankitbhatia

Hi friends, I have a [B]parent page say index.html[/B] on which I have a div. Now, I want to load some content from the [B]child page(external page) say inner.html[/B] into the div on parent page. As far as I have worked on it I found that I can do this …

Member Avatar for Thirusha
0
83
Member Avatar for mikeandike22

Hey Im trying to send an email with PHP. but Im using ajax to load all my pages So i dont want to disrupt that flow by having the page refresh when you hit submit..I just want it to be like loading and then echo Thank you or something. Here …

Member Avatar for imadbalcoh
0
490
Member Avatar for MDanz

[CODE]<script type='text/javascript'> function urlget(){ var url = parent.link_frame.location.href; document.getElementById('urlarea').innerHTML = url; } </script>[/CODE] [CODE]<textarea name="urlarea" id="urlarea"></textarea> [/CODE] [CODE]<a onclick='urlget()'></a>[/CODE] it should get the url of the top frame(link_frame) and put in the textarea.

Member Avatar for Airshow
0
53
Member Avatar for sonu_gaurav1986

Hi, I am using html to upload image from computer in the <img src> tag. i have <input type=file>which browse for file then a button to load image. I am not able to load image. [code=html]<input type=file><input type='button' value='LOAD'> <br> <img src>[/code] Please mail me at <EMAIL SNIPPED>

Member Avatar for tameez_say
0
45
Member Avatar for rajoo.sharma

Hi, I've used Dynamic Currency Converter: [url]http://dynamicconverter.com/[/url] on this under development websites: [url]http://www.greyboxtechnologies.com/murugan[/url] For some reason the [B]IE6 SP2[/B] crashes when we access this website on few of our machines. Surprisingly not on all the machines. Its not only in our network machines, I tested it outside also through friends, …

0
38
Member Avatar for mdminternet

Hi guys, I'm very new to Javascript and normally I can find solutions for any issues I have with a quick Google search but this one I just can't find a solution that works. Essentially all I'm trying to do is insert a bit of adsense code into a part …

Member Avatar for mdminternet
0
205
Member Avatar for madhu28

hi Suppose i have 10 checkboxes and i allow the user to check max of 4 checkboxes. When the limit is reached i.e. 4, i need to disable all the other checkboxes and when i uncheck anyone (now only 3 are checked) all the checkboxes should be enabled Here's the …

0
81
Member Avatar for cjay175

Hey, I was wondering how to obtain a hash value and pass it to php. URL: [CODE]http://www.mydomain.com/#id=110[/CODE] All I want to grab is just the "110". This is my javascript code: [CODE] <script> function getUrlVars() { var vars = [], hash; var hashes = window.location.href.slice(window.location.href.indexOf('#') + 1).split('&'); for(var i = …

Member Avatar for Airshow
0
2K
Member Avatar for Ghodmode

I'd like to use JavaScript to add rows to a table. It seems like an easy idea, but it occurs to me that the parent node of the rows might technically be a TBODY element. So, I'm wondering if I use appendChild to add a table row to a table …

Member Avatar for codejoust
0
322
Member Avatar for jronneba

Hello All, I'm very new to the world of php, js and ajax however I've been working on creating two combo boxes built from values in a table. The table is such - LeagueCode, TeamCode, TeamName. The first combo displays all distinct LeagueCode values. The second combo then needs to …

0
43
Member Avatar for MDGM

Hi all, I'm creating different pages on a website for each branch in the country for a business. The way the user gets to their branch is through a dreamweaver generated jump menu. My question is: Will search engine robots crawl the pages that are linked via the jump menu? …

Member Avatar for jaspaltech
0
252
Member Avatar for anatta

Hi guys, I'm trying to write code where an ajax function, at a specified interval, calls php script to query a table and open a certian window according to the response(variable) received. After that, the ajax function will continue to call the same php script but will open another window …

Member Avatar for anatta
0
309
Member Avatar for 3000MAN

Getting to the poiint; I have a 'index.html' document that creates 3 iframes, each within a row of a 1 column, 3 row table. So I have a top (frame1), middle,(frame2) and bottom(frame3). Frame1 src="header.html" is a descriptive banner. Frame2 src="Start.html" is where the real application does all the work. …

Member Avatar for 3000MAN
0
236
Member Avatar for AliHurworth

Hi all, I have a div I would like to show and hide. I've used a script before which works, but now reusing it I can't make it fly. As I can't see where I am going wrong, can anyone else help? This is the one that works: [CODE] <!--script …

Member Avatar for AliHurworth
0
152
Member Avatar for rattcod

hi i have a problem in running javascript code between jsp page.. lets below is my jsp body . [code=jsp]<body> <script language="javascript" > alert("hi"); </script> <h1>hello</hello> <% System.out.println("hello"); %> </body>[/code] in the above code there is no problem in running javascipt .. it gives hi alert easily but.. for below …

Member Avatar for rattcod
0
169
Member Avatar for digtokiller

Hello. i use this script to my mediaplayer on my website. but the fullscreen button is not working. can anyone come with anything there can help? [CODE]INPUT TYPE="BUTTON" VALUE="Play" OnClick="Player.URL='my\music\song.mp3'"> <INPUT TYPE="BUTTON" VALUE="Stop" onclick="Player.controls.stop()"> <INPUT TYPE="BUTTON" VALUE="Pause" onclick="Player.controls.pause()"> <INPUT TYPE="BUTTON" VALUE="Full Screen" onclick="if(Player.playState == 3) Player.fullScreen = 'true'"> <p></p> <script …

0
60
Member Avatar for matthewcar

I am developing a website in ASP.net and I would like to be able to track the mouse movements whilst a user of the site is browsing pages on the site and be able to store the duration in seconds of how long the cursor is left in specific areas …

Member Avatar for ITSVPS
0
225
Member Avatar for network18

Hi, I have a simple vote up and vote down feature, which on clicking calls a js function and increments or decrements the counter variable accordingly. But i have an issue, some malicious script just executing the script to incrment the counter by vote up. I am not allowed to …

Member Avatar for network18
0
105
Member Avatar for DealthRune

This is a nice and easy table editer. Use it to add and delete cells, rows, and a caption

Member Avatar for Jonh S. Brown
1
160
Member Avatar for Confused@JS

Ok I am having a lot of trouble making my Nav bar stay fixed in the upper left corner. Every time i scroll down the nav bar follows down the page. I need some help here is the JS but iam not too sure if my prolbem lays in the …

Member Avatar for FourPart
0
239
Member Avatar for nilesh.shinde

I am a newbee to JavaScript was was just fiddling around with events for a browser... Is it possible to detect the browser process termination done through the [B]Task Manager[/B] in windows. [B]Process:[/B] 1. Goto Task Manager 2. Right click on the browser process e.g. iexplorer.exe 3. Select "end process" …

Member Avatar for nilesh.shinde
0
244
Member Avatar for darkRoom

My website I'm building has various image Arrays, I have JS code passing data so an image in 1st page exp:[image5] loads into 2nd pages Array as [image5], it works in all browsers except Firefox where 1st page reloads to [image1] in 1st page Array. Being a newbie I can't …

Member Avatar for Airshow
0
184
Member Avatar for Junian

Hi all I am a newbie to Ajax and Javasript. Please help me out... I am using Ajax and Javascript to show real-time data on the web page. On my web page, a 4-digit number is displayed in a text box and this number updates every 10 millisecond automatically to …

Member Avatar for Junian
0
119
Member Avatar for j_limboo

I am newbee to javascript wanted help! I have google, yahoo, bing results to open in a frame without my domain name changing. The results for the query is shown in iframe. The results can be anything any domain. I am trying to see if javascript between those open and …

0
74
Member Avatar for Lightninghawk

I'm trying to bypass a script if possible to use only a hyperlink that i can build from a database to pull up a web page. What I have is addresses that I need to open in this website: [url]http://gisims2.miamidade.gov/myhome/propmap.asp[/url] You'll notice on the left hand side of the page …

0
78
Member Avatar for rickya100

Hey everyone, The problem I'm having is regarding trying to persist a users search selection. For example a user searches (for holidays) on the homepage. I would like the search box which is displayed on every page to hold the values of the previous search which are persisted in a …

0
146
Member Avatar for eantz

Hi, I want create a page which has animation at the bottom of that page. I use jQuery to do that.. this is the way I do it [code=html] <a href="#" class="animation">Animate this</a> [/code] and this is the jquery [code=javascript] $(document).ready(function() { $('a.animation').click(function(e) { e.preventDefault(); //animation goes here; }); }); …

Member Avatar for eantz
0
185
Member Avatar for colerainescotty

Hi there, I am wanting to find out how to add text to a hidden field in a HTML form. I want to add text from an array, the array holds the information for the caption placeholder for the images. Basically i have an image viewer which lets you scroll …

Member Avatar for colerainescotty
0
246
Member Avatar for miamizorz

Hello! I am trying to make an image gallery navigation work in IE (works in FF2+, safari, not working in opera 9, probably other browsers) but my severely limited Javascript knowledge is really holding me back! I am using JonDesign's SmoothGallery (camelback heaven, there), but the problem almost certainly lies …

0
57
Member Avatar for SKANK!!!!!

how do i close a specific window. (not the active one) with javascript. the reason im asking is because i have a form submitting to another page AKA TARGET_BLANK. but i have it target blank because that page checks if the stuff from the form can be inserted into the …

Member Avatar for SKANK!!!!!
0
1K
Member Avatar for DealthRune

Use this to encrypt your passwords, for login fields and password protection.

Member Avatar for LUCKYLOVE
0
303
Member Avatar for ablitz

Hi guys, I spent the whole day (thats 8 hours straight) trying to get a simple jQuery function to work but failed miserably!!! I very very new to the jQ scene and I know I have a lot of catching up to do! Could somebody get this to work for …

Member Avatar for Luckychap
0
213
Member Avatar for _John_

Dear Experts, Apparently using the html mailto: action is prone to not working if the users client side email is not properly configured (like hotmail or other web based email apps). Is it possible to catch this error in the html code (via javascript, PHP, or HTML) and take other …

Member Avatar for Airshow
0
221
Member Avatar for DARK_BYTE

Hi can someone please explain to me what is the difference between writing onclick="confirmLink()" and onclick="return confirmLink()" I tried both and they did the same thing and I am confused since the lazy fellows from my university have given me old notes in which they randomly include the "return" sometimes …

Member Avatar for DARK_BYTE
0
172
Member Avatar for hajjo

I have a table, and insde the table dynamic inputtextboxes how can i set the id of textbox "row" + row number id of first textboxt row0, second one row1 and so on..

Member Avatar for Luckychap
0
91
Member Avatar for The Photographe

I am having some problems with (a)coloring my stick figer(b)to stabelise the line on which the stick fig is supposed to be running across the Applet on. Can some one please advise me on how to achive this? Thanking you in advance. [CODE] //Walking //Written By: //Written on: import java.applet.*; …

0
76
Member Avatar for ttope

I am having trouble getting the two dropdowns under Facility and Contact Us to drop down... see link below... the first drop down works fine (under Services) Please help! Thanks in advance. [url]http://www.gumshoestudio.com/Wickertree_menu_test/[/url]

Member Avatar for Airshow
0
84

The End.