I have a dynamic site, where post data is often used. Some of the site is available to those who are not logged in. I do have a login button that opens up a login dialog window. After they ...
How do I detect scroll down or scroll right exist on an IE browser page with javascript?
And how do I detect the current page has no scroll down or scroll right?
I have a javascript shopping cart, which uses overflow:auto to add vertical scrollbars after the user has added so many items to their cart.
1. How do I use javascript to move the scrollbar...
I'm looking for a code the will do the following....
It will refresh the page depending on the selection from a drop down menu...
Like..
<select name="Refresh" size="1">
<option...
I need a JavaScript function that will scroll an iframe down a specified number of pixels/percent. Pixels would be ideal. I would use an anchor within the iframe's source html, but that is som...
Hi;
When I used mootools for ajax call, when the reponse was sucessfull, I update the response into tthe page but the web page seems not refresh.
Q.
How do you refresh the curent jsp, html ...
At the bottom of my html page, I added the following:
<script language="JavaScript">
window.print();
window.close();
</script>
I get my print dialog, but after I close the print dia...
I know that there is onerror, onresize, onreset,onload,onunload,blah blah, but How Would I go about doing a Onrefresh,Onreload??
I'd like to know if it's possible to do the following: Get the display value, which is shown to the user in the drop down field, not the value in the background, using Javascript. Then use Jav...
I have a dynamically generated table/contents that i want to give the user the ability to sort on multiple columns, columns will not always be beside each other
Rep Name (multiple occurrenn...
Hi, im in the process of making a streaming audio page for a popular station,
I've got the player up and everything, all I need now is the "Now Playing" I've created the IFRAME
<iframe h...
Hi, can anybody please help me.
Actually i've a form which display several services that is packages and additional services.You can select only one package at a time.And to select an additio...
On my page I use javascript to add input elements to the page when a button is clicked. This part works fine except when these new input elements are created they need to have an onkeypress ev...
Hi,
I need some javascript jcode that can restrict input to a textbox to only allow integers to be entered. It is prefferable that it checks the input when they are typing it in as opposed...
Hi, i've got the following code:
//////////////////////////////////////////////
<html>
<head>
<script language="JavaScript" type="text/javascript">
<!--
function f_filterResults(n_...
I have a form with radio buttons and I don't want the radio buttons to be mandatory. But if the user clicks a radio button they can't unclick them (so it becomes mandatory once they've chosen ...
I have some code that displays about 60 thumbnails in the main part of the page.
I would like it so that when the user clicks on a thumbnail it will appear on the same page but in a different...
I have the following page that I'd like to make a fluid design - where the iframe in the <div id="content"> stretches to fit the unused part of the page. There are a couple of divs above it -...
Alright I am looking to have a floating div at the bottom right hand side of by browser (which is going to follow as you scroll up and down the page).
I've seen lots of them where when you...
Hi there.
I'm writing an ASP application using MS Access. I have a data entry form that prompts a user for an ID value from the database. I'm providing a lookup so that the user can:
1) ...
hi experts,
Need helps!
I have two submit button (button A and button B) in a form.
if button A is clicked, it will submit the form to the current windows. (normal procedure)
If button...
Hi all.
Does anybody know a way to disable ALT-F4 key that really works without making any change to the current document or opening a new window, my code works and it disable the key but I h...
I am looking for as stripped down as possible code to do drag and drop with the requirements..
I would like all images in the table below to be draggable, but I don't want to absolutely pos...
Is there a function similiar to the SendKey function in VB. I want to send the [ENTER] key into the buffer so the user doesn't have to deal with some window dialog boxes.
I have a 2 Dimensional array,
eg
0,0
0,1
1,0
1,1
Is it possible to count how many i have in the first dimension? So in the above example the 1st dimension count = 2 the 2nd dimensio...