17,115 Topics
![]() | |
Hi I am working on a jsp which have a combo box . when i select the combo value(number) it should enlarge in size and show the number and the description too. when i leave the combo it should come back to its original size . could you please let … | |
Hi Folks - I have been spending gays spinning my wheels on getting some form validation to work - I have text boxes and radio buttons on the form - The validaiton is written in Javascript It is an ASP web page - It seems that the Javascript validation code … | |
Javascript Page Preloader- Can someone tell me the code for making a Page Pre-loader. The background should be disabled when the pre-loader is prompted. The best example I can give you is the plesk control panel interface as seen in the screenshot below. Notice the background is disabled while the … | |
Hi freinds please check all below website for CSS style sheet and HTML tag those website are all very useful tutorials [COLOR="Red"][B]Cascading Style Sheets (CSS)[/B][/COLOR] [url]http://www.mandarindesign.com/style.html[/url] [url]http://www.positioniseverything.net/[/url] [url]http://www.meyerweb.com/eric/css/[/url] [url]http://www.bobbyvandersluis.com/main/linkLibrary.php[/url] [url]http://www.thefixor.com/code_css_01.php[/url] [url]http://www.alvit.de/web-dev/index.html[/url] [url]http://www.alistapart.com[/url] [url]http://www.zeldman.com[/url] [url]http://www.w3schools.com/[/url] [url]http://www.westciv.com/style_master/[/url] [url]http://www.htmlhelp.com/reference/css/[/url] [url]http://www.thenoodleincident.com/tutorials/css/[/url] [url]http://cssvault.com/[/url] [url]http://www.stylegala.com/features/css-reference/[/url] [url]http://icant.co.uk/csstablegallery/index.php[/url] [url]http://www.echoecho.com/css.htm[/url] [url]http://css.maxdesign.com.au/[/url] [url]http://www.simplebits.com/publications/tips/[/url] [url]http://nemesis1.f2o.org/links.php?screen=2[/url] [url]http://www.htmldog.com/[/url] [url]http://glish.com/css/[/url] [COLOR="red"][B]Resources[/B][/COLOR] [url]http://www.alvit.de/handbook/[/url] [COLOR="red"][B]Java Script/Dhtml[/B][/COLOR] … | |
I am trying to use ajax to display an rss feed. It works fine in IE, but does not work in firefox. Researching, I have heard that firefox has an error that occurs on an asynchronous ajax call. Does anyone know a work around for firefox. Any help much appreciated. … | |
Hi All, I have a PHP application, that displays information in a table format, each rows contains specifica information which are dynamically fetched from the MySQL database. i am looking for a way to make these individual rows display more information, meaning i want to implement a functionality where in … | |
this is a dice game by using form to display it have 3 dices in the function but when i win, it cant extra money. [code] <html> <head> <script> function init() { bal=2000; form1.balance.value=bal; form1.balance.disabled=true; form1.bynum.disabled=true; form1.buy.disabled=true; form1.status.disabled=true; } function restart() { form1.balance.disabled=false; form1.bynum.disabled=false; form1.buy.disabled=false; form1.status.disabled=false; } function roll() { … | |
Wheather LAMP is Server like Wamp or it is different. Can anyone help me............ | |
I want javascript code to hide the hyperlink whenever user start mouse over on the link. Help me please... | |
I have a couple of div tags inside a form, inside those tags, there are input elements, i would like to know if there is a way to loop over all the input elements that are inside the div tags. This has to be dynamic as i will not know … | |
Hi this is scorpionz, The Reason of this thread Let me put forward to all of the ladies and Gentlemen I have a Table which is split in different cells and columns Now in these Cells i have some table infact you can view the below code by just copy/paste … | |
Hey people, Cheers for checkin this, its a pretty simple concept but theres a bug which is annoying me, any feedback is appreciated. Ive got a script which is used to assign username and password form inputs default values of "Username (E-mail)" and "Password" The problem is, the script changes … | |
I have a javascript function and then below it I have some html. In the html I want to be able to document.write() a variable from that function above. Is this possible?? Basically if I have function x() with some variable declared inside of it, I want to be able … | |
HI guys, I'm working on a client site, and have limited time (and freedoms). The site is using *ahem* frames, and unfortunately I cannot change this at this point in the game. I'm noticing a problem when user uses the Browser's BACK button. With each click, 3 frames are being … | |
R u Looking for AdSense Alternatives? Here is a reference guide to the most interesting alternative solutions to monetizing your online content with contextual ads- javascript-asp designs and fundas Visit this nice site for details [url]http://AlternativeAdNetworks.com[/url] | |
I'm trying to create a menu that only drops down when moused-over and collapses again on mouseout. It seems to be working fine except for one thing. When the page loads, it's automatically expanded in all five sections. Once the top image is moused over, it collapses and works properly. … | |
Hi all I am new to VB.NET and created a windows app in VB.net which connects to my sql server... Now I have a html page in my localhost/geomap/index.html which contains mostly javascript.... Now I want to create a app in vb.net that would go through a recordset and place … | |
How can I open a pop window of particular size even when the javascript is disabled on the browser on my ASP page ? Solution: Here's a solution that degrades gracefully. It will open a clean popup if javascript is enabled, and a normal new browser window if javascript is … | |
I Have visited a dozen of websites and registered with them but still none of them has helped me with my problem. I got a php script that i created that sends the results to a specific email address but the problem is that the attachments are not still working … | |
hi can any one have the coding for refresh the part of the page using Ajax in windows. (i include 2 jsp file in one common page, i want to refresh a jsp page with time intervel without distrubing the other one) thanks | |
Hey everyone, I have a question that I'm hoping someone, anyone, can answer... ...I want to create a drop-down menu with the values 1, 2, 3, 4, 5,..., n in it - and I want to be able to select one of those options from the drop down menu and … | |
Does anybody know javascript function to call WebService I have a webservice written in .NET2.0 and I want to call the webservice by JAvascript function and store the data got from the function on local comp by opening save dialog box in javascript itself Do anybody have any idea? | |
[code=PHP]<?PHP @session_start(); $userId=$_SESSION['userId']; if(!session_is_registered("userId")) { echo "<Script language=\"javascript\">window.location=\"index.php\"</script>"; } if(session_is_registered("userId")) { $userId=$_SESSION["userId"]; } ?> <?PHP require_once('conn.php'); $status=""; if($_SERVER["REQUEST_METHOD"]=='POST') { $username=$_POST['username']; $userpassword=$_POST['userpassword']; $qury="select * from login where username='$username' and userpassword='$userpassword'"; echo($qury); $res=mysql_query($qury) or die ("can not process the query".mysql_error()); $count=mysql_num_rows($res); if($count>0){ while($row=mysql_fetch_array($res)){ $userId=$row['userId']; $username=$row['username']; } session_start(); $_SESSION['userId']=$userId; $_SESSION['username']=$username; echo "<Script language=\"javascript\">window.location=\"APS.php\"</script>"; … | |
Randomly load, from array, image and text to swappable placeholders? I will be really good with Javascript; but I currently am not. :icon_confused: Trying to dynamically load an image into one placeholder with cooresponding text. The trick is targeting the horizontal or vertical placeholders. - two divs, 350 x 500, … | |
I currently have a php generated array that looks like: [ICODE]<ul><div class="oddListing"><li><a onClick="summaryJS.showCaseSummary('373');" onDblClick="caseWindow('view&cnmbr=373');">ARMIJOMAR</a></li></div> <div class="evenListing"><li><a onClick="summaryJS.showCaseSummary('374');" onDblClick="caseWindow('view&cnmbr=374');">ARMIJOMAR01</a></li></div> <div class="oddListing">[/ICODE] .... This array can exceed a thousand records at any one time. I'm trying to conform this to HTML 4.01 Transitional which means moving the onClick and onDblClick to a … | |
Hi everyone I have a website, running for years without any problem, and all of a sudden, today, it does not display any pages. All is blank! The website in question is a Xoops installation. I accessed my directory and files via cpanel, and first went to see if I … | |
Hi, I have a dynamically generated form, and each listing contains a checkbox named 'del'. The users checks the 'del' checkbox next to each listing they wish to delete, and click the submit button. If there are multiple listings/checkboxes on the page, then the script I have works quite well, … | |
Greetings, I have a form that uses a child popup form to generate data for some fields on the form. The same popup is used for several fields. The forms use php & javascript. An example of the field to be filled and the button that activates the popup is … | |
Hi, i am a new in this forum can yo help me, how to save string data like 10,000,000.00 tobe 10000000 with php or javascript i use mySql database thank's, if can help me | |
I have 5 layers on a page and I want them to be set up in 5 different positions. Is there any way that I can drag one layer towards another layer and they will switch places? | |
In reading and posting on this forum, I see a lot of code here that doesn't consider sql injection. SQL injection is an attack where the attacker terminates or modifies an sql query with input data. Here are some samples: [url]http://en.wikipedia.org/wiki/SQL_injection[/url] [url]http://www.unixwiz.net/techtips/sql-injection.html[/url] [url]http://www.securiteam.com/securityreviews/5DP0N1P76E.html[/url] In Michael Howard's blog, he wrote up … | |
Hi- I have a javascript string variable: var string1 = "blah blah blah"; ....and after some operations are done to it (NOT directly by the user but triggered instead by events happening in the background) I want to pass it back to the server to be saved in the database … | |
Hi, I am very new to JSP......... i need one help.......... i have a table with many rows......... for each row i can set the time by calling the calendar java script............ I want to access the time that whatever has been set for some manipulation........ please help me out........ … | |
hi all i have several drop down list. the first 2 drop down list, works fine. i have the problem when i want to display the data that has been selected from second drop down list into textbox..let say in the second drop down list, i choose rider_name : "Nabil … | |
I would like to create a scrolling combo box. By which I mean. [code] <select> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> </select> [/code] Should appear as just 1 option (so maybe size="1') and then once clicked it expands with the options with a scrollbar which only 3 options shown and … | |
Im using A css rule selection script to change background images. It works but theres an annoying problem. when the user sets the image they want, its changed instantly (dynamically written to the existing stylesheet), however when you reload the page the default background image is shown (the one actually … | |
I'm building a website for a school project and I designed a cool website that i wanted to integrate a 'feature content glider' like the one from the page below. [URL="http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm"]http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm[/URL] I edited the glider and made it's background transparent. the problem is that if I select more than a … | |
hi i design websit to view images i want when admin click on the image image will be deleted how i do that ?? this my code [code] <head> <script type="text/javascript" > function vvvv($id,$im) { [COLOR="Red"]if(confirm("are you sure want delet this imagej?")); $b=true if($b) { <?php mysql_connect ('localhost', 'root'); mysql_select_db("pickapic"); … | |
Hi I was using PHP sessions to create a sticky form but a button was needed to reload the page. I am new to Java and I have decided to do away with the button. Using onChange="javascript:OnChange(this) to cause the page to reload once a selection is made from a … | |
Dear all, First of all, apologize me for asking you this very dumb question. i am totally newcomer to javascripts and have no prior knowledge on it at all. but i am keen to learn. This is my problem : i have created my external javascripts named image.js and save … | |
Voting Server provides remotely-hosted interactive services/widgets which can be added to your website by any webmaster (no server-side installation required, no matter which hosting plan or server software is used). Voting Server powerful toolbox allows upgrading your web pages by simple cut-and-pasting small JS/CSS code snippets. Voting Server provides following … | |
Could Somebody Please Write Me a cookie For the following code? I tried several Times But Nothing worked, I just dont understand cookie functions. I want a users selection to remain indefinately until they change it, at which point a new cookie is written. Please share your skill? <!-- Background … | |
Hi everyone, I am using the for loop function. I feel that my code is correct but something is wrong. I check for brackets and semicolon and they are in the right places and the right amount. Can someone look at my code and let me know why it is … | |
I am trying to write a piece of code that will search an existing array of usernames and see if the name entered by a user (which will be in a prompt box) is in that array of user names and if so then ask them for their password. I'm … | |
I have two selectboxes which are driven from database both select boxes references the same table, the table has three columns id, from, to ;selectboxes work ok what i want is to get the id of the selected record without refreshing the page. | |
Hello, I have completed a chat application using php/xml/ajax: [url]http://www.banditssoftball.org/chat/[/url] I had a function to submit messages after hitting enter. the only problem was it only worked in IE. I need one that will working in FF ect. I have tried everything i can think of and nothing works. Also, … | |
Hi I'm having problem with some radiobuttons. On this page I have two groups of radiobuttons and four textboxes. The code works fine with the first set of radiobuttons, but when I try to add code for the second group it doesn't work.... Here's the code. [code]<!DOCTYPE html PUBLIC "-//W3C//DTD … | |
Please clear your browser cache to force a redownload of the JavaScript that powers the dropdown menu. A bunch of changes were made. | |
Hi, I'm a PHP ultra newbie. I downloaded a nice little script that uses PHP and an external javascript file to create a "pop-up" dynamic layer in a web page. The way it's configured, all the info sits in the main page in a <div> layer that's hidden until called … | |
Hey guys, I am trying to make a drop down menu that gives options such as (right, left, center) so that I can choose one of those and align the text in one of my layers. I am having trouble figuring out how to make this work so if someone … |
The End.