Thank you, but I'm still having a problem
<body>
<script language="JavaScript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
var currentcolor = 0
function initArray(n) {
this.length = n;
for (var i =1; i <= n; i++) {...
Can anyone convert this little script to continuously change the background of a DIV, instead of the background of the page?
http://javascript.internet.com/bgeffects/fader.html
Hi, just curious to know if there is a way to set the focus in a form field OTHER than using the document.formname.fieldname.focus(); method in the body tag as an onload event?
Thanks.
Thanx, Chris...
I have just recently learned that the technique I am looking for uses the HTML::Mason module in Perl, so I guess I'll look into that method. Temporarily, though, I think I can add the "extra" data to the output of my script to simulate replacing the "whole" page as opposed to...
I'm searching for a NON-JAVASCRIPT form button solution for use as a link to another page. I found this on the NET, but am curious as to whether it is a viable cross-browser solution. It does work in IE... not sure of other browsers.
Anyone?
<form method="link" action="somepage.htm">
<input...
Ok, Thanx, guys for the input, but I guess the only way is the iframe.
One last shot, I'll try to further explain:
I have a page in which I include a Perl script like this into the content div. <!--#include virtual="script.pl" --> That works just fine. The problem is the script is a...
You can easily use SSI for this if it is available from your host. Whatever pages you want to add the menu to can be done like this:
<!--#include virtual="menu.html" -->
Yes, I know all about what you're saying. The problem lies in the execution of the script once it's loaded into the div.
Example:
I load a div with a script using an include... no prob. Now, that script is a form dynamically generated by the script with an action set to do some server-side...
I posted this same question in the Perl forum, but now that I think about it, maybe it can be solved here.
What's the proper way to include a cgi script into an HTML (using an include) page? I know I can simply insert <!--#include virtual="/cgi-bin/script.cgi" --> into the correct div in the...
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.