17,115 Topics
![]() | |
Hi, I modified my postbit_legacy template in vbulletin for my forums, [url]www.talkjesus.com[/url] The problem is the css tooltip hover is messed up in IE7, but works fine in Firefox 3. In IE, it shows a blank wide space after the icon hovered on, as if its showing a blank alt … ![]() | |
I'm new to php and I'm having some trouble with a code error. Can anyone help? I get this error: "Error in my_thread_global_end(): 1 threads didn't exit PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in exception.php on line 130" This is the code: [CODE] echo "<html> … | |
I'm trying to learn this difficult Javascript type language. In the meantime, in the event that I need some code right away before I've learned it, is there a place on the web where people share AS3 code that I couldjust copy and paste in my SWF or attach as … | |
How to replace the div content onclick? Here is my script.. This works perfectly if the call the variable $ssk in the html, but it is not working when i call the variable $cvb. Please help me out... [code=php]<!-- php code start --> <? $cvb='<div id="flashcontent"> <script type="text/javascript"> var so … | |
I am a novice in Coldfusion as well as Javascript. I would really appreciate any help anyone can give me with my following problem. I have created a table/form in which I am able to add rows for the user to input as much row of information as desired by … | |
Hi all, I am Rene, 45yrs from the Netherlands. I am self employed advising engineering firms with their 3D designs and support everything involving projects. To do my job i am trained in vb6, vba, lisp, pascal, vbscript, sqlserver (yes all ms), 3D design software and minor programming techniques. While … | |
Hello, Please, if anyone knows how to pass a Javascript integer variable as a parameter into php mysql_query. Below gg1 is successfully converted to an integer (i checked it using some maths additions), and now i need to pass this value to BirdID. The last line with innerHTML works fine … | |
can anyone heLp me i need to send an id to a page through a javascript function but it wont work he can't read the variable function confirm_delete() { var answer=confirm("Are You Sure You Want to Delete ?"); if(answer==true) { window.location="delete.php?id=$id"; // alert(" Title Deleted"); } else return false ; … | |
Hey, My code i pretty messed up at the moment but i was hoping someone could help me change it so that when the form is reloaded the 2nd time round that the value in the drop down menu that's selected stays after the reload. [CODE] <!doctype html public "-//w3c//dtd … ![]() | |
I am building a website for a real estate. As a designer I started doing the design in Photoshop, I am about to convert it in HTML but before I begin doing that I would like to know some things as this is my major concern. [INDENT] How to make … | |
[CODE] <input type=text class=text_box2 name=lstMAName"+s+" onchange=showMAName(escape(this.value),"+s+") id=select2> [/CODE] in the above code iam sending the selected value to the ajax function showMAName(str,str1) in select.js but there iam not getting the full value of this.value ( means if any space in the string like "how r u", iam getting only "how") … | |
I have a page that loads a text box and an image the user has selected from another page. I can get them to display but I need to be able to have the image fit under the text. Right now the image is over the text. I have a … | |
Hi, Code below returns true for (.). It should return false like it returns false for (,). Is there any other way to check (.) and (,). I simply want validate money. Thanks [code] if (isNaN(form1.paid.value)) { alert ("Syntax is not right."); return false; } return true; [/code] | |
Hello all, I got involved with a Joomla CSS project, but I know very little about the properties of CSS. I have found out the hard way, that it works by it's own rules which may or may not necessarily be a subset of the HTML tag that I am … | |
Hello , I am new to javascript, and now I found a Strange problem here in my code, I sat in front of computer for many hours trying to solve it , but I still don't know what caused the problem and how to solve it , could anyone here … | |
Thanks to the help of many on this forum I've been able to put together a script that allows me to do some basic CMS functions, like pulling data from the MYSQL database, displaying it in rows/tables, etc. Now I have tried to extend the functionality of my search by … | |
Is there way to tell if a radio button is checked by not using the value at all?? And by not using any javascript either.. Here is what Im using: [code] <input type="radio" name="item_id" value="1" /> <input type="radio" name="item_id" value="1" /> [/code] Now I need the name and value to … | |
Hello.. I musy apoligize in advance for this, since this thread will be pretty much dedicated to my website, but hopefully if anyone has any tips or solutions on how to debug HTML, Javascript and CSS, others will find useful information here. My problem is simple. My website does not … | |
Hi all, I need directions on "Text Alignment" I have used this code to greet user: [code=JavaScript]<script type="text/javascript"> var d = new Date(); var time = d.getHours(); if (time > 17) { document.write("<b>Good Evening, Thanks For Visiting Us!</b>"); } else if (time <17 && time >12) { document.write("<b>Good Afternoon, Thanks … ![]() | |
I'm working on a small web app that uses drag and drop to add users to projects for management purposes. It's hard to describe the problem without showing the relevant code, so I'll start with that first: [code=html] <div id="primary"> <?php foreach($jobs as $job): ?> <div id="jobdiv-<?php echo $job->id; ?>"> … ![]() | |
Greetings! I would just like to ask you guys something. I am planning to create my mini 3d game...Do you guys know any good steps to start with....I have programming knowledge in C, C++, Java, Javascript, Perl, Php and Openlaszlo... I am also studying LindenScript and OpenGL.... Can anyone provide … | |
Hey.. here i am going to do root map ..its working fine..but i have some extra features.. it includes (WHEN WE CHOOSE A COUNTRY ,THEN AUTOMATICALLY DISPLAY STATES IN THE OTHER SELECT BOX...THEN THE LOCATION WILL GOES TO SELECTED STATE..] PLZ DO SOME HELP AEAP............ its very urgent... here is … ![]() | |
hey all, first post, im a real n00b at this.. its just part of my first yr at uni and dont even need it for the 2nd yr and never done it before.. anyway, if u could please just get me through this il be FOREVER greatfull... basically iv done … | |
Alex here, I am a web project manager, mostly working on marketing but also helping out my programmers to complete the websites we create. I registered here in the hope of finding qualified people in OScommerce,php, mysql, Flash, Javascript, but also to share my knowledge and discuss online marketing strategies, … | |
Alright ran into a bit of a problem on the item count in my index... let me give you the layout I'm working with. I've got my index page with the header logo and navigation bar. This is followed by an Iframe. When I click the navigation buttons it changes … | |
Hi All, I have one more doubt here please, Can i call .vbs file from ASP page. Just like that sample.js, We can call this java script file from ASP. Example :- <script language="JavaScript" src="/formvalidator.js"></script> So can we use this statement same for vbscript(sample.vbs)... If it is Okay then please … | |
Hello, I am trying to make the code below work so that when a member visits his/her own profile they can see the $bank_balance along with all the other details. However, when the member goes and visits someone elses profile I dont want them to be able to see the … | |
i have searched the web for awhile on this... i wrote a script that will format certain words as the user types [INDENT](ex. when the user types MTrak the text is replaced with <b>MTrak</b>)[/INDENT] i need to know how to view the formatting in a text box, not the tags. … | |
Hi All, I've a java script file in which I've written a validation function. I want to call and execute this function in my asp.net page so that the client-side validation is executed. Somebody please help me soon. | |
Hi, I am going to develop the Online Community System for IT students as my own project. In that web site, I want the member to send message between them. I dont really clear how to send message between members. I am using ASP.net and VB.net for this project....and JavaScript.... … | |
first just read my aspx&aspx.cs codes then repaly me aspx.cs code: [code=asp.net]namespace ReceiptsEntryPro { public partial class Groups : System.Web.UI.Page { RecieptBusiness objbs = new RecieptBusiness(); string strid; protected void Page_Load(object sender, EventArgs e) { GlidMax(); ItemsGet(); //repGroups.DataSource = dsrep; //repGroups.DataBind(); } protected void btnSave_Click(object sender, EventArgs e) { string … | |
Hi everyone, I need some suggestion. Actually i created a text box and wrote a java script to limit its character hold to 500 char. I made my related db column size to 508bytes(Oracle). The functionality was working fine when i suddenly found a bug. Say for example if i … ![]() | |
Hey, just kind of some background so you don't think I'm fishing. I've worked with ASP,PHP,JS, AJAX, HTML, XML, etc... as well as fundamental programming languages like C#, C++, VB.net, Python, etc. I don't know all these languages extensively, but psuedo code works for me. It seems I have the … ![]() | |
Would anybody happen to know if it's possible to hide the value of a radio button unless it is checked, and then when it is checked display that value, and then after moving on, that value stays active, and the user can fill out the rest of the form and … | |
hi, I have an HTML form setup. It has several input text fields to enter the data. I also want the user to add more text fields dynamically if he wishes to enter more data. If I do it directly though PHP using loops, I loose the data previously entered … ![]() | |
Hi, I am trying to get the contents of a gzip file located on the server. This code only prints the binary content of the file. [code]var msgUrl = "../messages/"+compressedMessage+".gz"; objXml.open("GET",msgUrl,false); objXml.send(null); alert(objXml.responseText);[/code] Any ideas how to get this working? Thanks! ![]() | |
Hi everyone, I've an issue here. i want load the data from database and i want it appear at DOM select. what i had done,first i load data to hidden text and use a javascript load to DOM select. But the problem is i need to click on select textbox … ![]() | |
I am using username and password. The password field is of type password. But when I do debugging i can see the password as typed in text. Is there any way to hide it. Any wrapper for this. ![]() | |
Hello everyone, I am facing a problem with the start date and the end date.I have to do a validation such that the end date entered with the date picker should be equal to or greater than the start date.I have written the following code but it is not helping … ![]() | |
I want to change this code so that you can enter "Fruits" in a textr field and the drop down is populated instead of selecting "Fruits" from a drop down. [code] <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title>Multiple drop down list box from plus2net</title> <SCRIPT language=JavaScript> function reload(form) … ![]() | |
I'm very used to using innerHTML, but it isn't a W3C DOM standard, so I'm trying to work my way out of using it and get to what I feel are better practices with the standard DOM. But I can't figure out how to clear the contents of an element. … ![]() | |
hi it me again. right now i had a problem with this code. when i open with ie6, it worked but if i use ie7,safari and firefox, the result didn't show up.here i provide the code. the error is where i mark it with the red color. please someone help … | |
hey somebody help me with site rating source code which can calculate in percentage on each 'yes' or 'no' clicked | |
Hi. I dont know where to put this post since it covers so many areas. I have a few queries and i would appreciate it if you guys can help me out. I am to create a web based application which will need some access to a database. The web … | |
I am web designer. I have skills in html, css and editing some javascript. I want to start studying programming specially for web development. Unfortunately, i do not have a basic background on programming. Can you please help me what is the basic or easiest programming language should i start … | |
how to load data to DOM select html after retrieve from database using javascript. any suggestion or sample?. | |
I am relatively new to XSL transforms so I apologize if my language or verbage is incorrect. I am trying to invoke a JS function of a flash player which requires a URI. In order to do this I would like to take the RSS feed, the snippet below, and … | |
hey guys, I am currently oursuin B.tech in Computer Science. Till now i have a knowledge of HTML,CSS and javascript. I have started learning server side scripting. But i have not made any project. I would like someone if interested to involve me in the project so that i am … | |
As you know google images is a great way to get traffic for your website. just when you add a photo on your page dont forget to write your keyword on image [B]alt [/B]tag, for example : [QUOTE] <img src="[COLOR="Red"]here must be your image source link[/COLOR]" alt="[COLOR="Red"]keyword 1, keyword 2, … | |
I am having an issue with a drop down menu putting it on my main page. It is for my tire inventory and will allow my customer to select his tire and find in stock stores. I have it working from my server but when I add the drop down … |
The End.