15,127 Topics
| |
Hi all. I was wondering if anyone can point me in the right direction as to how to create a top navigation like the one on apple.com (the tabs) | |
Hello all: I'm working on a user control that wraps some of the functionality of the VE maps. It can be "maximized" and "restored" by clicking on an image (just as the middle button of any window does).Initially the map is positioned in any city and can have several pushpins … | |
Hey guys, I am interested in knowing, what new Web Development projects you are doing, curious to know, what data base you use, and if you are using Linux or Windows platform. Also, will like to know, if there are any alternatives to Adobe products, that you may be using | |
Hi all; i want to insert a a div tag inside the javascript (in order to : xmlhttpreuest object status is not 4 then a messaga saying Loading..............) as well as I want to put that message center of the page but should not change if the scroll bar dragged.so … | |
Hi! I'm working on a graphics interface that is almost completely JavaScript. I want to assign a key combination to a function. For example: if the user hits Control+T, a new window would pop open. Any tips? Thanks! Tom Tolleson | |
on my website i have a series of tables that i use to layout all the elements. On the homepage i have a horizontal navbar that uses javascript. below that is a graphic in a row and then another row below that with my flash element. The rows are not … | |
Hi, i have a form on my website, and I would like to have a text box next to another text box that displays how many letters the user can type into the box eg: [code=html] <td><input type="text" name="description" maxlength="30" /></td> <td><input type="text" class="counter" value="30" disabled="true" /></td> [/code] This is … | |
Hi Every1 I have been making a site in dreamweaver which has drop down html navigation above a rollover flash animation (a carosell of images with text appearing over it when rolled over - all made in flash and imported in). I am really stuck though! I have managed to … | |
Hello, I have searched in google, but I didn't find the answer. I want to creat something like that using javaScript: [CODE] <input type="text" onfocus="this.select();lcs(this);" onclick="event.cancelBubble=true;this.select();lcs(this);" /> [/CODE] here is my try, which works fine in Firefox but the events are not working in IE. [CODE] var parent = document.getElementById(parentID); … | |
Hi to all I new in the programing in JavaScript and get the following problem. I want to debug my code in VS2005. For IE if I write the line [code] debugger; [/code] and open the IE browser, I can debug in VS2005. But of course for Firefox is not … | |
hi guys i have a problem for dropdown list in repeator control ,in dropdown list 1 to 98 (rows)number is there,if i'll select 1 number it doesn't appear 1 number but it'll show remaining numbers ,then if I'll select 2nd number it doesn't appear 2nd number but it will appear … | |
Hello everyone I am developing an application in which , i wrote the code for a pop up confirmation box in javascript, & when it presees ok , i want to call a PHP file from javascript......tried but not working......if anybody can help, would be great...... roja. | |
Hi I'm triying to develop an application to read barcode (from laser scanner) and manipulate the string with mysql. I've read something about serial port but i'm not sure how to do it. Could somebody give me a piece of advice? | |
I need help I am pretty new to JavaScript... I try my best at it but I am getting lost and need some help. What I want to do is grab an elements width and height and apply it to a window or a popup window. In my case this … | |
I i am new for .net any one can help me creating tables 1 to 100 using javascript | |
Hi everybody, I have been trying to use MS Frontpage 2003 and the feature for allowing a bullet list to be created and then subsequently to be enabled with the collapse ability. I have followed the help in Frontpage and in the MS tech site but keep receiving an error … | |
Hi I'm building a site which uses ajax and DHTML heavily to build a frontend. Th frontend has a lot of transparent PNGs for which I use the filter hack to display them in IE6. The issue arises when I'm building a new component in javascript which has transparent PNGs … | |
how could i call a javascript function through an url like> [CODE]http://localhost/?functionname.params[/CODE] i get how to do a link but i need to know if it is possible through an url. if it is not posible with just javascript, php scripts will do thanks! | |
Hi all, At work, we are using prototype vs 1.5 (don't know the sub version off hand). I have been doing all of my development in firefox. The problem is almost 80% of our site's users use IE6 or IE7, and since they are on their company computers, they do … | |
Hi , I have a input field which on select a local file sents a ajax request with the file name . I use this filename to create a <img> tag with src to this filename but i got a issue with this... img.src=c://Documents and settings//All users// and so... how … | |
i am having a problem with this snippet of code, please could somene take a look and tell me what i need to do to make it work in most browsers, so far it only seems to works in IE and Opera. thank you [CODE] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML … | |
Hi, I'm bedeviled by the problem of wanting to write an article with an image in it. What I need to do is have a table cell with an image positioned in the upper left hand corner and then have the text wrap around it. Up to now, I've had … | |
Does anyone know how to remove the title bar from a popup window? I have a close label so I do not need any of the windows buttons in the title bar. I have read that you cannot disable the title bar for ie 5 and later and need a … | |
hi friends, Can anyone tell me how to capture window events.I searched for events but i found resize,scroll. Does any mouse click ,mouse move ,mouse over events exists.My problem is ,i want to load a flash file when the browser is idle.Using document object i can capture the mouse events. … | |
I need help figuring this out. I have a "contenteditable" div. I have a menu that does the basics, bold, italic, etc. I need to add custom tags that will be represented in the source, not visually. In other words, when I use the code below: [ICODE]function myCustomTag(v) { var … | |
[B]haiii i want to generate dynamic buttons(that is , the number of buttons depend on the number in database).... and want to get the value of the button when clicked...how to set the values... thanksss[/B] | |
hai guys.................. hey anybody got i dea abt how to restrict the user from viewing the JS source .......... pls help | |
I have got a page which has a link pertaining to a close window function. The window.close() function works perfectly fine in the case of IE based browsers , however it fails to respond on a Mozilla browser(working on tab panes) . I have tried to make use of self.close(), … | |
Hi, I am working on the IE7 bowser. when i close(exit) the browser. i want to need a conformation. I have written the below code but its working in IE6 only. code : <html> <head> <script type="text/javascript"> window.onbeforeunload=function(){ if (window.event.clientY < 0 && (window.event.clientX > (document.documentElement.clientWidth - 5) || window.event.clientX … | |
here is my problem. I have html page with flash content set to 100% x 100%. I would like to somehow add scrollbars to window if it is resized below 700px x 700px (or opened in window smaller that that value) this is website I'm working on: [url]http://www.peternelgrupa.com/[/url] so the … |
The End.