15,127 Topics

Member Avatar for
Member Avatar for matthewl

For the last three days I have been working on developing a view panel that will display the users site stats and there sites info on one of my site. I plan to use a absolute div with a title bar that is the handle for the drag and drop …

Member Avatar for essential
0
118
Member Avatar for cguan_77

hi, just need help on how to get started on how to make a scrolling text on an iframe..like a scrolling news on a page.. any ideas is greatly appreciated :)

Member Avatar for cguan_77
0
167
Member Avatar for zegames

Hi people, How to I can detect if a div was changed after the page loaded? E.g. by innerHTML function. ps: onChange not is valid for tag div. Reference here on [URL="http://w3schools.com/htmldom/event_onchange.asp"]w3c[/URL]. Thanks!

Member Avatar for Fest3er
0
2K
Member Avatar for CNSKnight

While I am a veteran OOP programmer, I am stumped on aspects of the scope of javascript objects. What follows is a self-contained custom javascript class who's function is to manage a suite of containers as accordion sliders. I got it to work but must-be I'm not sure why it …

Member Avatar for CNSKnight
0
222
Member Avatar for mephex
Member Avatar for mephex
0
55
Member Avatar for sandipan.rcciit

hello i want to prevent copy image from website. for that i found a trick. [CODE] <SPAN STYLE="background-image: url(hemcircuit.gif)"><IMG SRC="transparent.gif" WIDTH="195" HEIGHT="190" BORDER="0"></SPAN> [/CODE] where[COLOR="Red"] hemcircuit.gif[/COLOR] is main image and [COLOR="Red"]transparent.gif[/COLOR] is tranparent image file . [COLOR="Red"] WIDTH="195" HEIGHT="190"[/COLOR] is the width and hight of original pic. it is working …

Member Avatar for JugglerDrummer
0
108
Member Avatar for nizar-t

How can I block a content from being copied and right clicked.............. please I want it fast

Member Avatar for essential
0
89
Member Avatar for Xessa

Hello people. I have a pop up window and i have 2 pages that open the same pop up window. I want to make a button hidden when one specific page opens my pop up. If the other page opens my window; i want the button to be there and …

Member Avatar for Krishna_vs
0
96
Member Avatar for HarryGabriel91

Hello guys! I want to create a dropdown menu to my site and I did it with JS instead of CSS because some functionality was needed that is'nt available in CSS, so I wrote it completely in JS (the styling is in CSS of course). Now, after I've ironed out …

Member Avatar for HarryGabriel91
0
211
Member Avatar for lifeworks

Hey guys, I have come unstuck... cost... I started using Ajax yesterday and have been pleasantly surprised by how easy to use it is... What Ive done is build a crude instant messenger, which people need to log into... however, because of how I intend on using it... I want …

Member Avatar for lifeworks
0
132
Member Avatar for Cheeki

Hi guys, I was hoping some one could help me with a problem im having with Ajax. Im very new at Ajax and don't really understand it completely. My current situation is as follows: 1: I have a main page which loads a flowchart.gif image. 2: Along side the flowchart …

Member Avatar for Airshow
0
261
Member Avatar for arunajasmine

Hi everyone, I am doing my application and running it in my browser as [URL="http://localhost/FormBuilder/index.php/controllername/action"]http://localhost/FormBuilder/index.php/controllername/action [/URL] eg.. [url]http://localhost/FormBuilder/index.php/forms/view/1/5/Invitee[/url] results the correct page. which is generated bby using the datas in my Database. But if i tried to use like [U] [url]http://myipaddress/FormBuilder/index.php/forms/view/1/5/Invitee[/url][/U] only some parts are retrieved from my database.WHy so …

0
67
Member Avatar for feoperro

Hi, I'm looking to create a drop-down menu with rather long option titles. The problem is that I want to restrict the boxes size otherwise the size changes to the length of the longest entry. When I use the length attribute, it forces the drop-down to be a certain length, …

Member Avatar for Airshow
0
108
Member Avatar for praveenrajmat

Hi... I am using one filedset within div and wrote javascript for dragging the fieldset. I am able to drag, but it is coming out of the div( scrollbar ). Scrollbar should scroll when fieldset is dragged out of the scrollbar since it is defined within the div. How can …

0
58
Member Avatar for cmaclennan

Hi Guys, I really hope someone can help me out here I have a php form that submits to a database which is all fine, a portion of the form allows for more rows to be added as needed but for some reason it only allows for upto 9 rows …

Member Avatar for aashishn86
0
142
Member Avatar for deleti0n

Okay this is what I am having trouble with Button "d" i want it to run in a sequence of button A, b, then c. then b, c, then a. and soforth. I've been working at it for a week now. I have button a b and c working just …

Member Avatar for essential
0
155
Member Avatar for gsknaveen

how to capture keypress or keydown in textbox using asp.net with c#.net. can any one give me some help

Member Avatar for Ramesh S
0
43
Member Avatar for alvalany

hi frnds, I have just studied html, css and javascripting. I think that though I got familiarized with the syntax and the purpose of these, I don think I am able to do something good . Can someone suggest some small projects I can work on So that I can …

Member Avatar for essential
0
110
Member Avatar for swastikpadhy

Hi, I have a JS for submit the screen. [code=JavaScript] var screen=document.getElementById'newComponentDetailsEntryForm'); screen.action="<%= request.getContextPath()%>/"+"newComponentDetailsEntryViewAction.do"; screen.submit();[/code] this is working fine in IE but can't work in firefox. Kindly suggest. Thanks in advance.

Member Avatar for elreso
0
274
Member Avatar for arunajasmine

Hi, i am doing an application which make use of JQuery and Cakephp . In this i am using like the following to retrieve the values from my controller side [CODE] var getformid; $.getJSON("http://localhost/FormBuilder/index.php/forms/getFormEntry", function(json) { getformid=json.forms[0]["id"]; alert("Form id inside "+getformid); });//json alert("Form id ouside "+getformid);[/CODE] In the above code, …

Member Avatar for Airshow
0
1K
Member Avatar for davecoventry

I have had a look at some javascript functions in the form: [QUOTE] $('#css-style-definition').click(function() var newText = $('#console-msgs').html(); [/QUOTE] Does anyone recognise the syntax? Where can I get information on what is happening here?

Member Avatar for davecoventry
0
136
Member Avatar for genesistr

Hi, I have Image.js and Main.js files. I create image object like test = new Image(...); and it can be seen on screen but when i try to do call Move method like test.Move(x,y); it crashes. Is there anyway to do that? My code : main.js: [code=JavaScript]var objBall = new …

Member Avatar for Airshow
0
135
Member Avatar for zappan

Hi everyone, I had a problem when to run the code. it mention that Unknown server tag 'ajaxToolkit:CascadingDropDown'. i already include the ajaxtoolkits reference and also [code]<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>[/code] What is my problem?.

Member Avatar for Tschuikow
0
45
Member Avatar for Mel64

I have a PHP form with a html section at the bottom. There are 14 input text fields on the form and I want the form to send of the email as it should do and also take the name field, pass it to the following web page and display …

Member Avatar for Mel64
0
339
Member Avatar for jamesgurung

I'm trying to serve static content from a cookieless subdomain s.mydomain.org.uk, so that image/css requests from pages at [url]www.mydomain.org.uk[/url] don't get sent with needless cookie data. The trouble is that Google Analytics insists on adding its cookies (_utma, _utmz) to those requests anyway! My code is: [CODE]<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script> <script …

Member Avatar for eaRthLinG
0
117
Member Avatar for morecrab

I save the css file which contains : [code=css]table { border:thick; border-style:outset }[/code] But i just want to use it on one/two table, not all. ie: [code=html]<body> <!-- table with css --> <table> <tr><td>Name</td></tr> </table> <!-- table without css --> <table> <tr><td>Class</td></tr> </table> </body>[/code] How could i do that ?:?:

Member Avatar for morecrab
0
88
Member Avatar for feoperro

Hi, I'm having problems with aligning my header.html - I'm using a frameset with 2 rows, one for the header and one for the main area of the page. The problem is that I'm trying to use vertical-align to move my links in the Header page to the bottom of …

Member Avatar for Troy III
0
97
Member Avatar for derekn

Please help me. I have a site which we'll call "mysite.com" that contains 3 frames. Frame 1 is stuff that never changes (header image, counter, etc). Frame 2 is a menu. Frame 3 holds the contents of whatever link is clicked in Frame 2. The problem is that I don't …

Member Avatar for derekn
0
97
Member Avatar for manilaguy

Hi guys! I'm designing my first site and i've stumbled on huge block. Problem I'm having is that Ajax doesn't seem to update my MYSQL table in firefox. I have two forms and two functions (each initiating a XMLHttpRequest). First is to display a MYSQL query using PHP and second …

Member Avatar for essential
0
95
Member Avatar for feoperro

Hi, I'm trying to configure a nested frameset within an Iframe. I'm not sure if it's possible but maybe someone can help me out... [CODE] <iframe src="Home.jsp" allowTransparency="true" width="770" height="580" frameborder="0"> <frameset cols="10%, *" border="0"> <frame name="leftFrame" src="Black.html" /> <frame name="rightFrame" src="White.html" /> </frameset> </iframe> [/CODE] With this code; either …

Member Avatar for essential
0
103

The End.