Search:
Type: Posts; User: swon
Search :
Search took 0.05 seconds.
You're output script uses $_GET instead of $_POST variables. form method is post.
And the last box:
<!-- next Box -->
<div class="su-box" style="border:1px solid #0029a3">
<div class="su-box-title" style="background-color:#0033CC;border-top:1px solid #99adeb;text-shadow:1px...
Hi Suzi
there are a few problems by using the code twice or more, how Developer Bill wrote. Best way is to rewrite the JS Code to make it ready for multiple using. This can be done very quickly, so...
Hi, just in case of... where do you call the function ?
Then check $lang is global in function is a good start.
Something like this should work:
function myhtml($myhtml){
global $lang;
...
Hi nataw,
just a little mistake, your first line in the function:
log=document.form1.login.value.lenght;
should be
log=document.form1.login.value.length;
hm..
I would try it this way:
<?php
$result = mysql_query("SELECT password FROM `members` WHERE username = '".$_SESSION['myusername']."'");
$mypasswordArr = mysql_fetch_row($result);...
try something like this:
<table border=0>
<?php
$i = 0;
$modulo = 4;
echo '<tr><td colspan='.$modulo.'><p>There are ' . $numrows . ' pictures in the ' . $name . ' category:<br />
...
Use \t instead of comma:
<?
echo ("First Name\tLast Name\tAddress\tCity\tSt\tZip\tPhone Number Day\tPhone Number Eve\tDate of Birth\tEmail\tEmail Signup\n");
?>
try the or die statement:
mysql_query($UpdateCookie,$db) or die("Error:".mysql_error());
Hi,
here's a solution about that:
(or use in a function)
<form name="form1" action="" method="post" enctype="text/plain">
<input type=text name="test" onblur="javascript:var...
I thought you knew that document.all is IE specific.
With document.getElementById() it looks something like this:
<script language="JavaScript" type="text/JavaScript">
<!--
function...
Hi,
may this one can do it:
<script language="JavaScript" type="text/JavaScript">
<!--
function setIframe( html_document )
{
document.all.main.src = html_document;...
Don't forget, if someone wanna have this image, the noright-click-function can't save your image:
here's the image:
http://www.feralflowers.com/gallery/Fgallery1-1.jpg
May this thread helps you:
http://forums.webdeveloper.com/showthread.php?s=&threadid=17399
If I understand you right, No, the image which is showing after click the button is this one:
document.plaatje.src='http://arkansasmall.tcworks.net:8080/msn/' + document.emesen.user_email.value;
...
Do you use a server side scriptlanguage , for example PHP?
check out this:
<html>
<head>
<title>swon</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<link...
where is the <script type="text/javascript"> start-tag?
what object is the 'plaatje' (it's not defined)?
document.emesen.joumail.value; ------
means that your form-name is 'emesen' with a...
Try this one, paste it into the header of each framed document:
<script language="JavaScript">
<!--
if(window.location == top.location)
{
window.location.href="index.php";
}
//-->...
Try to set in your mail.something.com or smtp.something.com
not an IP, something like this one (mine):
[mail function]
; For Win32 only.
SMTP = mail.2wire.ch
; For Win32 only.
sendmail_from...
Hi back, had a lot to do!
Now, you don't have to do a lot of array, just put in your images on the root of this document and name them like the values of the options, for example...
did you make settings, sendmail etc. in the php.ini on the server?
if you use php, try this one, if you haven't until yet, if it works fine, something with the script isn't ok:
<?
$yourMail = "yours@yourdomain.com";
...
for a normal window.open, you can do only a setTimeout script which gives back the focus every 2 or a few seconds to the window!
Great problem, I've made some settings, tell me if it's working: