Have A Post In The MySql Forum Need It Moved?

Mar 10, 2011

How can I get this moved over the the JavaScript forum? The issue I am having is with the JavaScript not with the Sql database.http://www.codingforums.com/showthread.php?t=220870

View 1 Replies


ADVERTISEMENT

Calculator With Checkboxes And Some Js Does Not Work In FF [Moved From Java Forum]

Aug 27, 2009

have a simple calculator i made with checkboxes and some Js. the problem is that it does not work in FF.

[Code]...

View 2 Replies View Related

Recalling Data For Count On Click [Moved From Java Forum]?

Sep 9, 2009

I'm having some trouble figuring out how to fully configure my count on click code for my site. Right now, the function is that whenever a user clicks on a piece of text, the number next to it increases by one. The basic code as of yet is as follows:

Code:
<script type="text/javascript">
function add_to_mycounter(){

[code].....

View 2 Replies View Related

Resize Images In A Forum Post?

Dec 9, 2009

Resize images that are more than a maximum size limit... through javascript..

View 1 Replies View Related

JQuery :: Post Not Showing Up On Getting Started Forum

Oct 20, 2010

jQuery fileTree would like to display only {.php, .txt, .etc} files on the "Getting Started" forum and it still is not showing up on the list.

View 2 Replies View Related

Make Perl Code From Forum Post?

Apr 16, 2009

here is my perl code from forum post[URL]

#start for todays date
my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime (time);
my $day = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday",

[code]....

View 2 Replies View Related

Java - Database - Post Form To Mysql - Only Posting First Letter Of Word/phrase For Text Input Fields To Mysql Database

Jul 13, 2011

I am having no luck with my post form to mysql. It is only posting the first letter of the word/phrase for the text input fields to the mysql database. It is a photo and text post form. The photo and only first letter of text are posting to database. I am using Jqtouch, jquery, and phonegap.

Here is my form fields:

Here is my java script:

View 3 Replies View Related

Make Links Clickable From A MySQL Post Output?

Sep 5, 2011

If someone posts something, and it includes a link, I'd like that link to be able to be clicked and link to the site instead of just showing up as a string. Does anyone know a script that can accomplish this? About an hour of googling has got me nowhere.

View 2 Replies View Related

JQuery :: Post Form To Mysql Without Refreshing Page Or Click Button?

Aug 8, 2011

My programme is to let people play roulette wheel, record their choice of bet, amount of bet, result of bet, number of bets, bet limit. I would like these data being posted to myqsl each time the person bet, without the disruption of page refreshing. I have code as below, but it does not work. There is no error msg, just no data could be inserted.

>>>>>>result.html
input name= "spin" id="spin" type="button" value="spin"onclick="spin();postRecord()">
....
function postRecord() { $.ajax({ type:

[Code]....

View 2 Replies View Related

SetTimeout - Does It Reset When The Mouse Is Moved?

Oct 3, 2005

How does setTimeout work? If the user moves the mouse or types some text
into a form, does it reset the timer? Or does it start running when first
triggered and simply timeout after that amount of time?

For example, if the timeout is set to 5 minutes and after 4.5 mins, the user
moves the mouse over the screen, does the timer reset to 5 mins or will it
still timeout after another 30 seconds?

View 2 Replies View Related

Onmouseover Does Not Hide When Moved Off Object?

Apr 25, 2009

This is the code I have and when you move mouse to another area the drop down menu still appears...

<li><a href="http://new.cruisinstyle.com" onMouseOver="MM_showHideLayers('navlistV1','','hide','navlistV2','','hide','navlistV3','','hide','navlistV4','',' hide','navlistV5','','hide','navlistV6','','hide','navlistV7','','hide','navlistV8','','hide','navli

[code]....

View 1 Replies View Related

Detect When The Window Is Moved In Order To Trigger Something

May 9, 2009

I want to detect when the window is moved, in order to trigger something. I have managed to get the current X and Y coordinates, but other than checking periodically for changed coordinates, is there a way to do this? I want to be able to trigger the code pretty instantly when the window is moved. Probably not possible without checking every half a second - this would be too cpu intensive right?

View 2 Replies View Related

How To Make A Forum

Apr 27, 2010

I need to know JavaScript and how to make a forum.

View 3 Replies View Related

JQuery :: Check That LMB Is Held And Mouse Is Moved Up (IF Conditional)?

May 28, 2010

How would I create and IF .. ELSE statement using the following check: the LMB needs to be pushed down while the mouse moves up? I assume that mouseup() and mousemove() need to be used. but putting them in an IF conditional I am not sure about... not sure how to make the check to ensure both are true.

View 2 Replies View Related

JQuery :: Value In Text Area Moved When Called Using Ajax?

Apr 19, 2010

I'm using jquery-1.4.2 with PHP. I have a grid of records with a link to a form i'd like to use to edit the row with. The form is built using php, and works as expected when called just using a regular html link.

When the form is called using $(".ajax").click(function(event), the form comes up, but the textarea(s) are messed up; <textarea>Stuff for the text area

View 1 Replies View Related

When I Entered Two Characters, The Cursor Should Automatically Moved To Txtbox2?

Jan 21, 2009

I'm creating web application in asp.net using vb.net. I have two textboxes txtbox1, txtbox2 respectively. In txtbox1, as and when I entered two characters, the cursor should automatically moved to txtbox2.

View 1 Replies View Related

Jquery :: Sortable DIVs Stored In Cookie But Cannot Be Moved

Apr 28, 2010

Having trouble getting with these sortable DIVs, they are stored in a cookie and loaded correctly. But after that they can not be moved any more.

PHP Code:
<div id="example-1-4">
<div id="containment">
<div class="column left first">
<ul class="sortable-list">
<li class="sortable-item" id="A">Sortable item A</li>
<li class="sortable-item" id="B">Sortable item B</li> .....

View 3 Replies View Related

Forum System From Php Using Iframes?

Dec 15, 2011

I have both the java script and the php files, i just need to intergrate them into eachother to display the different topics and forums:

New Forum:

index.php :

<?php
include('../includes/db_connect.php');
include('../includes/inc-logincheck.php');

[code]....

View 4 Replies View Related

Protecting A Page Within A Forum

Nov 13, 2009

I made a form, but I don't want just anyone to be able to use it. So I was wondering if it was possible for the page to check if they were logged into my forum.

View 1 Replies View Related

Build A Forum Using HTML?

Mar 15, 2010

Is it possible to build a forum using Java-Script and HTML??

View 3 Replies View Related

Hash Change On Forum

May 9, 2011

I need to change the way a form on my page works. As currently when you enter in the form information and hit send, you get sent to another page that loads up for testing purposes a basic 'message sent' message. I want the HTML page to load within the ID#Contact which is stylized with a width and a height. I've been directed to the following procedure but I don't know how to make it come together.

jQuery.post() jQuery API
.load() jQuery API
.ready() jQuery API

View 24 Replies View Related

Google Maps API - Form Fields Don't Update Once The Marker Is Moved

Jun 15, 2010

I've been playing a lot with jQuery though, and thought I'd have a try with the Google Maps Javascript API v3
I have a bit of code;

[Code]....

Everything works perfectly, except the form fields don't update once the marker is moved. I expect this is a really elementary javascript mistake!?

View 3 Replies View Related

JQuery :: Forum Styling Not Working?

Oct 19, 2009

I'm trying to style a form using jquery, but it's not working, specifically the replacement of the (required) text with * or **. what is wrong with my code:

[URL]

// JavaScript Document
$(document).ready(function(){
$('legend').wrapInner('<span></span>');
});

[Code]....

View 2 Replies View Related

Copy Forum Text Into Same Window?

Mar 4, 2009

I am relatively new to JavaScript. I copied my coding below. I have the code doing everything I want except when I execute the function the text gets copied into a new window. What I would like is for the text from the forms to be copied into the same window that the form is on.

<div id="formbox2">
<form id="form2">
Commentsbr>
<textarea rows="5" cols="20">

View 4 Replies View Related

JQuery :: Mega Menu Not Working On Forum?

Jan 18, 2010

I am having an issue using the Cut & Paste jQuery Mega Menu [URL].. I am using it on the main page of my future forum (test forum is here [URL].. It's the button labeled 'Forum Categories'). The mega menu works fine on the main page of the forum, but once I drill down into the forums, the mega menu no longer works. The mega menu ONLY works on the index of the forum.

View 17 Replies View Related

Use Forum Sites And Get Logged Out Every Few Minutes/seconds?

Nov 15, 2010

I've been having problems with web browsing that I think may be related to Javascript.I use forum sites like and there I get logged out every few minutes/seconds I've found that clearing my cache regularly seems to help a little, but it doesn't fix the problem. Other forum/avatar sites like Solia and Zaffcast don't work properly either, Solia was the site that first alerted me that my javascript may not be enabled. Since then, I have seen other sites that also require javascript that say that my Javascript is not enabled.I'm using Firefox, and my Javascript is certainly enabled in tools> options> content. I'm also having the same problems in IE, Opera and Safari (I haven't tried Chrome yet).I've done some javascript tests and it is working, but evidently not properly.There is another thing that confuses me, it's the fact that if I use my phone as a modem, I don't have this problem. So could it have something to do with my internet connection?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved