17,114 Topics
![]() | |
I'm more of a designer than a programmer or developer, but I joined to learn more code tips and tricks. Most of my experience is in html, xhtml, dhtml, css and javascript, but I'm interested in learning more advanced action scripts and php, as well as continue my learning curve … | |
I thought this script was working. I absolutely cannot get IIS to fully and completely work on my home comp. After making a special trip to school to test this thing out, it ends up that it's only displaying the last data entered instead of the averages, totals, etc. This … | |
can somone have timekill script for rapidshare the anti-waiting one please do answer | |
Hi Everyone, i wanted to know how i can have a script write some pre defined strings of text over a 40 second period with ocational pre defined second pauses. I would really appreciate everyones help with this as it is quite important. thank you :) The end result would … | |
JavaScript is not working on Internet Explorer 7. I typed a simple html program but the JavaScript is not running. Here is a simple program <html> <head> <script> function hello() { alert("Hello"); } </script> </head> <body onload="hello()"> </body> </html> If you have a solution please reply | |
Hi all, i need to do like ,when i place the mouse pointer on a textbox(i think its onmouseover event.not sure) it should display or popup a small message which provides information about the format of values need to be entered in that textbox.please provide me like how can i … | |
Hi, I am trying to create a 'simple' admin page where certain (authorized) people can update data in the database or add new info to it. The issue i've run into is after i created the form and have all the fields how do i tell which one(s) the user … | |
i am using win xp and dreamweaver cs3 the spry menu extention and have 9 bottons on a hor row the bottons are all 25 pixels abart which makes the botton go to next line have tried css controls and nothing seems to work i have tried deleting the h1 … | |
Hi all, anybody could help me how to use asp.net ajax enable to play video(flv,wmv,mpg, or other format) ? i'm new in asp.net using asp.net 2.0, asp.net ajax extensions 1.0, and c# thx b4 | |
Hi, I am trying to code to put a PayPal logo in a page. Here is the code: [ICODE]<?php // ----------------------------------- // PAYPAL ACCEPTED ITEM // ----------------------------------- // test if box should be displayed $show_MYK_PAYPAL = true; if ($show_MYK_PAYPAL == true) { ?> <div align="center" style="padding:5px;"> [COLOR="Red"]<!-- PayPal Logo --><table … | |
Hey suppose I have code like: <td id="something">I want to put stuff in here</td> How would I be able to put the value of a JavaScript array into the part where I want to put stuff. Say the value of the array at a position is hello, I would output … | |
I've been having some problems with a little piece of Javascript. I am completely new to the language, so bear with me. What the end goal is to have a few link on the left side of a table, when the user hovers over them, there will be a thumbnail … | |
Hey dude check this <dl class="song"> <dt>Angels We Have Heard On High</dt> <dd class="player"><a href="tunes/Angels_We_Have_Heard_On_Hi.mid" onClick="NewWindow(this.href,'name','50','50','no');return false">Angels We Have Heard On High </a></dd> <dd class="lyric_link"> <A HREF="javascript:void(0)" onclick="window.open('lyrics/angels_heard.html', 'welcome','width=300,height=300')"> View Lyrics</A></dd></dl> i am using those two function to open pop up windows on our holiday site but it does not … | |
Hi I want to populate my second drop-down menu based off of the value selected on my first drop down. Is there a function or a way of doin g this... P.S my code is in a JSP: [code=java] <% Vector theStates = WeatherDAO.getWeatherStates(); %> <html> <head> <meta http-equiv="Content-Type" content="text/html; … | |
Hi All, When trying to change the bcackgroundImage of element useing javascript method style.backgroundImage="url(blue_link.gif) no errors found but the script can't find the image so what is the correct way to use the address of the image? Thanks very much in advance, Fred | |
Hi all.. I am having some controls in my aspx page.I need to write javascript for those controls for validation..For that i need to make the controls visible false in certain situation .I also want to make the controls to visible true in certain sitauations..Some one help me with javascript … | |
hi i have a table which has uname,pss,type fields now i want to check the login (ie is username and password) and if the type is administrator then redirect to a different page... if the type is a user then redirect him to another page... in this apllication there are … | |
The following code snippet works in IE, but not Firefox 2.0.0.10. The parts that access text boxes work great. I can see the selectedIndex's value for the two drop-downs, but cannot retrieve the text of the selected item for either drop-down. Specifically, the first alert displays the value of the … | |
Hi, Im new to javaScript. Im trying to fetch data from html table row to text box by clicking radio button. But i can fetch only the first row. Here iam attaching my code... JSP Code <table> <tr> <td>Select</td> <td>ID</td> <td>FIRST NAME</td> <td>LAST NAME</td> <td>AGE</td> <td>HOME TOWN</td> <td>JOB</td> </tr> <% … | |
hi i'd like to display a form on my page from a page on a remote website. I have permission to use the content on that remote site. I dont want to display the entire remote page, just the form. I have no control over the element names or ID's … | |
[B]Is there any standard code to capture ur current webpage as image .... I've found one in php but that requires copying of new dll files to ur server...So if u r hosting ur website on some other server...U can't achieve that!! Waiting for ur reply[/B] | |
Well, before I trot of to get some more sleep (3 afterparties in 3 days, ergh...), I figured I'd ask about this little issue regarding design I've been having.... Basically, I'm trying to do one of those "MUD" games over a website - the reasons being TELNET is boring, and … | |
Hello I am trying to add a 7, 14 or 30 day to our job posting online form. Right know I just have a start and end date drop down. What I have in mind is to do 3 radio buttons with 7 day, 14 day, and 30 day, the … | |
Hi friends my form contains two submit buttons one is for back button and another is for submit button when the user press enter in any textbox the submit button will be .I wrote a javascript its working fine in IE but not in FireFox please help me /////////// document.onkeyup … | |
through asp i am giving a AJAx call. There i am setting a session, then i am retriving that value in asp. but always it is showing the previous session value. i want that it should display new session value. | |
hi, i understand that the xmlHttp.responseText; attribute would return the server's message, but is there any way to get only ajax object's error messages? see, i have a case. lets say i have two different span on my page. <span id="system"/> <span id="display"/> if ajax's object is throwing an error, … | |
I'm new in Xhtml/javascript coding. How to coding title bar in an alert dialog box? Anybody can help! | |
Hi All, I'm having problem with the onkeypress attribute, I'm not sure if my code is right. When pressing the enter button, the javascript function would work on IE but not in Firefox. I'm not sure if the event keyCode is being recognized by Firefox or if I'm missing something... … | |
It's been forever and a day since I used frames. I'm sure I have it all plugged in right, but I've never used JavaScript w/ frames. Do I have the links coded properly in the following: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtmll/DTD/xhtmll-transitional.dtd"> <!--leftFrame.html--> <html> <head> <title />Left … | |
Excellent resource for C/C++/C#, java, JavaScript DHTML, C / ANSI-C、 SQL / MySQL it contains thousands of examples, downloadable source codes and tutorial... Please have a look。 | |
halo..i got some javascript problem..i need some help. i have a hidden form value which contain of the TOTAL., let say the total is rm100. then i have anohter two radio button and two text box, one radio button for one text box. for the first radio button & textbox … | |
guys, I can't seem to find any info on how to pass a list of checked checkboxes through POST method of ajax. Unlike traditional forms, when you submit a button, a list of selected checkboxes with the same name will allow you to retrieve it at the server side (php … | |
I am trying to a page load an external website's page within a div, but it's just not working.... Anyone got any ideas? I do know it's possible: [url]http://orangoo.com/labs/GreyBox/[/url] -- loads google.com in a popup Here's my code [code] <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="s1/style.css" … | |
hi, i'm wondering why is it javascript doesn't seem to accept null value as a real null? In order to know if its a null field later on, it's as if i have to check it against a string 'null'. for example, i have a txtName hidden field on my … | |
Hi, I have a Javascript total calculation function within a php form that uses onBlur to show the client a running total of the dollar amount of items added: [url]http://www.microtribe.com/dev4Tony/order881x2.php[/url] And I have a linked external PHP file/script to email the results of the form to me. All works fine … | |
I've been using a tool called Antechinus JavaScript Editor for a while now and it gets the job done pretty good I must admit. When I Googled for JavaScript editor yesterday, Antechinus JavaScript Editor has dropped to the second place, overtaken by 1st JavaScript Editor Pro. What so-called "1st" JavaScript … | |
Go to any web page with pictures on (And scripts enabled) and type this in to the address bar and press return :) javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200;DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style;DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0); Ah man!! | |
Hello, I am getting an error message saying clock is undefined, I am not sure why, here is my code: [CODE=JavaScript] <script type ="text/javascript"> var theDays = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); var theMonths = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", … | |
I've been a user here for a couple of years, and thought it about time that I tried to introduce myself. I've made a few posts over the years, mostly asking for help, but I've now decided to pay more attention to the forum and try my best to help … | |
Is there a way using javascript to grab the height of a div. The issues is that when I render my html page I have a div with a set size. It only takes up about half of the screen. When the content in that div is too large, the … | |
I'm having some problem trying to load my results into a dedicated span/div. I found that the sequence of ajax execution is random! I need its order to be correct so that i can show a list of 'subjects' with latest added item. in a html hyperlink, i'm calling this … | |
Hello there, How can i load an xml file,to treeview control and show it in my html page,i saw a way throw a dhtml but i failed to dominate it? Thanks | |
my application makes extensive use of the Google map and I would like to know how I can pass latitude and longitude information obtain from one page to the next. the function I like to access exist in a completely different web page located on our server. The problem seems … | |
Hi, I am Web Designer. I know Photoshop, Flash, GIF Animation, etc., HTML, CSS, Javascript (40% only), etc., Now i am planning to learn .net for my future career and i am a graduate student. Its good desicion are not and other than dis which tools i can choose! Plz, … | |
hello peeps i need help on this.. can i change the window attributes (scrollbar,width,height,etc..) during page load or onload?i know that i can do this in window.open function but is it possible to do that in onload when the page is already opened? thnx hope you can help me | |
I've been searching for a solution for 2 weeks but no luck. I am using Vb2005. On windows.form1 I put 2 standard Webbrowser1 control2 as WB1 & WB2, then wb1.navigate(url). The target URL is a framed remote website. I want to get one of the frame to be displayed in … | |
Please take a look at [URL="http://listenlight.net"][B]Listenlight.net[/B][/URL]. It works perfectly in Firefox 2 (at least on my computer), but I get very discouraging reports that it breaks IE -- but what doesn't? Anyhow, I would like the flashy "live text" effects to work in IE, but I am only ankle-deep in … | |
What I currently have is a table with 3 columns. I have an image map in the second column with the links that I'd like to have open in the third column. What would be an easy way to go about this? | |
Hi, Where can I get this function: ShowDropDown()? I need a javascript function that will automatically open a <select> drop down menu Thanks, Ken | |
Hey, Im having a problem getting my applet to repaint after it is resized. + and - buttons resize it but sometimes it wont get bigger or repaint. here is the src for the applet [code=java] private ArrayList<CompareColor> myColors; private ArrayList<CompareColor> fixedColors; private int w=0; private int h=0; private int … |
The End.