I have the original script I was using along with a modified script sent back to me from someone in another forum. They also advised me to add rel="external" to all of my external links. I'm not sure if a different condition would apply whether the link stayed within my site or went elsewhere.In any event, it's still not working. The changes get me to my desired page on internal links, but the pop-up still engages and I have to click "OK" before it takes me there.I'm obviously looking to get this to work so that all internal links go straight to the page they're defined to, without the pop-up engaging at all.Both script versions are below:
My original:
<script type="text/javascript">
var internal = 0;
function bunload() {
i've got a bunch of webaplications in use that the users have open in a browser all day. and so far every thing is perfecto. my problems start when the user during the day get emails with links in them... being humans they click those links and some times they "loose" the webaplication from the original browser. this also happens of course when they use their bookmarks etc.
what i would like is to include a javascript that forces a new browser window wtih the new url & leaves the original site as-is if a url is sent to the browser.
I've been doing this for a while and I cannot get the "Contact Us" link to work from this page. It works in the Home page. I'm probably missing something stupid but I can't see it.
I have code to make a popup via javascript and it works fine, but what actually pops up is an external file that i select (in my case test.html). i want all of the code of test.html to be in my index.html and when i call the popup it doesn't call an external file but instead calls the html code in the internal file (index.html)? possible?
Code:
What's in test.html? it's a form
Why? i need the code of test.html to access some global javascript variables in index.html.
My company has 2 email apps. One for external (MS Outlook) and one for internal (GroupWise). On my Intranet, I need to connect the mailto tags to the internal system. Does anyone know how to do this? I can't make GroupWise everyone's default email program because many people use both frequently. I would greatly appreciate any help or direction.
I've been interested in the internal structure of jQuery for as long as I can remember, but it can be overwhelming at the best of times, so I've recently made-good on my plans to create a visual, interactive breakdown of the physical code:
How do I prevent my Link from disappearing?? When I click on the link, "Click Here"
It display, "Look At Me!!" but the link, "Click Here" is GONE Is there a way to keep my link, "Click Here" from disappearing? So when I click on the link, "Click Here" the content, "Look At Me!!" should display as well. code...
Is there a good way to prevent a second click on a link?I have a rating system where users click a link to leave a rating, i only want them to be able to rate a single time. So i need to disable the link to the user after he clicks it, even after page refresh etc..The link i have looks like
Code HTML4Strict: <a id="{comment.COMMENT_ID}" href="{comment.U_RATE_COMMENT_POS}" ><img src="./images/thumb-up.png" alt="agree" /></a> {comment.COMMENT_ID} being a unique number for each link
Hello I need help with double clicked. I have a link
The enroll function process data:
And now I have a problem... when I press the button I want it to be disabled to prevent from double clicking... but I've tried removeattr("onclick"), did nothing ...
In my example the focus should only jump to textbox2 if you press the tab key and if ཇ' is in textbox1. That works fine.
However if you enter e.g. ཈' in textbox1 and click on 'Link', Mozilla shows the alert 'Wrong numer' but also jumps to 'www.google.com'. Opera and IE don't do that what's in my opinion the correct behavior. Code:
if i append an link to the page the function preventDefault() dont work if i click on it anyone know how to prevent default action of an appended link?
I am working on a project that relies heavily on AJAX calls, they are done in dozens of places. There are a number of places where I would want to prevent the user from submitting information multiple times (form submissions etc ). I am trying to think of the best way to accomplish this.
I could simply disable the element that starts the AJAX call upon the first click and re-enable it upon completion of the call. I have also seen examples of developers using a class to handle ajax calls that store an identifier for the call and if it is in progress any new calls with the same identifier will be ignored.
I am working on a website that uses a random header. I have been trying to figure out how to adjust the code so that the header also serves as a clickable link.
Here is the code that I have:
What do I need to add in order for the header to also serve as a link? I am completely new to JavaScript and I don't understand it very well.
Is it possible to have an announcement popup for a user if they try to exit the page with the "X" instead of the exit button on the page? I want to make sure that they exit properly so that it logs them out of the chat...
I need an Exit popup page that when a visitor is on leaving my site it will popup. With "onUnLoad" it can work in this way but it also does something more that I don't want. When a visitor click links to pages within my site the popup will also open. I don't want this. What I need is that only when a visitor is leaving my site but current page, the popup will open. Anyone have a solution for this please give me a hand.
Basically, I have an ASP.NET page that's holding a lot of data. In case a user accidentally clicks the exit or back button, I want to pop up a javascript confirmation box that says 'Are you sure you want to exit?' and if the user clicks 'ok', the browser exits, and if the user hits 'cancel' it returns to the page, like the user never clicked the [x].
I can pop up a confirmation easily enough, but what methods do i need to use to keep the user or to close the browser? Also, I would like it if it only popped up on closing the browser or hitting back, not on a refresh, as the ASP page does a lot of post-backs.
I have read this article: http://www.nowsell.com/pop-ups/pop-up-cookies.html
While it was useful to me it did not cover my particular question. I'd like to trigger an exit pop-up that is triggered once per visitor and only if the visitor has NOT reached a specific page of the site.
For simplicity purposes, say the site consists of pages 1,2,3,4,5,6 with 1 being the main entry.
I'd like the pop-up to appear one time to each unique visitor who does not view page 6 during their site visit and appear as they are exiting the site.
Even better would be if the code could be served using SSI if it is required to be on all pages of the site so it could easily be turned on or off.
Even better would be if there were a way to make it pop to every Nth visitor up to a specific count and then stop on it's own.
I am writing a web site that uses JavaScript to validate certain forms and I seem to be having some trouble. The site uses PHP and for one of the forms, depending on the situation, one of of the text inputs does not exist - the PHP doesn't generate the HTML for it. I wanted to have the validation script check the length of the input if it exists but I knew that I might have trouble if I tried to check the value of the input without first checking that the input exists so I tried using code similar to this:
if(document.getElementById("someId")!=null && document.getElementById("someId").value.length<8) { alert("String must be at least 8 characters."); }
However, when I try that in Firefox (that's the only browser I've tried so far), the validation script exits, the form is submitted with errors, and I get a message in the JavaScript console saying that the ID that I gave was invalid. I know it's invalid! That's why I checked for null!
I thought that getElementById() would return null if the ID was invalid. Is there any way to check if the input exists before validating its value?
When you click on the link to a web site, close the app, then open the app again, it displays the web site instead of the app. How do you get back to the app?
My issue is I would like to have this code validate my radio buttons on my form and also have an onscreen pop-up in the case that the user is exiting the page without filling out the form.I have had both of these peices of code working...but when I put both of them on the page the pop-up will override the validation script, and I don't wish to have the pop-up, pop-up when the user hits the submit button. Here are my pieces of code:Inside my head tag:
<script language="JavaScript"> function closeIt() {