b4me
09-02-2002, 08:14 AM
Alright, this is my problem.. I am trying to submit the information on my form to open up a new window and have all the information that was on the form in the new window...
I tried both of these codes and neither worked....
Can some 1 plz help?!?
<script language="javascript">
function prompt(page)
{
var so=document.form[car].submit[sent].value;
so=this.open(page,"neww","height=800 ,width=800,menubar=no,status=no,toolbar=no,location=no")
}
</script>
<script language="javascript">
function prompt()
{
var go= new String()
go=document.form[car].submit[sent].value;
window.open("Your Car is as followes" + " " + go);
}
</script>
I tried both of these codes and neither worked....
Can some 1 plz help?!?
<script language="javascript">
function prompt(page)
{
var so=document.form[car].submit[sent].value;
so=this.open(page,"neww","height=800 ,width=800,menubar=no,status=no,toolbar=no,location=no")
}
</script>
<script language="javascript">
function prompt()
{
var go= new String()
go=document.form[car].submit[sent].value;
window.open("Your Car is as followes" + " " + go);
}
</script>