Guest_imported
New member
- Jan 1, 1970
- 0
please help
<html>
<script language="javascript">
function OpenAdsDetail(FileName,WindowName)
{
WindowFeature="Resizable=Yes,ScrollBars=Yes,MenuBar=No,Directories=No,ToolBar=Yes,Location=No,Status=No,Width=680,ScreenX=0,ScreenY=0,Top=0,Left=0"
newWindow=open(FileName,WindowName,WindowFeature);
if (newWindow.opener == null) { newWindow.opener = self; }
if (newWindow.focus) { newWindow.focus(); }
}
</script>
<body>
richards page.. dont mess around<center>
<form method="POST" action="javascript:OpenAdsDetail(' '')"
<input type="hidden" name="username" value="crap">Search Tycoon:
<input type="text" name="keywords" size="20">
<input type="submit" value="Search" name="search">
</form>
</center>
that perticular script searches tycoon but cant transfer the work i type in the input box
the variable is "keywords"
please help me out
thankyou
Richard
<html>
<script language="javascript">
function OpenAdsDetail(FileName,WindowName)
{
WindowFeature="Resizable=Yes,ScrollBars=Yes,MenuBar=No,Directories=No,ToolBar=Yes,Location=No,Status=No,Width=680,ScreenX=0,ScreenY=0,Top=0,Left=0"
newWindow=open(FileName,WindowName,WindowFeature);
if (newWindow.opener == null) { newWindow.opener = self; }
if (newWindow.focus) { newWindow.focus(); }
}
</script>
<body>
richards page.. dont mess around<center>
<form method="POST" action="javascript:OpenAdsDetail(' '')"
<input type="hidden" name="username" value="crap">Search Tycoon:
<input type="text" name="keywords" size="20">
<input type="submit" value="Search" name="search">
</form>
</center>
that perticular script searches tycoon but cant transfer the work i type in the input box
the variable is "keywords"
please help me out
thankyou
Richard