Resizable, sortable, findable and scrollable HTML table
日期:2010-01-22 03:20:29
点击:0
好评:0
I figured I would post my solution to the following. Resizable column tables. Search and replace values in a table. (IE only) Scrollable tables. Sortable tables. It is based on a lot examples I found on the web. Works in IE and mozilla. http://www.ima...
Change a css background
日期:2010-01-22 03:20:27
点击:0
好评:0
Hello all, I have used javascript a little bit (along time ago) so my knowledge is pretty limited (very limited). I am trying to figure out a way that I can change a css background when a certain tag is on a page.. I.e The background image is a pictur...
IFrame Cross Domain Communication - FireFox?
日期:2010-01-22 03:20:23
点击:0
好评:0
Hello Can anyone here please guide me with the Cross Domain Communication between IFrames. Problem: Application1 running on IIS =...
Question about anchors
日期:2010-01-22 03:20:20
点击:0
好评:0
To define my question I need to establish an example: Let's say I have a web page (MYPAGE.HTML) and this webpage is constrained in width. This web page has 200 lines of text. I have an anchor on line 30 Expand|Select|Wrap|Line Numbers |||Thanks Ramana...
Pure JavaScript Question -- working with large collection of
日期:2010-01-22 03:20:18
点击:0
好评:0
I have a text file with 29766 words in it. Currently, the file is formatted with one word per line, followed by a DOS CR/LF. I'd like to write a Word-of-the-Day tool solely in javascript, where I...
Capturing event when User right-click-
日期:2010-01-22 03:20:14
点击:0
好评:0
Hey all, hoping someone can help me with a workaround. I've got an event set to fire when a textbox changes or loses focus- no problems. However, when the user clicks into the box and Right Click--...
Analog Clock
日期:2010-01-22 03:20:11
点击:0
好评:0
This whole thing started when I wanted to display list items in a circle...it just looked way too much like a clock. So for fun I started to create a JavaScript Analog clock. I was wondering how to draw a line using JavaScript. Everything I've found s...
onclick error
日期:2010-01-22 03:13:54
点击:0
好评:0
...
Old issue: Hiding Javascript
日期:2010-01-22 03:13:46
点击:0
好评:0
Hello All, I've read a lot of stuff which says it's impossible to hide Javascript, so if I get my PHP script to return some Javascript inside some XML using AJAX, how can it be viewed in the browser? Obviously, some essential Javascript has to be ther...
How to prevent crawling the whole website url within javasc
日期:2010-01-22 03:13:42
点击:0
好评:0
Hi Everyone, I was given a task to fix our printer friendly pages: Best practice recommendation was to dynamically load a JavaScript page. I have an asp page which is a printer-friendly page and this is a common page for all the subsites.To prevent se...
help me to Reset select tag with multiple options in IE
日期:2010-01-22 03:13:37
点击:0
好评:0
Hi All, I am new to php. The form that i am designing has few input input fields with submit and reset button. The functionality of submit and reset are working properly till now. My form Expand|Select|Wrap|Line Numbers |||Hey. Could you post the HTML...
using getobjectbyname javascript
日期:2010-01-22 03:13:36
点击:0
好评:0
hi i have a table let say 10x10 how can i go to each td and check the innerhtml value without giving an id for each td i canot give an id for each td because the table is build by a function thank u ( i am trying to build a cross puzzel with a javascr...
Resizing an iFrame
日期:2010-01-22 03:13:31
点击:0
好评:0
Hi I need to resize an iframe so that it doesn't show its scrollbars. It can't exceed this height by much. I need to open internal and external pages in this frame. Yes, I know it would be easier to open them in a new window, but thats not an option....
close popup when session expires
日期:2010-01-22 03:13:27
点击:0
好评:0
Hi all, I have a page in asp.net. A button click in the page will open a pop-up. I have used btn.attributes.add(...
How to force scripts include order
日期:2010-01-22 03:13:23
点击:0
好评:0
HI, I have a very annoying problem - I have 2 external js file - script1.js and script2.js. script2.js depends on script1.js being executed 1st. So, in the relevant jsp I have:...
limit Python CGI's frequency of calls to a database?
日期:2010-01-22 03:13:20
点击:0
好评:0
I've got a Python CGI script that pulls data from a GPS service; I'd like this information to be updated on the webpage about once every 10s (the max allowed by the GPS service's TOS). But there could be, say, 100 users viewing the webpage at once, al...
Javascript: Sum up columns of a table
日期:2010-01-22 03:13:16
点击:0
好评:0
Hi all, I have a simple table set up in which a user can insert values into the boxes and onkeydown it will sum up the column. Table: Expand|Select|Wrap|Line Numbers |||Hi... I have just changed some part of your code.... This is one way of summing th...
Disable/Enable button using onClick
日期:2010-01-22 03:13:06
点击:0
好评:0
HI All, I am new to javascript. I have snippet wherein i am giving a brief note on what i am trying to do. In the below have a variable by name stuff. trying to reset the page. Part of the code which does reset is attached below. there is a reset butt...
Javascript - Java list menu
日期:2010-01-22 03:13:01
点击:0
好评:0
Hi, I am retrieving a selected item from a list/menu component on an HTML page. The said value is passed as a parameter to a method initiated through...
Adding the Row dynamically to the table
日期:2010-01-22 03:13:01
点击:0
好评:0
Hello, I am adding a row dynamically to the table , Expand|Select|Wrap|Line Numbers |||Hi... This will help you out Expand|Select|Wrap|Line Numbers |||You can use elem.id and elem.className as shown in RK's code, or use setAttribute()....
Iframes and Cookie validation
日期:2010-01-22 03:12:58
点击:0
好评:0
Apologies if this is not the proper forum section. I've embedded a third party Storefront (my account) with Iframes.....and it works fine except that when I go to checkout ...my browser requires I lower the cookie security from medium to low...which i...
On-load resizing of hidden images
日期:2010-01-22 03:12:46
点击:0
好评:0
Hello! I need to dynamically resize images on my site. Doing this upon window.onload works fine, but some of the images are initially set to display:none which gives them a height and width of 0. Any ideas? Thanks!|||on window.onload collect all the i...
enable/disable radio buttons
日期:2010-01-22 03:12:36
点击:0
好评:0
for($k...
Table Row innerHTML
日期:2010-01-22 03:12:32
点击:0
好评:0
Hello, I have an table, and i want to update whole row dynamically, according the user entered data...... below is the example, Expand|Select|Wrap|Line Numbers |||Do you get an error in IE6? Have you tried other versions of IE?...
hiding an ajax tabcontainer in java script
日期:2010-01-22 03:12:32
点击:0
好评:0
Hi, In the intial page I want to dispay a check box ie for the first time I should display the page with check box ,If the check box is checked i need to dispaly the tabcontainer with the tabs.If it is unchecked It should nt display any thing. I tried...
How can I make the document.formname.submit() to open in a n
日期:2010-01-22 03:12:27
点击:0
好评:0
Upon clicking on a link I want to go to another page with lots of data (which I do not wish to pass through GET so I used post like this) the links is Expand|Select|Wrap|Line Numbers |||I do not want to lose the previous page (think of it as a page of...
jquery show problem
日期:2010-01-22 03:12:26
点击:0
好评:0
{ $myresult...
creating browser tab specific cookie
日期:2010-01-22 03:12:22
点击:0
好评:0
I am working on transactional website. I am storing transaction identifier (a unique id) in a cookie, so that I can display transaction history to user. Now a days modern browsers support multiple tabs in same window. I am facing a problem when user s...
javascript onMouseOver Issue
日期:1969-12-31 16:00:00
点击:0
好评:0
Hi, I am designing a calender which should display a relevent image onmouseover the link in a div.Suppose if a table has 5 links then 5 different images should be displayed in the the div.Kindly help me out. I have uploaded the files. Please go throug...