Hey gang,
I attempting to write code for a revved-up print button and I was wondering if what I want to do is possible. Here's the basic gist of it. I have an HTML table in my page template that contains the information that I want to have printed. I was thinking of:
1) Somehow storing that...
I have a DSL line coming into my apartment which is then connected to an SMC router. My roommate's pc is about three years old and consequently cannot receive the signal over a 50' RJ45 (we tested it on a 1' and it worked fine but I'm sure he'd rather use it in his room.)
My question is: What...
I'm attempting to write a cookie for IE4 and for the life of me I can't get it to remember the "expires" tag. Has anyone written a cookie specifically for IE4? If so, could you post some sample code? Thanks.
- DB Web Developer
Digital Video Arts, LTD.
http://www.dval.com/
AIM...
Fellow Developers:
Here is a small problem that I am working on right now. If anyone has any quick solutions, please let me know. Thanks.
GOAL - Create code that will take a variable(s) and dynamically write them as the contents of a table cell. For example, consider the following:
.
...
For the life of me, I can't seem to find this in either one of the books that I own (but I know it's there.) I'm looking for an example of "inline" Javascript. If anyone can post a very simple example, I would greatly appreciate it.
- DB
I have a dynamic script that creates X amount of the following tags within a one cell table:
<a href="">TEXT</a><br>
How would I write an onChange() to check to see if each tag was the LAST tag within that table? This should be configured for NS. Thanks in advance.
- DB...
Is there ANY way that anyone can think of to create a linked text block within a textarea object? I'm almost positive that this ISN'T possible, but I thought I'd put it out there anyway.
- DB
dgtlby@excite.com
http://www.ubbdev.com/
Administrator
UBB Developers Network
http://www.ubbdev.com/
Has anyone written a cookie that simply adds to an array? In other words, a cookie that, upon some sort of action, would just add a variable to a list of other variables and on another page print those variables to the document object? I have a similar requirement and I was wondering if anyone...
I am trying to develop a counter that will do a self.location after 8 seconds. However, I cannot use setTimeout because the browser that I'm developing for will not accept it. I can only use the Date functions. Any suggestions?
- DB
dgtlby@excite.com
http://www.ubbdev.com/
Administrator...
How do I set the focus on a hidden form object when a page is loaded?
- DB dgtlby@excite.com
http://www.ubbdev.com/
Administrator
UBB Developers Network
http://www.ubbdev.com/
In reference to the selected state of a radio button, is the following syntax correct:
document.ratingsForm.ratingsGroup[i].selected == false;
Thanks,
- DB
dgtlby@excite.com
http://www.ubbdev.com/
Administrator
UBB Developers Network
http://www.ubbdev.com/
I know this has been asked at least a hundred times before, but I haven't found the post. I want to replace my submit button with an image WITH an onClick function built in. What is the code that I need to do this? Thanks for your patience.
- DB
dgtlby@excite.com
http://www.ubbdev.com/...
I have a form (ratingsForm) that contains a group of radio buttons (ratingsGroup) of which I want to store the value of in a variable. I assume that the following syntax is correct:
var ratingsValue = document.ratingsForm.ratingsGroup.value;
However, whenever I try and run this, I always get...
I am testing a new cookie script (see code below). I want to write to the value of ratingsGroup to the cookie. My question is, what do I replace [value] with? Thanks in advance.
- DB
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type"...
I have the follow code in an html page:
<html>
<script language="Javascript">
function toggle(object)
{
var tObj = document.all[object];
if (tObj.style.visibility == "hidden")
tObj.style.visibility = 'visible';
else
tObj.style.visibility = 'hidden';
}...
I have the following code that places characters in a text area when buttons are clicked:
<BODY>
<center>
<form>
<input type=text name=amount value="A">
<input type=button value="up" onClick="javascript:this.form.amount.value='A';">
<input type=button...
Fellow Developers,
I'm looking for a simple script that will allow a user to toggle the visibillity of an image based on a onClick function call. Does anyone know where I can quickly find one?
Thanks,
- DB
dgtlby@excite.com
http://www.ubbdev.com/
Administrator
UBB Developers Network...
Does anyone know:
1) Why the HTML form tag adds extra white space around it.
2) How I can get rid of it.
Thanks in advance.
- DB dgtlby@excite.com
http://www.ubbdev.com/
Administrator
UBB Developers Network
http://www.ubbdev.com/
I have the following five styles in my stylesheet:
a { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #0000FF}
a:active { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000066}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.