Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 15 of 15
Search took 0.08 seconds.
Search: Posts Made By: thighmister
Forum: Ajax and Design 01-10-2013, 07:51 PM
Replies: 13
Views: 2,973
Posted By thighmister
YES please do share PHP!!!

Sorry to exhume this thread but I have been trying to figure this one out too. How do you define a variable based on the ajax data?
Forum: MySQL 07-08-2012, 02:04 AM
Replies: 2
Views: 839
Posted By thighmister
Thank you so much for your reply, which was not...

Thank you so much for your reply, which was not only informative but encouraging as well.
Forum: MySQL 07-08-2012, 12:45 AM
Replies: 2
Views: 839
Posted By thighmister
Moving data from single-table db to relational db

While learning a little programming I made a web app with a "spreadsheet" style (one table) db. Now a bunch of people have signed up and I am rewriting the program for a normalized db. I would like...
Forum: JavaScript frameworks 01-25-2012, 12:39 AM
Replies: 2
Views: 897
Posted By thighmister
Thanks that might be just the thing!

Thanks that might be just the thing!
Forum: JavaScript frameworks 01-14-2012, 01:19 AM
Replies: 2
Views: 897
Posted By thighmister
JQuery Div Toggle: how make it slide horiz instead of vert?

I got the plugin from http://papermashup.com/jquery-show-hide-plugin/ , but I will post the code here anyway. It works perfectly, I just want it to slide from side to side instead of up and down.
...
Forum: JavaScript programming 10-17-2011, 08:08 AM
Replies: 17
Views: 1,227
Posted By thighmister
Oh, dude, I feel so bad. I looked for a reply...

Oh, dude, I feel so bad. I looked for a reply from you for a few days, and only just now have realized that there was a PAGE 2, and your reply has been there all along. This is the level of...
Forum: JavaScript programming 10-10-2011, 11:06 PM
Replies: 17
Views: 1,227
Posted By thighmister
I'm trying if(document.cookie != "") ...

I'm trying


if(document.cookie != "")
{
if(getCookie("voted" + vote) == 1)
{
disableButton();
}
Forum: JavaScript programming 10-10-2011, 09:34 PM
Replies: 17
Views: 1,227
Posted By thighmister
I am trying function checkForVote() { ...

I am trying

function checkForVote()
{

if(document.cookie != "")
{

}
}
Forum: JavaScript programming 10-08-2011, 03:17 AM
Replies: 17
Views: 1,227
Posted By thighmister
I did recognize the 24, 60, 60 pattern, but I...

I did recognize the 24, 60, 60 pattern, but I wasn't sure exactly what the syntax would be and to be honest I thought it would be easier to ask here instead of trial and error. Now I feel kind of...
Forum: JavaScript programming 10-02-2011, 03:53 AM
Replies: 17
Views: 1,227
Posted By thighmister
One more thing... How do I set the cookie to...

One more thing... How do I set the cookie to expire in, say, one hour instead of one day?

In the js I have

function setCookie(name, value, days)
{
if(days)
{
var date = new...
Forum: JavaScript programming 09-28-2011, 08:59 AM
Replies: 17
Views: 1,227
Posted By thighmister
You are the man. It was the part about...

You are the man.
It was the part about getting rid of the call to disableButton as part of setting the cookie that did the trick.
Many thanks for your expert help.
Forum: JavaScript programming 09-28-2011, 06:03 AM
Replies: 17
Views: 1,227
Posted By thighmister
I have tried: function submitform() { ...

I have tried:

function submitform()
{ document.["voteform"].submit();
}


but can't figure out how to call the function.

Now I'm trying
Forum: JavaScript programming 09-28-2011, 05:44 AM
Replies: 17
Views: 1,227
Posted By thighmister
As I said, "I have found it does submit if the...

As I said, "I have found it does submit if the input type is 'submit', but then it doesn't call the disable function. I tried writing another function to submit the form but no go."

Can you help...
Forum: JavaScript programming 09-28-2011, 03:45 AM
Replies: 17
Views: 1,227
Posted By thighmister
How to use onclick for submit with input type 'button'?

Below is a script I found at http://bytes.com/topic/javascript/answers/567479-javascript-cookie-problem

The idea is a like button, like on fb, in a form which updates a db field I can use to...
Forum: JavaScript programming 01-11-2009, 10:08 PM
Replies: 0
Views: 473
Posted By thighmister
Have multiple loadareas, want one to contain drop-down form

I found this great script:
http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm

I am using it with two loadareas on this page:
http://rufushale.com/store.html

So each thumbnail image...
Showing results 1 to 15 of 15

 
Forum Jump

All times are GMT +1. The time now is 11:41 AM.