15,120 Topics

Member Avatar for
Member Avatar for anurags1932

Hi everyone, i need some help trying to achieve the following. Users enter a page and choose from a drop down list for example when they choose 6 then the page should load 6 text boxes. Im also wondering how we would uniquely name each of the textbox's , Eg …

Member Avatar for AleMonteiro
0
110
Member Avatar for PinoyDev

Good day! I am having problem regarding browser issues! I need to accomplish this task: Browser requirements should be( IE7,IE8,Firefox 3, Firefox 4, Safari 5, Opera, Chrome) and higher. 1. I want to detect if user's browser is below the requirements compatibility above then I want them to redirect to …

Member Avatar for AleMonteiro
0
69
Member Avatar for jonsan32

How would I get started? This site is the perfect example: [url]http://applereviews.com/[/url] This site also has one: [url]http://energycell.co.uk/[/url] Could I just use their js and css and place it on my site? [CODE] <link rel="stylesheet" href="http://applereviews.com/wp-content/themes/apple-reviews/style.css" type="text/css" media="screen" /> <!-- jQuery --> <script type="text/javascript" src="http://applereviews.com/wp-content/themes/apple-reviews/js/jquery-1.3.2.min.js"></script> <!-- jQuery Functions --> <script …

Member Avatar for jonsan32
0
146
Member Avatar for tejasagawane

I wants to access my web page which data is continuously growing, I want to buffered some of that data write it in responseText then again get next buffered data write it and so on (in AJAX). Is it possible and how i can do that?

Member Avatar for jogesh_p
0
89
Member Avatar for Marshmallows

I have created a python script that gets and returns the size of files with given start&end date params. I have written function for a check box that when clicked it displays a hidden field. In this hidden field I would like the size of the files to be displayed. …

Member Avatar for jogesh_p
0
118
Member Avatar for rimilbadal

i have a webpage form which have different no of textbox. i have to send this data to a sql database but i dont want to use the $_post or $_get command infact i don't want to send my data to other php page so i basically want a [B]php …

Member Avatar for diafol
0
872
Member Avatar for Virangya

how to automatically redirect to a fullscreen page? i googled it but everything ifound don't work for me.. don't know why. all of those codes just open a popup with half a page width and height. And i need it compelety like when u click F11. no any other detail. …

Member Avatar for Virangya
0
243
Member Avatar for dimasalang

hello.. just want to ask if it's possible to save html form field values in an xml file without using any server side script like ajax or php. i just want to use javascript and i want to do it offline witthout using any server like tomcat. is it possible? …

Member Avatar for dimasalang
0
2K
Member Avatar for anuradha2011

Please tell me that in Html website what is the code in javascript to connect to a MS Access database that is hosted on NIC Server. If not so possible in javascript then any other option what can added in HTML website

Member Avatar for gotboots
0
235
Member Avatar for Cupidvogel

Hi, I am providing a snippet of a large code, this snippet intends to dynamically insert a list of filenames into a <select> element on pageload, the filenames being read via Ajax from a XML file kept in the same folder as this one: [CODE] <html> <head> <title>hi</title> <script src="https://www.google.com/jsapi" …

0
73
Member Avatar for newboi

Hi Guys, Can't seem to get my head around this one. I need to send a bunch of variables to php so that i can store the values in a database, but i just can't figure out a way to do that. Pls help. here's a little code [code] $( …

Member Avatar for F-3000
0
254
Member Avatar for pjh1985

Hi, I am trying to setup google maps so that you can search for an address and then place a marker on the exact spot. So far i have got the address search working but i cant seem to get the markers to work. This is the code i have …

0
76
Member Avatar for ahasan_al_rabbi

I am using a image slider in my page. but sliders moves to fast. I want it's will be move slowly. so help me.

Member Avatar for ahasan_al_rabbi
0
168
Member Avatar for jeraldmuthu

In this class for each case i'm generating XML (XML creation code is in last) in Xhtml i added javascript [CODE] <tr> <td align='center'> <div id="chart1Div"> This text is replaced by chart. </div> <script type="text/javascript"> var chart1 = new FusionCharts("Charts/MSColumn3D.swf", "ChId1", "600", "600", "0", "1"); chart1.setXMLUrl("Charts/test.xml"); chart1.render("chart1Div"); </script> </td> </tr> …

0
91
Member Avatar for GeoffC

Example 1 The button is a blob of colour (.jpg) with text over the top. I want two things to happen: first, when the cursor is rolled over the .jpg and then the text, I want the text to change colour. This works ok. Second, I want to link to …

Member Avatar for AffineMesh
0
188
Member Avatar for MARKAND911

I have several radiobuttons. I have attached my jquery to this radio buttons When i call this jquery i want the control's id from which this jquery is called. i tried following technique $(this).attr('id'); but i failed. How to find this. Thank you

Member Avatar for Airshow
0
80
Member Avatar for jakizak

I am having trouble returning things from this function. Below is the function. [CODE] function switchframeAQUA(v) { if (v == "0") { document.getElementById("picframe").src = "/frames/cod-liver-oil_pic.html"; document.getElementById("blurbframe").src = "/frames/cod-liver-oil_blurb.html"; } else if (v == "1") { document.getElementById("picframe").src = "/frames/fish-oil_pic.html"; document.getElementById("blurbframe").src = "/frames/fish-oil_blurb.html"; } else if (v == "2") { } else …

Member Avatar for Airshow
0
119
Member Avatar for newbie14

I have page here [url]http://183.78.169.53/tm/addTyreSwap2.php[/url] where when I select the drop down list value it will reassign the drag and drop function but it behave differently from this link [url]http://183.78.169.53/tm/getTyreLayoutDetails1.php?l=3[/url] where it drag and drop only on the picture and the drag image does not disappear?

0
71
Member Avatar for ibivobarn

OK, first off let me say that I know that javascript is a client side language and that php is a server side language. I've read that you can't assign javascript variables to php variables too. But I'm still absolutely stumped as to WHY my code below doesn't work. Perhaps …

Member Avatar for ibivobarn
0
376
Member Avatar for dhani09

Good day everyone.. I'm very very new to javascript, i found this tutorial i was reading and it said to insert the below javascript code to a HTML document between the <body> </body> tags. The code is : <script language=“JavaScript”> <!- - document.writeln(“Hello, welcome to my page.” ); //--> </script> …

Member Avatar for jakizak
0
177
Member Avatar for Marshmallows

I am very new to JavaScript/JQuery and would really appreciate some help. I have javascript code for a ui slider in a base template, I then have a separate template that extends the base for my web page. I am having a problem getting the slider value variable displayed to …

0
49
Member Avatar for stoopkid

I've been at this for about a week now, and still can't get my Google Map to properly number the markers. Any help would be greatly appreciated. I've done enough "googling" on the subject matter, and finally needed to make a forum thread. My JavaScript code: [CODE]<script type="text/javascript"> function load() …

Member Avatar for Airshow
0
123
Member Avatar for gotboots

Hi I have started this code but i cant get it to work. new to javascript, but not sure how it works. im trying to make an alert for a text box "rrp" that alerts when it is less than the list price, therefore stopping an incorrect price being lodged. …

Member Avatar for extemer
0
2K
Member Avatar for jeraldmuthu

Hi i have generating xml file for chart(fusion chart). that chart having swf format file for each chart. i'm creating xml in case statement( case 1 for horizontal bar xml(file),case 2 for verical bar xml(file)) i have created that file by giving straight path it is not servlet it is …

0
129
Member Avatar for Behseini

Hi, Could you please take a look at following link and let me know how I can add a loop to my script in order to repeat the animate() function for example for every 30 seconds? [URL="http://www.geoca.com/Mover/"]http://www.geoca.com/Mover/[/URL] as you can see the animate function just runs for one time but …

Member Avatar for Airshow
0
152
Member Avatar for kaizokupuffball

Hi! I am animating on click, and when i click the element a box fades in, but i got a problem. Inside my div tag i fetch user info from a database, now if i try to click a member named Test i get the info from the Test user, …

Member Avatar for kaizokupuffball
0
185
Member Avatar for rakwel10

Hi! I have this code that adds field when the user hit the "add new field" button. The problem here is, once you added an input field, then fill it out, then add a new field again, the info in the first field be erased. As how the code runs, …

Member Avatar for Morta
0
151
Member Avatar for krishna501

[CODE] Holidays.jsp: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert Holidays Data</title> <script src="HolidaysValidation.js" type="text/javascript"></script> <style type="text/css"> #hihint{ position:absolute; right:350px; top:85px; } #hnhint{ position:absolute; right:450px; top:110px; } #mhint{ position:absolute; right:450px; top:130px; } #hdhint{ position:absolute; right:330px; top:160px; } …

0
45
Member Avatar for tcollins412

i am trying to submit a form in jquery without refreshing it. for my jquery code i have this: [CODE] $(function() { $(".submitbuttonsend").click(function() { var dataString = 'reqtoid=<?php echo $uid; ?>&reqfromid=<?php echo $id; ?>'; $.ajax({ type: "POST", url: "proccess.php", data: dataString, success: function() { $('#freekk').html("<div id='message' style='color: #4f4f4f; font-size: 12px; …

Member Avatar for AleMonteiro
0
119
Member Avatar for miriam159

Hi I have implemented an iframe that contains several links to other pages. I can't change the content of the iframe because it's on another server. Here you can see an example of the code for one link in the iframe: [CODE] <a href="javascript: void(0);" onclick="openUrl('http://www.streambeam.org');" title="">Link 1</a> [/CODE] Now …

Member Avatar for AleMonteiro
0
3K

The End.