15,127 Topics
| |
I was wondering if anyone was aware of a script that would reccomend products from a list on another individual products page? I would like something that will list three products that a customer might be interested in when they are viewing an item on my site. I have an … | |
Hi, all. I am implementing the final now. Here is one jquery syntax i want to ask. I have been stuck by this problem more than hours. Here is what i did HTML part [CODE = html] <table> <tr> <td> table head </td> </tr> <tr id="mytr">//here i want to get … | |
Hi guys, I am using a following code. I am using if condition but it is not working fine. [code] if(Request.responseText == "test") { window.location.href="home.php"; } else { document.getElementById("signup_result").innerHTML=Request.responseText; }[/code] I tried to alert the Request.responseText value it is "test" but condition is always false and control goes to else … | |
Hi i'm a newbe to javascript and i would like to create a function which will allow me to insert additional row to html table after every x rows. I appreciate every idea | |
Write a JavaScript/HTML program that inputs two integers a and b in an input text box, and outputs all odd numbers between a and b (a and b are expected to be between 1 and 30, and a<b) Can somebody help me with the source code for the .html file … | |
I am trying to use [URL="http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm"]Accordion Content script v1.7[/URL] from DynamicDrive.com on some pages. I have set up a [URL="http://www.f1d.com/test_expand_div.html"]test page[/URL] to show the error messages. I have changed the doctype of the page several times, including the exact one they use on the sample/instruction page on DD, but no … | |
Hi guys, im having a problem. see, i want to have 2 pull down menus that the options in the second one changes according to the first one. but i dont know how to detect and gain the value changes of the first. thank u. | |
hi, i am fresher, i am working on one project in that,if i click on reg button then registration page displayed on main page of <div>position as it is, but the validations are not working plzz give solution to this, and registration page of validations are working when i runned … | |
Hi All, I have web page where the datas are refreshed by calling Asp.net web service from javascript. I am using javascript setInterval() for updating the datas periodically, also using clearInterval() for stopping this javscript timer. In total the page gets details from 3 different web services. Once the data … | |
Hi There, I have created a javascript count down timer to be used in asp.net. Thanks to the author of the article for making my life half simple. Basically, I create a countdown time for user to register (20 mins). If the countdown is around 5 min (that means the … | |
Hi Guys, I need help in country, state drop down list. I am using a dynamic country, state drop down list in a form, the country state drop down works fine if I don't open a form without ajax request. But if I open a form with ajax request then … | |
I just started researching this and am not sure if it is possible so I do not have any code yet but thought I'd see what you all thought. I have several images that I want to link from different pages but I also want to have the ability to … | |
hi, I need suggestion for this.After a particular option selection in my page,how to replace the rest of the contents of the same page with its response,and too making the select action invisible... can i do it using ajax wit html... for example,i have a select option,where for each option … | |
hi, i have a problem with JS and the IE8. From a popup i want to redirect the opener with JS: [CODE] <script type=\"text/javascript\"> function siteload() { opener.location.href='www.google.de'; opener.focus(); self.close(); } </script> [/CODE] In IE 6,7 and Firefox 2,3 it works fine. In IE8 the URL ([url]www.google.de[/url]) was opened in … | |
I have a long paragraph which contains almost 2000 words. I want to extract all those words or group of words which are in single quote e.g. In the below sentence, I want to extract 1. is 2. important and 3. topic This [B]'[/B]is[B]'[/B] very [B]'[/B]important[B]'[/B] [B]'[/B]topic[B]'[/B] to discuss Any … | |
i have implemented pagination in jsp.these values will come from DB. checkboxes are there against each record.when user checks 3 records in 1st page and goes to 2nd pages and again comes back to 1st page whatever user checked previously it should be checked.how to maintain this state in javascript … | |
Hi I have a page which has a list displaying 5 images horizontally. Associated with each of these images there is some hidden text which is loaded into a display area by javascript when the image is clicked, at the same time an image that looks like a pointer is … | |
I was wondering if it is possible to print a file with out viewing it first by using a hyperlink on a webpage. Bacically i want users to print off a form (doc file) by clicking a link. eg: -so the hyperlink would be here: kings-head-inn.com/print/linkpage.html -and the doc file … | |
I have this code so when a user clicks a div they get taken to another page, just like the <a> tag. However I want it to open in a new page like target="_blank" but I dont know how. this is my code so far. Please help [CODE=html] <div onclick="location.href='http://linky.com';" … | |
Hi, I have a web page. In that there is a toggle button to show or hide advanced search options. Below that there is a "IFrame A"(Table). IFrame A conatins "IFrame B" (Table Contents). Based on the toggle switch status, i want to update "IFrame A" size without refreshing the … | |
using javascript in c# only for validations..i want to learn javascript in c# ..is there any website or material ...i dont want to read it fully..mainly used function in c# is enough..plz guide me | |
hi, I need an way to upload a file by clicking a link instead of button(<input type="file" name="somename"/>). This feature has been newly added to GMail, to attached a file we need to click a link. Any ideas or code of how this can be done are needed. Thanks :) | |
i'm trying to get the contents of the span fields "sector" & "coords" from this : header crap snipped out. [code] <body style="background-image:url('http://www.pardus-lcn.org/assets/pardus/bgoutspace1.gif')"> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:5px;"> <tr> <td valign="top"> <table width="210" border="0" cellspacing="0" cellpadding="0" id="status"><tr><td><img src="http://www.pardus-lcn.org/assets/pardus/status.png" width="210" height="34" alt=""></td></tr><tr><td style="background-image:url('http://www.pardus-lcn.org/assets/pardus/panel.png');background-repeat:repeat-y;text-align:left;"><div style="margin:0 18px;"><table cellspacing='2' cellpadding='1' border='0' width='95%'> <tr … | |
If you send two asynchronous requests in quick succession I presume this involves two different instances of the XMLHttpRequest. Are you supposed to allocate a different onsteadystatechange function to each different instance of XMLHttpRequest (which seems a bit awkward). I have tried to use a single "pipe-like" function and then … | |
I am trying to take user input and post it to a new page where I can format their input into a table. Here is the begin of my form: [code] <form action="resumeProcessor.html" method="post" name="resume" onsubmit="return validateSubmission()"> <p> <input name="name" type="text" id="name" value="Full Name" size="75" /> </p> <p> <input name="address1" … | |
| i really dunno what i miss or what's wrong with my codes. it would only work when you hit the "Post" button on the second try. i think it has something to do with my GUI, coz if i would just test the form named "fields" the javascript would work. … |
Hi, all! I have a problem I hope someone smarter then me will fix :) So, I'm integrating a javascript in my site: [CODE]<script language="JavaScript" src="/js/ortodox.js" type="text/javascript"></script>[/CODE] as you can see, is in a separate .js file. The site loads too slow, because of this. What I'd like to do … | |
where to put <form> tag in dynamic rows? In the below code when i write <form> tag after <BODY> i am getting weird exception. "Internet explorer cannot open internet site ;operation aborted".you can check the code in your browser. but when i place <form> after end </script> tag then page … | |
prototype.js and mootools.js working fine individual. but when i m trying to use both of them(prototype.js and mootools.js) together so it is not working ... pls any one here how can help me... this is my code....... <html> <head> <link rel="stylesheet" media="screen" href="../calendar/styles/vlaCal-v2.1.css" type="text/css" /> <link rel="stylesheet" media="screen" href="../calendar/styles/vlaCal-v2.1-adobe_cs3.css" type="text/css" … | |
Hi, I need to rotate div by 90, 180, 270 and 360 degrees. For 90 and 270 degree rotation, i interchanged width and height. and for 180 and 360 degree rotation, i kept initial width and height. But in either case, text i.e. div(innerhtml) is not rotating. How to achieve … |
The End.