Prompt The Visitor To Optionally Give Feedback When Leaving The Website?
Mar 17, 2009
I would like to add a prompt when a visitor of my website leaves the site or closes the browser.The prompt should be to optionally give his/her feedback about the site.
--> User can fill a simple form with comment & email id --> In this case, the comments should go to our mail id
--> The user can also leave the site without giving the feedback, saying NO to the prompt.
How can I create this?
View 3 Replies
ADVERTISEMENT
Sep 22, 2009
I am looking for a pop up to collect emails when a visitor is leaving my site, I don't which pop up software can provide that.I know how annoying pop up can be but I am sure my visitors will be ok with it, they are even asking for it.
View 2 Replies
View Related
Apr 22, 2010
any way that i can track what the answer that the visitor type?
[Code]...
View 2 Replies
View Related
Jun 11, 2010
Need some script that alerts "Are you sure you want to leave this website ... some stuff..." when the user closes the browser (leaving the website for the 1st time)
View 2 Replies
View Related
May 14, 2001
My problem is I want to have all the links display in my website itself. That is, if I gave a link to CNN.com, that webpage should display under my logo, menu etc. Hope u can understand and help with my problem.
View 12 Replies
View Related
Sep 18, 2009
I'm trying to write script for a popup when an external link is clicked telling the user they are leaving the site bla bla and the bank isnt affiliated with the link and do they want to leave "yes" or "no" I see a ton of variations of this online but I cant find one that prevents the external site from loading so the user can decide yes or no on the popup. And the popup will have to be an html page, not a 1 line question so I dont see how 'confirm' would work...
View 8 Replies
View Related
Jan 13, 2012
I am using an alert dialog function I found online. The support for it has closed.Here is the page showing my alert button:Click here to view my test pageYou can check out the source html and the linked jquery files.The alert button works correctly by displaying an alert box.How do I apply this same behavior to a link?I want a user to click on the link, and:(1) receive the message they are leaving the site, then(2) be redirected to the other URL.
View 7 Replies
View Related
Dec 6, 2007
I want in my website visitor counter list showing.
View 4 Replies
View Related
Apr 29, 2011
I desperately need to have a constant website visitor that is online 24/7 on my website. Due to a js error. We need to keep an absolute minimum of one online site visitor. This is a temporary measure while we locate the error which so far has taken 3 js coders 3 days with no success in finding. We really need to keep the script thinking that a user is online.
Is there a bot setup that will simulate a website user that NEVER leaves a certain webpage?
If not. How can I set up the script so that I can fool it into thinking there is someone online? I really need this info... i have spent hours and another thread, with NO help on the repair. I really need to be able to keep the js rolling. I am on the verge of giving up on this project as impossible.
View 3 Replies
View Related
May 13, 2009
I am trying to give the client an option of having a blog set up withtheir website by using a select tag and some javascript.Problem is the js is not updating the variable - so I must have got something wrong.This is my select code ( it uses a bit of php at the top of the page) :
$N_blog_cd = "n";
$blog = array(
"y"=>'Yes',
[code]....
View 6 Replies
View Related
Jul 20, 2005
a website opens in my iframe Is there a way to know the address of the
link the visitor clicks on?
View 2 Replies
View Related
Oct 14, 2010
I have the following code:
[Code]...
I want the lightbox window open only once a day for every unique visitor on my website. I understand I should use some sort of cookie implented, but I dont really understand how to.
View 4 Replies
View Related
Mar 8, 2010
Is it possible to play a sound file when a visitor to my website moves their mouse/pointer over a single image no matter what browser they are using?
View 4 Replies
View Related
Aug 3, 2011
I am trying to get and then optionally update the font-family in CSS where I have:
<link href="css/header.css" rel="stylesheet" type="text/css" />
<link href="css/page.css" rel="stylesheet" type="text/css" />
<link href="css/footer.css" rel="stylesheet" type="text/css" />
and content in them like:
@font-face {
font-family: "AlphaMacAOE";
src: url('/fonts/AlphaMacAOE.ttf');
}
and dynamically change the .ttf to .eot depending on the browser. I am struggling to find a way to do this with JavaScript. I have tried:
x =document.getElementsByTagName('font-face');
document.write("x="+x.length+"<br>");
But it x is = 0 and I can't find any other way of accessing the src:url
View 2 Replies
View Related
May 24, 2011
I am looking to create a form in which, there will be multiple choices for the user to choose from. Each choice is a paragraph. The user will read the paragraphs and use the checkbox to choose which paragraph they prefer. There will be three sections of this type of choice field.the end, the user would have chosen three paragraphs, one in each field, in order to complete a one page essay. When it is complete, the user will see their essay, formatted and such and then will have the choice to save or print it out as a .pdf. Formatted just as they saw on their screen.
View 1 Replies
View Related
Mar 19, 2010
i want to create a feedback form for my website [url snipped]. as i m using free host it doesnt allow PHP so i want to create it using JAVA. please help me create a feedback form which when submitted automatically send an email to my ID.
View 3 Replies
View Related
Jun 2, 2009
I feel a bit guilty for posting this here as it may be considered as spam, so if you do think that please ignore/delete. For the last couple of days I've been working on a form validation plugin and I've taken a completely different approach (I think, that is) from what already exists. The result is a plugin with less than 300 lines of code that does absolutely no form validation at all. WTF you may very well ask, and I explain: the core of the plugin basically assigns/save 'rules' and callbacks on an object. One way to save/create a rule is when extending the plugin, i.e. adding validation rules, onerror/onsucces callbacks and the like. Another is
[Code]...
View 4 Replies
View Related
Oct 27, 2009
I'm so happy my jquery is dispatching a serverside script (ajax) and it is working I have verified in the database.Now I would like to provide some feedback to the user so first go will be alert, later I will do something snazzy.I am just getting head around jQuery, so please excuse noobness of question. I will think that either one or the other of these alerts below would fire, but neither of them do and nothing also logs in the console.
View 4 Replies
View Related
Jan 22, 2008
I'm wondering if there is a way to check if a form is valid withouttriggering UI feedback for invalid fields in the form? I tried boththe $('#myform').valid() and validator.form() methods, but they bothtrigger the UI.
View 6 Replies
View Related
Feb 21, 2005
I've found a lot of scripts out there that will display an alert box when a visitor closes their browser or tries to leave your site. Personally I find that a really annoying tactic, and virtually useless, but I have now found myself in a position where such a thing really makes sense to use. Unfortunately, I can't find a ready-made script that meets the specifications I need.
I need the script to recognize when the browser window is being closed, or when the visitor tries to navigate to a different domain name than mine. I'd want to have a "OK" and "Cancel" button available. Clicking "OK" sends them to specific URL, regardless of where they were headed or if they were closing their browser. Clicking "Cancel" lets them continue as they were.
View 4 Replies
View Related
Aug 9, 2002
We want to pop up an exit survey, just a general "what did you think of our site" sort of thing. I did the code that when you go to another page it pops up, but that's not great.
Is it possible to, and if so can anyone please tell me how, to have the window popup only when the user closes the window, or navigates to another website. But of course don't want it to pop up when navigating our own website.
View 3 Replies
View Related
Dec 15, 2010
I'd like to make a game-like interactive animation with javascript. A car of some sort that will be able to move in all directions is something i have no troubles with. But on top of that i would like to add a trail that this "car" of mine would leave behind it.Keeping in mind that the car is able to move in all direction (by which i mean any angle, not just up-down-left-right), how would i make the parts of the screen that the car "ran over" to have a different color or something, and preferably leaving the option of calculating the surface area of the trail?
View 1 Replies
View Related
Nov 4, 2010
I have a company that gives me this URL to send an SMS [url]...
What I want to happen is that when the submit button is pressed and eMail is sent to the admin and at the same time an SMS is sent. I have the code to send the eMail , but would like for the URL post to be done in the background or silently without moving off the site.
View 1 Replies
View Related
Jul 20, 2005
I've got a form that's nested in a larger application. I need to
program it so that the user is warned to save upon clicking on any
exit point in the application.
So, if they click on any of the nav buttons in the header/nav bar,
they need to get an alert:
"Would you like to continue without saving your changes?"
_Yes_ _No_
It would be a big pain to retrofit the application's nav
buttons/framework for just these forms, so I'm looking for a solution
that doesn't require editing the source code of the application's
existing navigation.
What are my options?
View 5 Replies
View Related
Dec 9, 2010
I'm currently trying to refresh a DIV on my page that is linked to MYSQL (changes if database has 1 or more rows) without refreshing the entire page, I've tried using javascript although it didn't seem to work and so Im back to the drawing board, Im not very experienced with Jquery or Javascript to do it on my own, I only know PHP, CSS, HTML the easier ones
how I could possibly go about this... - I don't want to use Iframes either as the the div is a button which opens a hidden div on the page (parent page) so I don't think iframes would be best either
View 2 Replies
View Related
Nov 17, 2010
Lets say you have a blog and users need to log in before leaving a comment.( This is simplified. There are reasons log in is required here. )I would like to have a link that says "log in to comment".Upon clicking it, a pop up layer comes up.After logging in, the comment box appears.I would like this to all be silky smooth and seamless.Can someone outline the method you would use using jQuery to do this?
View 5 Replies
View Related