Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 7 of 7
Search took 0.04 seconds.
Search: Posts Made By: Cyberpops
Forum: JavaScript programming 10-08-2012, 10:39 PM
Replies: 4
Views: 963
Posted By Cyberpops
All works now, thanx :thumbsup:

All works now, thanx :thumbsup:
Forum: JavaScript programming 10-07-2012, 07:49 PM
Replies: 4
Views: 963
Posted By Cyberpops
The point is, that full JS looks like as such: ...

The point is, that full JS looks like as such:

function price() {
var frm=document.dsd_form;
var a=frm.conPrice;
var b=frm.OverP;

var max = <?php echo json_encode($max); ?>;
var min...
Forum: JavaScript programming 10-07-2012, 05:04 PM
Replies: 4
Views: 963
Posted By Cyberpops
passing array from php to javascript

trying to pass several sql query array to further work in JS:

<?php
$x = mysql_query("SELECT p_max FROM dsd_price");
$y = mysql_query("SELECT p_min FROM dsd_price");
$z = mysql_query("SELECT...
Forum: JavaScript frameworks 10-02-2012, 10:26 PM
Replies: 5
Views: 794
Posted By Cyberpops
even though I cut out most of them, it still...

even though I cut out most of them, it still appears not working...more suggestions?

<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
<!-- For slider -->
<link...
Forum: JavaScript frameworks 10-02-2012, 08:23 PM
Replies: 5
Views: 794
Posted By Cyberpops
Putting in whole code of the test page so far....

Putting in whole code of the test page so far. slider does slide, the slider value is being processed to conPrice, but calculation does not work...

<script src="jquery.js" type="text/javascript"...
Forum: JavaScript frameworks 10-02-2012, 06:10 PM
Replies: 5
Views: 794
Posted By Cyberpops
Hi again, taking off $(document).ready had some...

Hi again, taking off $(document).ready had some positive effects, now I can actually see my slider and a value of conPrice is changing according to slider, although second function seems not to work...
Forum: JavaScript frameworks 10-02-2012, 01:07 PM
Replies: 5
Views: 794
Posted By Cyberpops
combine results from sql query and javascript to calculate a field

I am very new to JavaScript, Have a problem regarding arrays within javascript. Straight to the point: I have HTML code:

<input type="text" name="conPrice" id="conPrice" size="16"...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 10:46 PM.