15,113 Topics

Member Avatar for
Member Avatar for johnvisual

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 …

Member Avatar for lucky1981_iway
0
51
Member Avatar for chaituu

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 …

Member Avatar for Airshow
0
95
Member Avatar for relake

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 …

Member Avatar for relake
0
88
Member Avatar for NuGG

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 …

Member Avatar for essential
0
128
Member Avatar for theimben

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';" …

Member Avatar for theimben
0
126
Member Avatar for lucky1981_iway

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 …

Member Avatar for lucky1981_iway
0
187
Member Avatar for sivak

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

Member Avatar for serkan sendur
0
85
Member Avatar for raghuprasad

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 :)

Member Avatar for lucky1981_iway
0
151
Member Avatar for fischb22

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 …

Member Avatar for essential
0
139
Member Avatar for qavo

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 …

Member Avatar for Airshow
0
163
Member Avatar for prettynpinknc

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" …

Member Avatar for essential
0
90
Member Avatar for starsinthesky

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. …

Member Avatar for starsinthesky
0
222
Member Avatar for RobotFX

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 …

Member Avatar for RobotFX
0
194
Member Avatar for chaituu

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 …

Member Avatar for essential
0
92
Member Avatar for sudhirnaidu

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" …

Member Avatar for sudhirnaidu
0
118
Member Avatar for sunilsinha

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 …

Member Avatar for Airshow
0
152
Member Avatar for Pierre9

Hi all, I've written some functions that seem to be able to handle parallel AJAX requests. However, I am not sure if they would work under all circumstances. My idea was to create a separate object for each AJAX request in order to bind the right handler function to the …

Member Avatar for ShawnCplus
0
172
Member Avatar for mimoDsg

I need to stop this while without a brake or a better way solve it function validacion_contenidos(palabra) { j=0; if(palabra.length >= 4) { //dw("palabra valida"); while(j < palabra.length) { letra=palabra.charCodeAt(j); //dw(letra); if(letra >= 97 && letra <= 122 || letra >= 65 && letra <= 90) { val=true; } else …

Member Avatar for Airshow
0
84
Member Avatar for sunilsinha

Hi, I have to zoom a div. an image is placed as div background using css. while doing zoom in, what i did is increased width and height of div by 25px, but image which placed as div background is not streching. Also, when i zoom it, the text placed …

Member Avatar for sunilsinha
0
87
Member Avatar for Capsi

Hi frnds, I m new to ajax. I have implemented the ajax autocomplete <ajax:autocomplete source="tag" target="make" baseUrl="autocompleteTag.htm" className="autocompleteTag" indicator="indicator1" minimumCharacters="1" parser="new ResponseXmlToHtmlListParser()" /> this my partial code. The problem is that when i press any alphabet say suppose "a", i get all names starting with "a" say amy, admin, anuj …

Member Avatar for navenchary
0
142
Member Avatar for ryanwhite17

I need some help figuring out how to create a somewhat simple form. The form will have text fields for 'Name', 'Phone', etc. What I want is to have a [B]drop down list[/B], which has different insurances to choose from (i.e. Medical Insurance, Dental Insurance, Senior products), and say when …

Member Avatar for Airshow
0
416
Member Avatar for OrcaSoul

I am rewriting a Python mechanize script to parse a site, after the entire site was altered... I am able to get part way into the pages I need to access, but have run into a bit of a problem. In the HTML below, the first segment has 2 buttons …

0
65
Member Avatar for Potato.Head

Hi to all, I'm a JavaScript developer and like you know there are not to much tools for developing Javascript(at least this is my feeling). I was wandering if you can share with me your tools you are working to develop and debug java script code. I found the project: …

Member Avatar for serkan sendur
0
107
Member Avatar for aveao

I am needing help with what is probably a very easy task to complete, but I have been working on it for a while and need another pair of eyes to help me figure out the missing piece. I should know how to do this but for some reason the …

Member Avatar for aveao
0
75
Member Avatar for lonestar23

Have been trying to figure this one out for some time, but still can not get this AJAX script to work with Internet Explorer. It works with all other browsers. Thanks in Advance! FORM CODE [CODE] <script language="JavaScript" type="text/javascript" src="aj.js"> </script> <input type="text" value="#CCC" id="paints" size="7"> <input type="button" value="submit" id="gColor" …

Member Avatar for essential
0
153
Member Avatar for aashishn86

[code] <html> <head> <script type="text/javascript"> var flag=0; callf() { if(flag == 0) { test() { alert("hi from if"); } } else { alert("hi from else"); } } </script> </head> <body> <input type="text" onchange="callf();"> </body> </html> [/code] what's wrong with this code ?? nothing happens when i type into the text …

Member Avatar for aashishn86
0
116
Member Avatar for shadiadiph

I am having problems with this form it has two submit options a button and an onchange instance the onchange just will not work can any one tell me why? my doc type is [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> [/code] the form …

Member Avatar for shadiadiph
0
94
Member Avatar for AppDevGuy

I want to make a pop-out list that shows multiple items where only one of those items has a bullet next to it. The best way to described what I want to do in HTML is by example: In Firefox you can click View | Character Encoding | Auto-Detect That …

Member Avatar for Airshow
0
69
Member Avatar for DealthRune

I made this JavaScript that password protects a page. But the password you type in is completely visible! I want it so that the password are those black dots for each letter.... If anybody gots anything, please post it here, thx. Oh yea, here is the script [icode]<HTML> <BODY> <SCRIPT> …

Member Avatar for ShawnCplus
0
128
Member Avatar for curtissumpter

Hi, There is too much space between the Organized in / Pioneered by text and the Text Input Areas. How do you shrink this amount of space? [code=html] <html> <head> <title>Prefecture History and Facts</title></head> <body><h1>Prefecture History / Facts</h1><hr> <table> <tr> <td>4th Prefecture of New York State, U.S.A. </td> <tr> <td …

Member Avatar for daggerpound
0
103

The End.