Here is the code in its entirety.
thank you,
--------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Play Palago - Palago Blog Upload</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">...
Sorry, I had left it out from when I was testing something else. But it still doesn't work.
The following function is immediately before function tpopup(s)
___________________
function checkForm2(form2)
{
// alert("Checking form2");
if( validateForm2( form2 ) )
{...
I'm not strong with javascript. Most of the code I'm using is cut and paste from another form on the website that I didn't write. I can't figure out why nothing is happening. It's probably something obvious.
I'm simply trying to put a quick check on the email field to make sure it's not blank...
I tried clicking the run exclamation point from within the query and I also tried closing the query and then right clicking on it and choosing Open.
In the end I gave up, exported into XL, sorted by item code, then cut and pasted the 12 different code prefixes. Then I imported the table back...
Thanks, Duane.
When I create a query and use
SELECT tbl2009Sales.*
FROM tbl2009Sales
WHERE tbl2009Sales.Item Like "PN*";
It selects exactly the fields I want. When I turn my query into a select query it selects exactly the fields I want. When I created a query using your code and changed the...
I have a table full of item numbers. I try to condense the table using the following query SQL
UPDATE tbl2009Sales SET tbl2009Sales.Item = "PN"
WHERE (((tbl2009Sales.Item) Like "PN*"));
This is the SQL generated by the design wizard but it looks like good code to me. It should, in theory take...
Hello,
I have a page with several puzzles. I want the user to be able to click on a puzzle and the solution will come up in a popup. That part works fine. My problem is that if the user clicks on a second solution the first popup goes behind the main screen. I want the popups to remain on...
Here is the code (which was primarily generated from someone else's website). In Mozilla this creates a watermark in the location I want but at 100% opacity so you can't see through it. In IE, the opacity is how I want it but the watermark is aligned left.
Any ideas, I'm not Mr. Javascript...
Hello,
I need to write a simple cron that deletes things older than thirty days.
I have created a file del_list.csh and placed it in the cron folder. The entire file is this:
_______
#!/bin/csh
#
#set echo
find <path>/toplist –name “*.html” –mtime +30 –exec rm –rf {} \;
-------
If I type...
Hi,
I am looking for a site where I might find overlap between strategy gamers and java programmers.
I am trying to drum up some interest for a new bot at the Tantrix website and am looking for a good place to brown-nose potential volunteers.
http://www.tantrix.com/english/TantrixBattle.html...
I have changed the line as you instructed but I still am not getting any of the alerts/ confirms. Does that mean I still have syntax errors?
<script language=/"JavaScript/">
<!--
function SendNews(f,n)
{
var decision =confirm("Are you sure you want to overwrite?");
if (decision ==...
No, I haven't yet. Thanks for the pointers, I am not used to javascript at all. Here is what it looks with my latest changes
In the <head>
function SendNews(f,n)
{
var decision =confirm("Are you sure you want to overwrite?");
if (decision == true)
{
document.location =...
Please help. I'm trying to write a form that can overwrite some files on the server.
In the head of my HTML form:
function SendNews(f,n)
{
var decision =confirm("Are you sure you want to overwrite."))
if decision == true
{
{document.location =...
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.