Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 2 of 2
Search took 0.04 seconds.
Search: Posts Made By: rrwirks
Forum: JavaScript programming 01-30-2013, 08:07 AM
Replies: 2
Views: 224
Posted By rrwirks
Yeah, i got it running by myself, but thanks for...

Yeah, i got it running by myself, but thanks for the help :thumbsup:

function checkCount() {
var count = GetCookie('count');
if (count == null) {
count=1;
SetCookie('count', count,...
Forum: JavaScript programming 01-29-2013, 11:45 AM
Replies: 2
Views: 224
Posted By rrwirks
using setTimeout with cookies for use in survey

Hi
Im trying to implement an online survey (via surveymonkey) on my site, and i want users to get a chance to actually look at the site, before the popup containing the survey appears. But im having...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT +1. The time now is 12:23 PM.