Forum: JavaScript / DHTML / AJAX Aug 14th, 2009 |
| Replies: 3 Views: 252 Thanks for trying.
the problem was a typo where there are 2 > but its working fine now
thanks |
Forum: JavaScript / DHTML / AJAX Aug 13th, 2009 |
| Replies: 3 Views: 252 Hey I am trying to know what is the value of of a check box (true, or false)
but i cant seem to get it write
function getPrice(boxName){
alert(form1.Soft_Top_Cloth.checked) // Hard code... |
Forum: ColdFusion Jun 29th, 2009 |
| Replies: 2 Views: 1,153 I am using a Flash file that calls gallery.xml
its hardcoded into the flash and i cant edit the flash file.
the code in my page looks like
<cfsavecontent variable="gallery">
<?xml... |
Forum: ColdFusion Jun 7th, 2009 |
| Replies: 1 Views: 1,023 I have a SQL Query build as a string but i cant seem to pass it into to the <cfquery>
But it does not work
any one can help me?
<cfif ISDEFINED ('member')>
<CFSET SQL = "SELECT *
FROM... |
Forum: PHP Jun 1st, 2009 |
| Replies: 3 Views: 262 I have updated my code to look like
Ok What i am i have is a list of teams with thereamount of there provblems.
i am creating my original list by
<?php
$array_OriginalOrder =... |
Forum: PHP Jun 1st, 2009 |
| Replies: 3 Views: 262 Thanks
This is what i have
<?php
function msort($array, $id="order") {
echo($array);
$temp_array = array();
while(count($array)>0) {
$lowest_id = 0;
... |
Forum: ASP.NET Feb 27th, 2009 |
| Replies: 2 Views: 547 I have a field validatior on my page. but i noteces if i press the submit btn 2 times the validator does not stop the process.
have any one have a problem like tihs? and how to solve it.
... |
Forum: C# Feb 18th, 2009 |
| Replies: 0 Views: 358 i have a page with a couple of controlls, when i roll over some text i fake that i am pressing the btn. to cause a post back,
ihave a update panel that i want to catch that psot back and not... |
Forum: C# Feb 18th, 2009 |
| Replies: 2 Views: 189 |
Forum: C# Feb 18th, 2009 |
| Replies: 2 Views: 189 ok i have a page that calls 2 diferents controls.
Control 1 is ctHead and Control 1 is ctBody.
ho do i make ctHead call a function in ctBody.
how i call the function in body from the page is ... |
Forum: ASP.NET Feb 13th, 2009 |
| Replies: 3 Views: 2,336 i am trying to call a C# fonction or event from a JS object.
i have this
<script language="javascript" type="text/javascript">
function UpdPanelUpdate(){
... |
Forum: C# Feb 2nd, 2009 |
| Replies: 1 Views: 427 I was wondering how would i make a call to a function inside my C# code with out reloading the page from inside Flash?
Thanks |
Forum: ASP.NET Nov 3rd, 2008 |
| Replies: 3 Views: 1,952 Response.Write(MoviePayedDate) '11/3/2008 9:32:15 AM
Response.Write("<br> -" & Now)'11/3/2008 9:37:31 AM
Response.Write("---------------")
... |
Forum: XML, XSLT and XPATH Sep 26th, 2007 |
| Replies: 1 Views: 2,522 I know that I have childNodes in my XML
it has over 337 lines
But I still get a return of 0
My code |
Forum: ASP Sep 26th, 2007 |
| Replies: 0 Views: 1,861 I have been trying to get the child nodes out of a XML doc.
so far what i have is
<%
'
' Create new XML reader object |