Double Exclamations
May 1, 2007Can someone tell me what double exclamation points mean in javascript?
View 2 RepliesCan someone tell me what double exclamation points mean in javascript?
View 2 RepliesI have a page that submits to a db then re-loads its self with new information. Unfortunately it goes wrong when the user double clicks on a one of many text links that provides the info for the display on reload. How do I stop users from double clicking on the page? Ideally I think I would like to call some sort of js function from body onload as I presume this would then cover the whole of the page, but have no idea if this is possible or how to go about writing it.
View 8 Replies View RelatedI'm finishing up an e-commerce website, and I can't quite figure out why the shopping cart feature is acting all screwy in Internet Explorer. It works fine in Firefox, but in IE, when you add a product to the cart it doesn't display the little pop-up notification, and when you click on the "my cart" at the top right the product quantities are incorrect about 70% of the time. For some reason IE keeps doubling the quantities; I think one of the scripts may be double refreshing the page I just can't figure out where.
View 3 Replies View RelatedI have a link now with:
<a href="delete.php" onclick="return confirmSubmit()">
I'm getting a confirm popup, but I want it to happen twice (double confirmation) if pressed OK.
So the first time:
Are you sure you want to delete it?
if pressed cancel --> nothing happens
if pressed OK --> another popup with:
Are you 100% sure ?
if pressed cancel --> nothing happens
if pressed OK --> return true
Can somebody help me with that ?
I am having trouble with some code on my site. I have an arcade with game links that have tooltips which display thumbnails. The tooltip code for each link is in the title attribute. I am using javascript to write the code for these links with tooltips so that if javascript is disabled the title attribute displays something different. My problem is some of the tooltip thumbnails contain an apostrophe (') in their src code. I use a backslash () to escape this once but I need to escape it again. Is this possible. The reason I need to escape it twice is one to escape it from the javascript and another to escape it from the src tag (src='Thumbs/image'src.jpg').
View 11 Replies View RelatedIs there such a thin as the "double click" event?
Something like onclick="dothestuff"..... would there be something like
ondoubleclick="dothestuff" ?
What I want it simpele. I have got 8 input fields on a form named title[1] to title[8].
I want to check in a function if there are no double titles. I have got a solution, but it is plain ugly.
How to achieve this in a elegant way?
I have a double combo drop down and it is working fine except that it is in a form and I cannot seem to get it to pass variables to the email like a normal form would.
Here's the code:
[CODE]
<p><select name="FACILITY" size="1" onChange="redirect(this.options.selectedIndex)">
<option>Bretheren Village</option>
[code]....
the error message comes up put once you click ok you can still submitt the text even if its forbidden.... any way around this, such as deleting the text within the textbox when the error box is shown?
Iam trying to Script a Double drop down list box in client side Javascript. I have 2 list box the 1st one has got category and the second one has subcategory. The second listbox should automatically fill in from the 1st one.
Am using Dreamweaver to select document.drop_list.SubCat but my Dreamweaver doesnt reorganize the ".drop_list". After i type document. it gives me a list of things but ".drop_list" is not included in that.
I want to detect the double-press of the space key. However, I want a single press of a space key to have a different function. The double-tap of space should only count if the taps of space are no more than, say, a half second apart.
For example: The user hits space once, and javascript begins performing one action. 1/3rd of a second later, they hit the space bar again, and since that is within our threshold of 1/2 of a second, the action that began because the user hit the spacebar once should be cancelled, or undone (which I can write later) and the action when the user hits the spacebar twice should begin.
I've been working with this script function changeImage(layer_id, item_id, position) {
var theDiv = document.getElementById(layer_id);
var theImg = (theDiv != null) ? theDiv.firstChild : null;
if (theImg != null) {
// If the item id is 0, then just make the image empty lol
if (item_id == 0)
where layer_id, item_id, and position are all defined elsewhere. I've been trying to get the images to append, and then run this line theDiv.parentNode.removeChild(theDiv) when you click on them consecutively(click to append, click again to remove, so three consecutive clicks would have the image shown and four would not), but all I've succeeded at so far is breaking the script's functionality.
i have a javascript to Open a Look up table but it works only if it is clicked twice.What do i do, i want the user to only click once for the lookup page to come up.
View 3 Replies View RelatedI have two javascript onloads in my form which seem to be cancelling each other out. The first- onload="checkMyBox"- works fine, which means the calendar stays hidden until the ckeckbox is clicked. However the second script that is supposed to show text ("I am an organized person") only after image is clicked does not work. It always shows the text.
I tried playing with it, and realized that if I erase the first <body onload="checkMyBox('c2','div1')"> the second onload works, meaning that the text will stay hidden until I click on image.
Code JavaScript:
<script type="text/javascript">
function checkMyBox(trigger,toggled){
var mcb = document.getElementById(trigger);
var cal = document.getElementById(toggled);
[Code].....
Is it possible that when I submit my form using the enter key, it would double post to the JSP where the action attribute is pointing to. I've been wracking my brains for hours how to trap it. Seems like my javascript that does the submit is doing it once but it's posting on the JSP twice.
View 8 Replies View Relatedi have a page with a table, and when the user doubleclicks a row in
it, a window is opened. The problem is, if he doubleclicked a text in
the row, it's becoming selected.
what i want is to disable the selection upon doubleclicking, but no
the selection at all (so that the user can still just use the mouse to
select some text in the table).
is there a javascript command that can disable the selection currently
highlighted?
I'm using Tipsy on my site and in IE7/8 I get a double tooltip when I hover over an element.I've looked around for a fix but can't find any reliable solutionAttachments Screen shot 2011-04-14 at 1.40.54 PM.pngSize : 11.93 KB Download : 317
View 1 Replies View RelatedI ran into this issue yesterday, and no matter what I try I can't seem to get it work correctly.
I need to parse out single quotes from a field, and replace them with double quotes, so it doesn't blow up later, like it did yesterday.
I've tried using regex, but I'm sure its not the correct syntax.
javascript Code:
document.all.SalesOrderForm.ShipNote1.value = document.all.SalesOrderForm.ShipNote1.value.replace(/'/g,""");
document.all.SalesOrderForm.ShipNote1.value = document.all.SalesOrderForm.ShipNote1.value.replace(/'/g,""");
I am working on my personal portfolio site, and am using a code that will make each portfolio piece appear in a new div when the name of the piece is clicked on. The problem is, JS does not seem to recognize double digits. I am not familiar with JS at all, I just got comfortable with CSS/HTML a few weeks ago! I am in over my head. It would really.how to change the code so that I could make about 15 to 20 divs instead of 9. Here is the code...
View 5 Replies View RelatedI know how to edit the CSS, and minute parts of the JavaScript code (for example; speed of the drop). The problem is, I had a massive amount of help making the Javascript side of the menu, and do not know how to edit it...
I want the rules to still apply, where only one can be expanded at a time (one of the first drops, and then only one of the sub-drops). I noticed in the code, I can edit it so there can be more than one drop, but that would mean, the whole menu could be expanded :(
Also, I want my sub-drops. to have different span colour than the main drop. but trhe links and such, (everything else about it) can be the same....
My live demo is here! (http://mrjamesmusic.com/tornhq/Index.html)
I'm wondering how I can have the same function thats used on this site,
has any one here every noticed that if you view the topic list on this site, and double click on a topic that you made, it brings up an edit option for the subject? just wondering how this is done? Code:
I'm trying to make this tool for some fellow librarians who answer questions via text messaging. As you see beneath that page's text box, the catch is that the PC-to-SMS client treats the forward slash as two characters.
I'd like if possible for the JavaScript character counter to recognize slashes and automatically add 'two' to the character count, instead of just one, for each forward slash.
(BTW the reason for 155 instead of 160 is that the client adds a shortcode to our outgoing texts.)
let me know how to convert a string to double in Jquery. String is an amount field like (3,154) which needs to be converted to Double.
View 1 Replies View RelatedI'm looking for a wee bit of regex help as I need to add a slash before any instances of double quotes in a string. I'm using an AJAX in place editor which is cutting off strings at double quotes - the following line is giving me problems when the text being edited has a double quote in it:
Code:
I have this function, but this is for adding slashes to single quotes and my regex ability is so inept i don't know how to amend it for double quotes only.
Code:
I have a form that consists of a <select> element and a submit button. The user picks an option, then clicks the submit button to go to the next step. However, I'd also like to add the option to submit the form when the <option> is double-clicked on.I've tried using the following to no avail:
Code JavaScript:
function submitform()
{
[code]....
http:[url]............1) In the events.js-file where you write the longer text part for the tooltip, is it possible to include images somehow for each event within the end of the tooltip?I thinkt that would make the activities look a bit more interesting to read about.
2) When I click on any yellow event in the calendar, it changes the text to the right. Fine with that. But is it possible to use onclick as a double function?So that when I click on "START" (bottom left of the calendar) after having pressed any yellow event, it will not only take me back to the right month but also take me back to the start text?
In one of my webpage, I have a text field, upon double clicking on that text field, a look up table gets opened so that I can select a value on it.
There is no other way to open the lookup table other than double clicking on it.
How to double click on a text field using javascript. (In fact, how to double click on any HTML element). I cannot change the functionality of the web page to resolve this issue since the webpage was developed by me.
All I have to do is, I have to double click on the text field using javascript.