14,053 Topics

Member Avatar for
Member Avatar for r.scan

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 …

Member Avatar for MidiMagic
0
80
Member Avatar for sree22_happy

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. …

Member Avatar for MidiMagic
0
81
Member Avatar for webopolis

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 …

0
59
Member Avatar for ajithraj

[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]

Member Avatar for ajithraj
0
58
Member Avatar for ashercharles

hai guys.................. hey anybody got i dea abt how to restrict the user from viewing the JS source .......... pls help

Member Avatar for ShawnCplus
0
125
Member Avatar for web_lock

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(), …

Member Avatar for web_lock
0
108
Member Avatar for smilyswapna10

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 …

Member Avatar for smilyswapna10
0
109
Member Avatar for alek3tt

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 …

Member Avatar for ShawnCplus
0
92
Member Avatar for justapimp

Hi Fellow programmers, I need to print the content of a repeater list located inside of an asp:panel. once the page is loaded, the code for the asp:panel is displayed as a regular div tag. What I need to do is to print the content of the div/asp:panel once the …

Member Avatar for justapimp
0
593
Member Avatar for m.cliter

Hi, I m new to JavaScript. And I have a webpage where a user can upload 5 images. so I have five input tags, but I want to give him add extra image option,when a user hit add extra image a new input tag appeare. how can I do that …

Member Avatar for m.cliter
0
108
Member Avatar for a496761

I'm typically a server-side programmer, but I've been asked to figure out how to replicate a javascript/dhtml feature. I think my biggest problem is I don't know what this is called, so I can't Google it! :) Anyways, I am trying to replicate [url]http://amfam.com/[/url] when you click on "Life & …

Member Avatar for a496761
0
74
Member Avatar for Wiizl

I really need help on this one. The problem is quite simple- I've got many text fields that user has to fill. The thing I can't figure out is how NOT to allow go to next field if the length of current field's value is less than 6 digits. I …

Member Avatar for peter_budo
0
80
Member Avatar for lordx78

[code=HTML] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title> Test </title> <script language='javascript'> redirTime = "5000"; redirURL = "/common/index.php"; function redirTimer() { self.setTimeout("self.location.href redirURL;",redirTime); } </script> </head> <body> <script language='javascript'> onload="redirTimer()" </script> </body> </html> [/code]

Member Avatar for lordx78
0
92
Member Avatar for serkan sendur

hi fellas, I set timeout for some function but within that duration if something happens i want to quit timeout and execute the function. i dont mean i need clear interval. let say settimeout will call a function 1 minute later, but about 30 seconds after i noticed that something …

Member Avatar for DangerDev
0
105
Member Avatar for dev.cplusplus

Hi to all, I was wandering if I can do the following thing: I need a page that I can input a piece of script: e.g. [code] <script> function Test(mystring) { if (mystring !="") alert("OK"); else alert("NotOK"); } </script> [/code] And click a button and run the script in the …

Member Avatar for hunkychop
0
63
Member Avatar for bvalvo

Please excuse me if this is not the correct forum for this question. [B]"How do I code HTML to use XML data in a web link?"[/B] I want to use XML data to easily change server names for links on 15+ web sites with 100+ pages. Normally, a link would …

Member Avatar for peter_budo
0
100
Member Avatar for bbidpa

I've creaded a web site with image uploading system and manual thumbnail cropping. I use jQuery as a main javascript library on the site. But image cropper was written using Prototype, so it was nessesery to put that cropper in iframe because jQuery and prototype conflicts. And it works. But …

Member Avatar for bbidpa
0
68
Member Avatar for skam_55555

I have Embedded a big image in html. I need a another text area(or image)with a button to close(or expand) how can we do that?

Member Avatar for ShawnCplus
0
37
Member Avatar for esslic

Hi everyone I need to have rotating banners on my under-development websites with the conditions: [LIST] All types should be displayed i.e. JPG, SWF, GIFs etc On refreshing the page a new banner should load. Banners should load with a random start [/LIST] I have got the script but it …

0
40
Member Avatar for m.cliter

Hi I don't know if this is the right place to post my problem. I m new to YUI, I ve modified the exemple listed here [url]http://developer.yahoo.com/yui/examples/datatable/dt_enhanced_clean.html[/url] well, FireFox and Opera diplay what I want, but as always the IE drive me nut, and this time IE7/IE6 gives me errors, …

Member Avatar for ~s.o.s~
0
127
Member Avatar for 2mk

I create web services with php, but i need to access it using Ajax. Anyone can help me ? This my simple web services : [ICODE]<?php include('nusoap.php'); $server= new soap_server; $server->register('LoginPresenter'); //Login Presenter function LoginPresenter($user_mail, $user_password) { if(!$user_mail or !$user_password) { return new soap_fault( 'Client', '', 'Parameter anda tidak lengkap', …

0
43
Member Avatar for toadzky

I am trying to insert/hide a table in my page using AJAX. Works perfectly in Firefox. IE 7 gives me "Error: Access is denied" for the following line: [CODE]xmlReq.open("GET", url, true);[/CODE] Any ideas why?

Member Avatar for ~s.o.s~
0
89
Member Avatar for dev.cplusplus

Hi to all, I'm new in the forum and also new in the JavaScript programing. I have the following problem, I have a table that has another table inside one of its elements, the inside table is affected with one property that is in a CSS file. I hope I …

Member Avatar for MidiMagic
0
85
Member Avatar for dev.cplusplus

Hi, I have the following problem I hope someone can help me [B]I have the CSS file[/B] [code] #one { border-style: solid; border-width: 5px } #two { border-style: solid; border-width: thick } #three { border-style: solid; border-width: thin } #four { border-style: solid; border-width: medium } [/code] and the HTML …

Member Avatar for MidiMagic
0
88
Member Avatar for TheAlex

Does anyone know how to create an image that scrolls with the page, much like this menu on the following link? [url]http://www.myvue.com/cinemas/index.asp?SessionID=DF03F98209A546809563E5FF5A6B5D4F&ci=52[/url] It's easy enough to do one positioned from the left of the browser window, but the solution I need is where all the content is centered, as on …

Member Avatar for MattEvans
0
566
Member Avatar for anupamamk2005

Hi, I am working on database part using ajax,javascript and asp. I'm getting Object Expected error at line 6. Here is the code: [code=html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> <script src="selectCustomer.js" language="javascript" type="text/javascript"></script> <form action="javascript: void 0;" …

Member Avatar for DangerDev
0
141
Member Avatar for Beeej21

Hello all! I am struggling with what seems to be a very simple problem. Well, the issue is extremely annoying and problematic, and I am unable to figure out the solution. I am using CSS to load an image onto my HTML page. The reason being because I'd like to …

Member Avatar for Beeej21
0
101
Member Avatar for serkan sendur

i have script using nodeNames of dom elements. Script works in ie perfectly but doesnt work in firefox. How can i get nodeName in firefox? Any help would be appreciated, thanks .

Member Avatar for serkan sendur
0
99
Member Avatar for veronika__

hello i have an empty cell and an iframe. in the iframe there are a few images.. how can i use onmouseover on the images so they can appear one by one in the cell? sorry for my bad english, thanks in advance. :)

Member Avatar for veronika__
0
63
Member Avatar for apontutul

[code] <h3>Administrator Login Here:</h3> <p>ENTER USER NAME : <input type="text" name="text2"> </p> <p> ENTER PASSWORD : <input type="password" name="text1"> <input type="submit" value="Check In" name="Submit" onclick=javascript:validate(text2.value,"admin",text1.value,"admin") > </p> </form> <script language = "javascript"> function validate(text1,text2,text3,text4) { if (text1==text2 && text3==text4) load('http://localhost:8080/vote-0.3/admin/'); else { alert("You should'nt be there"); } } function load(url) …

Member Avatar for bruceshining
1
194

The End.