a couple of form questions

windows

Guest
1. How can I get my form to produce results on a different page instead of creating a new window? (results same window maybe different page.?)<br />
<br />
2.I trying to configure a way for users to select an image from a form and place the results but when I try the radio button or input tye="image" I only get a blank area.<br />
<br />
Thanx for any help on this.<!--content-->unless you have some wierd form tag, it shouldn't open a new window<!--content-->Do you see target="something" anywhere in the code?<br />
<br />
Post that fragment of code here, if you find any; or alternatively a URL for the uploaded web page.<!--content-->well this is the first time I'm trying to get a results page with a form so I found a script that uses java to produce the new <br />
<br />
window.win = window.open(", ", 'popup', 'width=600,height=400,toolbar = no, status = no'); <br />
<br />
How can I rewrite this to make it open in the same window?<br />
<br />
<br />
Also I tried this to get my image choice to be placed in the results page.<br />
<br />
<input type="radio" name="design" value="aruariantemple.jpg"><img src=http://www.htmlforums.com/archive/index.php/"aruariantemple.jpg" width=200 height=100><br />
<br />
But I only get a blank space.I'm trying to put it in the background of a table.<br />
Thanx for the help so far I think I see what you are both talking about.but not sure, also is there a way to have the results post to 2 different pages or should I just put a new form button with "accept" to place the information on the second page.<!--content-->that is not a form? it is a new window and you can't write that any other way. that is it's main purpose.<!--content-->
 
Back
Top