Troubleshooting Auto-Sum Provide To Get Some Assistance?

Jun 16, 2011

[URL]...heckboxes.html as directed and I can't get it to work. What do I need to provide to get some assistance?

View 14 Replies


ADVERTISEMENT

Troubleshooting Javascript In IE?

Jun 19, 2007

I'm having a problem with some javascript code in IE. In IE 7, it only happens when I refresh the page. It happens on page load in IE 6. Looks fine in FF and Safari. How do I figure out why this is happening?

View 4 Replies View Related

Troubleshooting DHTML And Javascript

Oct 20, 2006

I am testing in IE7.

I display one of several spans when the user mouses over some code.
Inside the span are several tabs. Clicking on the tab triggers a JS
function that hides the "current" text for the span, then shows the
"new Current" box. It's a constantly revolving door- turn off old,
turn on new. Switch from one span to another and reset the fields.

When I switch between different "spans" then switch back, there are
ghost form elements on the screen (a text area, a blank button) that
appear near where they should be. The section that I was last on does
not display. This occurs when switching between different spans.
HOWEVER, when I set a javascript alert to display what the old visible
and new visible divs are within each span, none of these problems
occur- everything displays correctly. It's as if the alerts "reset"
the javascript display in some fashion. The errors only happen when
the alerts are not on.

Does anyone know why this might happen or if it's a common occurence
that these problems disappear when an alert is used? If I don't use an
alert, how do you display JS variables during testing. Here are some
of my JS functions. Code:

View 2 Replies View Related

Troubleshooting Google Map Code?

Nov 20, 2011

Google maps to a web page. Below are the javascripts and further below is the div tag to display the map.

<html>
<head>
<title>Broken Map</title>

[code]....

View 5 Replies View Related

JQuery :: Troubleshooting XML Error Returned To Client Browser?

Apr 22, 2010

I'm new to Ajax. I'm getting a parse error in $.ajax. The xml file I am feeding it is dead simple, and validates just fine elsewhere. What else can I do to see what is wrong with the xml file?[code]...

How can I get more information about why $.ajax thinks that [Object XMLHttpRequest] is not an object?

View 3 Replies View Related

Function Validate Assistance

Dec 30, 2005

My validate() function is not working quite right since it should validate for at least on checkbox checked and even if opne is checked it will simply display the error message instead of validating. What might be wrong here?

Here's the function (note, all the checkboxes have the id='chk')

function validate(){
var countChecks = 0;
if (document.forms.getElementById == "chk")
{
for (var j in document.forms.getElementById)
if (j.checked)
countChecks++;
}
if (!countChecks)
{
alert('Select some checkboxes!')
return false;
}}

View 9 Replies View Related

IDS Signature Unescape Assistance?

Nov 22, 2009

I am by no means a JS programmer, but I like to exhaust all avenues when attacking an issue. A signature fired off on a piece of javascript that came across the wire, with an odd "var unescape" inside of it. I am hoping to throw this code out there, to see if anyone has any insight on what this might be.

I am assuming this is double encoded, but I am not certain. Here is the snippet of code the signature fired off from:

var ibdf=unescape("%u0b0b%u0b0"+"b");
var fdofdopf="xcvb9090";

View 2 Replies View Related

IE To Netscape Event Assistance Needed

Jul 23, 2005

Does the world need another DHTML popup calendar? Probably not, but I'm writing one anyway. It's unique in that it allows drag selection of a range of dates. Works great on IE6 but I'm having some trouble with Netscape and events. In particular, the mousedown event doesn't work. The event fires, but I can't seem to get a handle on what html element was clicked.

View 4 Replies View Related

Assistance Requested To Identify Dumb Error

Oct 9, 2011

What I'm trying to do here should be simple and I suspect that I'm just overlooking something basic but I'm overlooking it. If you can tell me what I'm not seeing here, I'll be most grateful. This is the associated HTML code. Two statements to be rated from 1 to 10 using radio buttons.

<tr>
<td width="25"><strong>A</strong></td>
<td width="210">A statement is here</td>
<td width="21"><input type="radio" name="SI_QA" id="SI_QA_1" value="1" /></td>
(total of 10 lines like this)

[Code]...

View 13 Replies View Related

Passing Data From Prompt To Function Assistance?

Feb 7, 2009

I'm trying to pass data I gathered from a prompt into a later function.

1. Should prompts for information be in their own JS file separate from the HTML page? Or is it better form to have the prompts (for info) in the HTML page itself?

2. I have tried placing the prompts to gather info in several places, each time my script seems to stop after the data is gathered and does not perform the calculations which are contained within a function. The input data is gathered from a prompt, do I still need to "return valuea" and "return valueb" in order to use the input data in the calculation function? Initially I did not feel I did, as I am not performing a calculation initially, just receiving input.

View 2 Replies View Related

How EBay Displays Image Previews -- Assistance In Re-creating

Jul 20, 2005

EBay has implemented a different way to upload auction pictures ---
after browsing for the picture and selecting it, the image preview
instantly displays on the screen, which is nice. Apparently this
process is being handled locally --- could someone try to re-create
this ? ... I imagine its using DHTML or some other technique, I'm not
sure how I would code this.

View 1 Replies View Related

Provide Same Functionality To An Element In InnerHTML

Apr 28, 2009

I have an HTML page having a table and many columns.In that page i have to add new rows and cells dynamically. Adding new rows is working fine using inner HTML.But for particular textboxes i have two buttons namely "edit" and "save".the edit button will make the textbox editable and "save" button will make the textboxes in that row uneditable.Now my question is that as i am adding new rows using innerHTML how to add this functionality (making the textbox editable and uneditable) to the buttons that are dynamically created.

View 1 Replies View Related

JQuery :: Make AjaxForm Work With The Assistance Validation Plugin?

Jun 28, 2010

[URL] I'd also like to use this plugin, so I don't have to create complex validation rules. validation plugin [URL]Trouble is, I can't figure out how to prevent form submission without first checking to see if the form is valid. My attempts so far have been based on using submit() to prevent submission of the form if validations valid() method returns false. But this doesn't seem to work. If I use ajaxForm, the submit() function seems to work differently. A form will still be submitted, despite a return false. validate has a valid() method that returns false if the form fails validation. How can I submit the form only if valid doesn't return false?

[Code]..

View 1 Replies View Related

How Do I Provide Alternate Or Default Site If Iframe Src Is Not Available?

Mar 7, 2007

If a iframe src link is not available, how can i provide a default
site or alternate site for the iframe to use?

View 1 Replies View Related

JQuery :: Plugins That Provide Similar Functionality?

Jul 22, 2009

I posted a while ago about the Truncate plugin not preserving html links in FF. I like the plugin, but it needs to present properly in FF. I couldn't figure it out and nobody responded. Is there any other plugins that provide similar funcationality?

View 2 Replies View Related

Able To Provide Online Print Pricing - Quotes ?

May 16, 2010

I am currently working on a site for my work. I have created the basics of the site in Joomla 1.5 as it is the easiest way for everyone in the business to be able to update pages on there own etc.

I am looking at being able to provide online print pricing/quotes.

An example i have found that i like can be found here [url] i like the layout style of how the quote is displayed and how everything seems to sit nicely together within the quote section.

As far as i am aware there is no Joomla component that can help me with this, however i have found a plugin that allows me to place javascript within an article.

View 7 Replies View Related

Provide Alternate Content For Browsers / Devices Without Flash

Sep 20, 2011

I have a quiz embedded on my site that originates elsewhere (QuizRevolution.com) and is embedded on my site via a link (plus some other code), part of that code being in an iframe. The quiz contains YouTube videos that, because of how the quiz is set up by QuizRevolution, will not play in browsers/devices without Flash (for example, the iPad). What I would like to do is put some script on my site that will load a SECOND quiz from QuizRevolution (this one without video) for browsers/devices without Flash. This second quiz will substitute for the first one. Does anyone know how to do this? The tricky part seems to be how I have embedded the quiz in my site, so I have included that part of the page here:

[Code]....

View 17 Replies View Related

Provide A Link To Load A Page Dependant On Current Month?

Nov 29, 2009

I want to have twelve pages giving details for each month with a navigation link "This Month" allowing the correct page to be loaded.

View 5 Replies View Related

Provide Users With Help Regarding The Form Input Areas With A Help Popup Dialog Box?

Sep 25, 2010

I'd like to provide users with help regarding the form input areas with a help popup dialog box. I don't like the term popup because so many people block popups. I'll be providing a question mark next to the feature and if clicked would like a customizable dialog box to show with help text. There will be many of these involved and would like to know the best approach.

View 3 Replies View Related

JQuery :: Send A Request To A PHP File Without Needing To Provide The Full Absolute Path

Dec 13, 2011

I have a relative path issue when using jQuery in that I am using the same ajax function sitewide and I don't know how I can send a request to a PHP file without needing to provide the full absolute path. For example, the below code works at top level, but will not work if called from inside a sub folder.

[Code]...

View 1 Replies View Related

Ajax Timers - Refresh The Data Every 5 Second To Provide Slick Real Time Availability Info

Aug 17, 2009

I have a small app, my first real ajax project, which gives you details for product availability, for each day. The user selects a day (from a calendar) and then a time slot within the day. The app then displays how many slots are available for purchase, on that day, for that time... I wanted to refresh the data, every 5s, to provide slick real time availability info... but alas, when you change day (look at another day and time), the old timer still runs with the old arguments, and so it keeps resetting the 'details' panel to the previous day's details... how do I reset the timer? or delete the old one?

View 1 Replies View Related

JQuery :: JqModal - Auto-size And Auto-center The Modal On The Page?

Aug 29, 2009

Using the very basic jqModal example, isn't it supposed to auto size and auto center the modal on the page? I placed a table that was wider than the modal's default settings and it's off the page and does not create scroll bars on the page to see the hidden section of the modal.

The default class is

Now, I know I can change the width of the modal but what about the positioning?

View 1 Replies View Related

Auto Load File In A PHP Page & If Poss Auto Click Botton On External Page?

Jan 13, 2010

I don't know if this can be done in Javascript, or requires any other language but i was wondering if this would be possible.I would like to embed this Javascript code in to a PHP file and then for it to run automatically upon the PHP file loading:

<td class="smallDesc"> <a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script> </td>

[code]....

View 2 Replies View Related

Auto-Capitalize

Jul 23, 2005

I have a nice little Javascript that capitalizes each field in my form
submissions. It looks like this:

<cfscript>
function CapFirst(str) {
var result = Trim(str);
var wordCount = ListLen(result," ");
var ProperString = "";
for(i=1;i LTE wordCount;i=i+1) {
ProperString = ProperString & " " & UCase(Left(ListGetAt(result,i,"
"),1)) & LCase(RemoveChars(ListGetAt(result,i," "),1,1));
} ProperString = Trim(ProperString);
return ProperString;}
</cfscript>

Then I display the results as follows:
#CapFirst(Session.Customer.FirstName)#

It works fantastic, except for some reason on my final form submission,

if someone enters an apostrophe in the field, it wants to repeat it 8
times. So the name "O'Brien" will look like "O''''''''brien". I can
live with the second character being lowercase, but the repeating
apostrophe's have to go.

View 4 Replies View Related

Auto Searching A PDF

Jun 13, 2006

I have been looking for a way to open a PDF file and automatically
locate and go to a certain phrase within the file. The phrase should
only appear once within the file, if not, the first occurrance is all
that is needed.

The file is needed to be opened from a website, into a new window. As
it is opened, it needs to be sent the key phrase that it is looking
for. I have no trouble choosing what phrase on the html side or
opening the pdf file on its own. Note that the opening and finding of
phrases would be done with Javascript on the html side.

Essentially what I am looking for is for the user to be able to click a
link on the website. The site would open up the new pdf window
containing the file and is automatically at the spot where the first
phrase appears in the pdf.

However, I do not wish to attach any Javascript to the pdf file itself.
The file may be changing over time by other users who may not have the
expertise to deal with the javascript adding. At the moment, the
original file is created in word and then transfered to PDF. So the
PDF file name stays the same, as well as its location which would be in
the same directory as the html file that links to it. But the contents
of the PDF may change over time so I cannot add a Javascript to the pdf
file.

Note that it may be possible if neccessary to add Javascript to the
PDF. I may be able to get the users to edit the file in PDF mode but
that is not a given.

I do not want a pop up window such as in the find option for the user
to press before coming to the right location unless any other possible
solution is not available.

View 1 Replies View Related

Auto Complete

Jul 20, 2005

In IE when autocomplete is working and the user picks the drop down in a Input text box, the password will appear giving the user quick access to the next step. But the cursor should occur to the right of the inserted "*"'s in the pasword box. But for me my cursor is just sitting at the end of the Input box I mentioned. I would like the cursor to sit at the end of the "*"'s in the password box.

I tried disabling the Input box and all that did is crash Internet Explorer plus it didn't put the cursor at the end of the "*"'s in the password box anyway. Any suggestions how I can get what is normal in this case?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved