hey it's that simple.
thanks man
Type: Posts; User: marringi; Keyword(s):
hey it's that simple.
thanks man
I want to use this on my page:
<td onmouseover="style.backgroundColor=#990000" onmouseout="style.backgroundColor=#003366">
But I do not want to write the color of the onmouseout (#003366)....
Hello,
I have two scripts that are used with table id. I can only use one table id script at a time, so I am looking to combine the two scripts into one working script. Here are the scripts:
...
Hello again.
I have been trying to get the script to work with two words or more. Is that possible?
The thing is I got a database that has one, two or more words that are written as one (ex....
Thank you,
that did the trick!
Hello
I have to numbers that are divided with "_" (ex. 32_33). What I need to do is to get rid off the later number and only print the first one without the "_".
Say in the document is written...
I'm using a small script that fetches a word from the location and displays it onto the page. I'm using numbers in this and I'm wondering if it is possible to modify the script so that it would...
Hello,
I'm looking to be able to use a picture as background in a table cell. The thing is I want it to appear ones horizontal but appear all the way down to the end of the cell vertical. Then I...
Thank you very much. Makes my life much easier!
Regards, Ingimar
Thanks, that works perfectly.
But one thing, say I wanted to add a extra column in front of the three columns that the scripts counts that would not count words, is that possible in this script?
...
I'm running a database script and I am going to output a part of the database in a template page with a table of three columns and an unknown amount of rows. In every row the same word will appear in...
Hi and thanks for the repsponse.
The thing is...
I'm going to run different versions of a script with SSI, on many different places on a file.shtml. The best way to do this is would of course be...
I'm looking for a template progam (preferebly cgi). I'm not talking about a normal header & footer script. What I need is for it to run numoures other scripts in it, based on what is written in the...
Do you mean that i should do this:
<html>
<head>
<title></title>
<script>
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var vars =...
Thanks for the response. I'm not getting it to work. Do I use this with a .shtml file, or how do I use it?
Say I wanted to get this location put into the page file:...
hello,
The thing is, I'm using a perl database program and I am going print out many types of the database in one html file. This is no problem using <!--#include virtual="file.cgi?database=data"...
Thank you for the answer. Could you also show me how you would use it with "document.write" ?
Thank you
Hello,
is it possible to have JavaScript divide a word, based on Capital Letters.
Say the word "HelloWorld" is written into a file. JavaScript would then divide it into the two words "Hello...
well excuse me!
Someone answered that it could be done threw .js. I'm not much of a programer so I wanted to see if someone who didn't see the former question could maybe help me... the thing is...
Is there a way to use ssl with document.write?
I can't get this to work:
document.write('<!--#include virtual="file" -->');
Can I somehow get around this?
Hello,
I'm building a sports webpage. I'm running a perl database script
(EZ CSV read - if you have heard about it). I'm going to have a page
about each team where I fetch all the information...
Do you know of a way that I can get information from the location URL (..?info1=file1&info2=file2) into the <!--#include virtual="URL" -->?
so I can use fewer template files..
could you show me how?
is is possible use javascript to write in shtml (<!--#include virtual="...)?
I'm using a small javascript to write in info location (document.writeIn)..
This is what I've been trying to use but...
Is it possible to have a link that works in the way that when it is clicked a box apears with iformation. Sort of like acronym but bigger with more information?