You will need server-side scripting access/skills for this. Which facilities do you have? Unix, NT? ASP, Perl, PHP? Cheers
Keith
Administrator - javascriptcity.com
Hi newbie
This can, of course, be done but, isn't it a little sneaky? If the user cancels, they have decided that they do not wish you to have the information that they placed there. Unless, of course, you are telling them that you are cancelling but you are just going to copy the info and...
Hi askey
Is this what yhou want?:
main page
<html>
<head>
<title></title>
<script type="text/javascript" language="javascript">
function test(){
var win = window.open("page1.htm","window");
win.onload = win.document.frm.in_one.value = "3";
}...
Hi birklea,
If you mean that you wish the image to become the tiled background image for the page then you will need dhtml:
<form name="frm" onsubmit="return false">
<img src="mypic.gif" id="pic1" name="pic1">
<input type-"button"...
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.